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(java.lang.String pageName, java.lang.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(java.lang.String pageName, java.lang.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
Fields in com.openhtmltopdf.render declared as PageInfo Modifier and Type Field Description private PageInfoPageBox. _pageInfoMethods 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)
-