Uses of Class
com.openhtmltopdf.css.newmatch.PageInfo
-
Packages that use PageInfo Package Description com.openhtmltopdf.context com.openhtmltopdf.css.newmatch com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of PageInfo in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return PageInfo Modifier and Type Method Description PageInfoStyleReference. getPageStyle(String pageName, String pseudoPage) -
Uses of PageInfo in com.openhtmltopdf.css.newmatch
Methods in com.openhtmltopdf.css.newmatch that return PageInfo Modifier and Type Method Description PageInfoMatcher. getPageCascadedStyle(String pageName, String pseudoPage) -
Uses of PageInfo in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout with parameters of type PageInfo Modifier and Type Method Description static TableBoxBoxBuilder. createMarginTable(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, int direction) -
Uses of PageInfo in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return PageInfo Modifier and Type Method Description PageInfoPageBox. getPageInfo()Methods in com.openhtmltopdf.render with parameters of type PageInfo Modifier and Type Method Description voidPageBox. setPageInfo(PageInfo pageInfo)
-