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 MarginBoxName
MarginBoxName.BOTTOM_CENTER
static final MarginBoxName
MarginBoxName.BOTTOM_LEFT
static final MarginBoxName
MarginBoxName.BOTTOM_LEFT_CORNER
static final MarginBoxName
MarginBoxName.BOTTOM_RIGHT
static final MarginBoxName
MarginBoxName.BOTTOM_RIGHT_CORNER
static final MarginBoxName
MarginBoxName.FS_PDF_XMP_METADATA
static final MarginBoxName
MarginBoxName.LEFT_BOTTOM
static final MarginBoxName
MarginBoxName.LEFT_MIDDLE
static final MarginBoxName
MarginBoxName.LEFT_TOP
static final MarginBoxName
MarginBoxName.RIGHT_BOTTOM
static final MarginBoxName
MarginBoxName.RIGHT_MIDDLE
static final MarginBoxName
MarginBoxName.RIGHT_TOP
static final MarginBoxName
MarginBoxName.TOP_CENTER
static final MarginBoxName
MarginBoxName.TOP_LEFT
static final MarginBoxName
MarginBoxName.TOP_LEFT_CORNER
static final MarginBoxName
MarginBoxName.TOP_RIGHT
static final MarginBoxName
MarginBoxName.TOP_RIGHT_CORNER
Fields in org.xhtmlrenderer.css.constants with type parameters of type MarginBoxNameModifier and TypeFieldDescriptionprivate static final Map
<String, MarginBoxName> MarginBoxName.ALL
Methods in org.xhtmlrenderer.css.constants that return MarginBoxNameModifier and TypeMethodDescriptionprivate static MarginBoxName
MarginBoxName.addValue
(String ident, IdentValue textAlign, IdentValue verticalAlign) static @Nullable MarginBoxName
-
Uses of MarginBoxName in org.xhtmlrenderer.css.newmatch
Fields in org.xhtmlrenderer.css.newmatch with type parameters of type MarginBoxNameModifier and TypeFieldDescriptionprivate final Map
<MarginBoxName, List<PropertyDeclaration>> PageInfo._marginBoxes
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) boolean
PageInfo.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.parser
Methods in org.xhtmlrenderer.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.xhtmlrenderer.css.sheet
Fields in org.xhtmlrenderer.css.sheet with type parameters of type MarginBoxNameModifier and TypeFieldDescriptionprivate final Map
<MarginBoxName, List<PropertyDeclaration>> PageRule._marginBoxes
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 TableBox
BoxBuilder.createMarginTable
(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, BoxBuilder.MarginDirection direction) -
Uses of MarginBoxName in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as MarginBoxNameModifier and TypeFieldDescriptionprivate final MarginBoxName[]
PageBox.MarginArea._marginBoxNames
Methods in org.xhtmlrenderer.render that return MarginBoxNameConstructors in org.xhtmlrenderer.render with parameters of type MarginBoxNameModifierConstructorDescriptionprivate
MarginArea
(MarginBoxName marginBoxName) private
MarginArea
(MarginBoxName[] marginBoxNames)