Uses of Class
org.openpdf.css.constants.MarginBoxName
Packages that use MarginBoxName
Package
Description
-
Uses of MarginBoxName in org.openpdf.css.constants
Fields in org.openpdf.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_CORNERFields in org.openpdf.css.constants with type parameters of type MarginBoxNameModifier and TypeFieldDescriptionprivate static final Map<String, MarginBoxName> MarginBoxName.ALLMethods in org.openpdf.css.constants that return MarginBoxNameModifier and TypeMethodDescriptionprivate static MarginBoxNameMarginBoxName.addValue(String ident, IdentValue textAlign, IdentValue verticalAlign) static @Nullable MarginBoxName -
Uses of MarginBoxName in org.openpdf.css.newmatch
Fields in org.openpdf.css.newmatch with type parameters of type MarginBoxNameModifier and TypeFieldDescriptionprivate final Map<MarginBoxName, List<PropertyDeclaration>> PageInfo._marginBoxesMethods in org.openpdf.css.newmatch that return types with arguments of type MarginBoxNameMethods in org.openpdf.css.newmatch with parameters of type MarginBoxNameModifier and TypeMethodDescriptionPageInfo.createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate) booleanPageInfo.hasAny(MarginBoxName[] marginBoxes) Constructor parameters in org.openpdf.css.newmatch with type arguments of type MarginBoxNameModifierConstructorDescriptionPageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes) -
Uses of MarginBoxName in org.openpdf.css.parser
Methods in org.openpdf.css.parser that return types with arguments of type MarginBoxNameModifier and TypeMethodDescriptionprivate Map<MarginBoxName, List<PropertyDeclaration>> CSSParser.margin(Stylesheet stylesheet) -
Uses of MarginBoxName in org.openpdf.css.sheet
Fields in org.openpdf.css.sheet with type parameters of type MarginBoxNameModifier and TypeFieldDescriptionprivate final Map<MarginBoxName, List<PropertyDeclaration>> PageRule._marginBoxesMethods in org.openpdf.css.sheet that return types with arguments of type MarginBoxNameMethods in org.openpdf.css.sheet with parameters of type MarginBoxNameConstructor parameters in org.openpdf.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.openpdf.layout
Methods in org.openpdf.layout with parameters of type MarginBoxNameModifier and TypeMethodDescriptionstatic @Nullable TableBoxBoxBuilder.createMarginTable(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, BoxBuilder.MarginDirection direction) -
Uses of MarginBoxName in org.openpdf.render
Fields in org.openpdf.render declared as MarginBoxNameModifier and TypeFieldDescriptionprivate final MarginBoxName[]PageBox.MarginArea._marginBoxNamesMethods in org.openpdf.render that return MarginBoxNameConstructors in org.openpdf.render with parameters of type MarginBoxNameModifierConstructorDescriptionprivateMarginArea(MarginBoxName marginBoxName) privateMarginArea(MarginBoxName[] marginBoxNames)