Package com.openhtmltopdf.css.newmatch
Class PageInfo
java.lang.Object
com.openhtmltopdf.css.newmatch.PageInfo
public class PageInfo extends Object
-
Constructor Summary
Constructors Constructor Description PageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes) -
Method Summary
Modifier and Type Method Description CascadedStylecreateMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)Map<MarginBoxName,List<PropertyDeclaration>>getMarginBoxes()CascadedStylegetPageStyle()List<PropertyDeclaration>getProperties()List<PropertyDeclaration>getXMPPropertyList()booleanhasAny(MarginBoxName[] marginBoxes)
-
Constructor Details
-
PageInfo
public PageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes)
-
-
Method Details
-
getMarginBoxes
-
getPageStyle
-
getProperties
-
createMarginBoxStyle
-
hasAny
-
getXMPPropertyList
-