Package org.xhtmlrenderer.css.newmatch
Class PageInfo
- java.lang.Object
-
- org.xhtmlrenderer.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
All Methods Instance Methods Concrete Methods 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 Detail
-
PageInfo
public PageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes)
-
-
Method Detail
-
getMarginBoxes
public Map<MarginBoxName,List<PropertyDeclaration>> getMarginBoxes()
-
getPageStyle
public CascadedStyle getPageStyle()
-
getProperties
public List<PropertyDeclaration> getProperties()
-
createMarginBoxStyle
public CascadedStyle createMarginBoxStyle(MarginBoxName marginBox, boolean alwaysCreate)
-
hasAny
public boolean hasAny(MarginBoxName[] marginBoxes)
-
getXMPPropertyList
@Nullable public List<PropertyDeclaration> getXMPPropertyList()
-
-