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 properties, CascadedStyle pageStyle, Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes)
-
Method Summary
Modifier and Type Method Description CascadedStylecreateMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)MapgetMarginBoxes()CascadedStylegetPageStyle()ListgetProperties()ListgetXMPPropertyList()booleanhasAny(MarginBoxName[] marginBoxes)
-
-
-
Constructor Detail
-
PageInfo
public PageInfo(List properties, CascadedStyle pageStyle, Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes)
-
-
Method Detail
-
getMarginBoxes
public Map getMarginBoxes()
-
getPageStyle
public CascadedStyle getPageStyle()
-
getProperties
public List getProperties()
-
createMarginBoxStyle
public CascadedStyle createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)
-
hasAny
public boolean hasAny(MarginBoxName[] marginBoxes)
-
getXMPPropertyList
public List getXMPPropertyList()
-
-