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 Details
-
PageInfo
public PageInfo(List properties, CascadedStyle pageStyle, Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes)
-
-
Method Details