Uses of Class
org.xhtmlrenderer.css.newmatch.PageInfo
-
Packages that use PageInfo Package Description org.xhtmlrenderer.context org.xhtmlrenderer.css.newmatch org.xhtmlrenderer.layout org.xhtmlrenderer.render -
-
Uses of PageInfo in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context that return PageInfo Modifier and Type Method Description PageInfoStyleReference. getPageStyle(String pageName, String pseudoPage) -
Uses of PageInfo in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch that return PageInfo Modifier and Type Method Description PageInfoMatcher. getPageCascadedStyle(String pageName, String pseudoPage) -
Uses of PageInfo in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return PageInfo Modifier and Type Method Description PageInfoPageBox. getPageInfo()Methods in org.xhtmlrenderer.render with parameters of type PageInfo Modifier and Type Method Description voidPageBox. setPageInfo(PageInfo pageInfo)
-