Package org.xhtmlrenderer.css.newmatch
Class PageInfo
- java.lang.Object
-
- org.xhtmlrenderer.css.newmatch.PageInfo
-
public class PageInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PageInfo(java.util.List properties, CascadedStyle pageStyle, java.util.Map marginBoxes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CascadedStyle
createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)
java.util.Map
getMarginBoxes()
CascadedStyle
getPageStyle()
java.util.List
getProperties()
java.util.List
getXMPPropertyList()
boolean
hasAny(MarginBoxName[] marginBoxes)
-
-
-
Constructor Detail
-
PageInfo
public PageInfo(java.util.List properties, CascadedStyle pageStyle, java.util.Map marginBoxes)
-
-
Method Detail
-
getMarginBoxes
public java.util.Map getMarginBoxes()
-
getPageStyle
public CascadedStyle getPageStyle()
-
getProperties
public java.util.List getProperties()
-
createMarginBoxStyle
public CascadedStyle createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)
-
hasAny
public boolean hasAny(MarginBoxName[] marginBoxes)
-
getXMPPropertyList
public java.util.List getXMPPropertyList()
-
-