Uses of Enum
com.itextpdf.layout.properties.margins.MarginBoxName
Packages that use MarginBoxName
-
Uses of MarginBoxName in com.itextpdf.layout.properties.margins
Methods in com.itextpdf.layout.properties.margins that return MarginBoxNameModifier and TypeMethodDescriptionPageMarginContent.getMarginBoxName()Gets the page margin box nameMarginBoxNamewhich is based on its location on the page.static MarginBoxNameReturns the enum constant of this type with the specified name.static MarginBoxName[]MarginBoxName.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.layout.properties.margins with parameters of type MarginBoxNameModifier and TypeMethodDescriptionPageMarginBoxes.getPageMarginContent(MarginBoxName marginBoxName) Gets page margin contentPageMarginContentby margin box name.Constructors in com.itextpdf.layout.properties.margins with parameters of type MarginBoxNameModifierConstructorDescriptionPageMarginContent(MarginBoxName marginBoxName, float marginInPoints) Creates newPageMarginContentinstance.PageMarginContent(MarginBoxName marginBoxName, IElement marginContent) Creates newPageMarginContentinstance.