Uses of Class
org.xhtmlrenderer.css.constants.MarginBoxName
Packages that use MarginBoxName
Package
Description
-
Uses of MarginBoxName in org.xhtmlrenderer.css.constants
Fields in org.xhtmlrenderer.css.constants declared as MarginBoxNameModifier and TypeFieldDescriptionstatic final MarginBoxNameMarginBoxName.BOTTOM_CENTERstatic final MarginBoxNameMarginBoxName.BOTTOM_LEFTstatic final MarginBoxNameMarginBoxName.BOTTOM_LEFT_CORNERstatic final MarginBoxNameMarginBoxName.BOTTOM_RIGHTstatic final MarginBoxNameMarginBoxName.BOTTOM_RIGHT_CORNERstatic final MarginBoxNameMarginBoxName.FS_PDF_XMP_METADATAstatic final MarginBoxNameMarginBoxName.LEFT_BOTTOMstatic final MarginBoxNameMarginBoxName.LEFT_MIDDLEstatic final MarginBoxNameMarginBoxName.LEFT_TOPstatic final MarginBoxNameMarginBoxName.RIGHT_BOTTOMstatic final MarginBoxNameMarginBoxName.RIGHT_MIDDLEstatic final MarginBoxNameMarginBoxName.RIGHT_TOPstatic final MarginBoxNameMarginBoxName.TOP_CENTERstatic final MarginBoxNameMarginBoxName.TOP_LEFTstatic final MarginBoxNameMarginBoxName.TOP_LEFT_CORNERstatic final MarginBoxNameMarginBoxName.TOP_RIGHTstatic final MarginBoxNameMarginBoxName.TOP_RIGHT_CORNERMethods in org.xhtmlrenderer.css.constants that return MarginBoxName -
Uses of MarginBoxName in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch that return types with arguments of type MarginBoxNameMethods in org.xhtmlrenderer.css.newmatch with parameters of type MarginBoxNameModifier and TypeMethodDescriptionPageInfo.createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate) booleanPageInfo.hasAny(MarginBoxName[] marginBoxes) Constructor parameters in org.xhtmlrenderer.css.newmatch with type arguments of type MarginBoxNameModifierConstructorDescriptionPageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes) -
Uses of MarginBoxName in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet that return types with arguments of type MarginBoxNameMethods in org.xhtmlrenderer.css.sheet with parameters of type MarginBoxNameConstructor parameters in org.xhtmlrenderer.css.sheet with type arguments of type MarginBoxNameModifierConstructorDescriptionPageRule(StylesheetInfo.Origin origin, @Nullable String name, @Nullable String pseudoPage, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes, Ruleset ruleset) -
Uses of MarginBoxName in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout with parameters of type MarginBoxNameModifier and TypeMethodDescriptionstatic @Nullable TableBoxBoxBuilder.createMarginTable(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, BoxBuilder.MarginDirection direction)