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 PageInfo
StyleReference. getPageStyle(java.lang.String pageName, java.lang.String pseudoPage)
-
Uses of PageInfo in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch that return PageInfo Modifier and Type Method Description PageInfo
Matcher. getPageCascadedStyle(java.lang.String pageName, java.lang.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 TableBox
BoxBuilder. 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 PageInfo
PageBox. getPageInfo()
Methods in org.xhtmlrenderer.render with parameters of type PageInfo Modifier and Type Method Description void
PageBox. setPageInfo(PageInfo pageInfo)
-