Package com.openhtmltopdf.css.newmatch
Class PageInfo
java.lang.Object
com.openhtmltopdf.css.newmatch.PageInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<PropertyDeclaration> private final Map
<MarginBoxName, List<PropertyDeclaration>> private final CascadedStyle
private final List
<PropertyDeclaration> private final List
<PropertyDeclaration> -
Constructor Summary
ConstructorsConstructorDescriptionPageInfo
(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes, List<PropertyDeclaration> footnote) -
Method Summary
Modifier and TypeMethodDescriptionCreates a footnote area style from footnote at-rule properties for this page with display overriden to block and position overriden as absolute.createMarginBoxStyle
(MarginBoxName marginBox, boolean alwaysCreate) boolean
hasAny
(MarginBoxName[] marginBoxes)
-
Field Details
-
_pageStyle
-
_marginBoxes
-
_properties
-
_xmpPropertyList
-
_footnote
-
-
Constructor Details
-
PageInfo
public PageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes, List<PropertyDeclaration> footnote)
-
-
Method Details
-
getMarginBoxes
-
getPageStyle
-
getProperties
-
getFootnoteAreaRawMaxHeightStyle
-
createFootnoteAreaStyle
Creates a footnote area style from footnote at-rule properties for this page with display overriden to block and position overriden as absolute. -
createMarginBoxStyle
-
hasAny
-
getXMPPropertyList
-