Uses of Class
org.xhtmlrenderer.render.ContentLimitContainer
-
Packages that use ContentLimitContainer Package Description org.xhtmlrenderer.newtable org.xhtmlrenderer.render -
-
Uses of ContentLimitContainer in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable that return ContentLimitContainer Modifier and Type Method Description ContentLimitContainer
TableRowBox. getContentLimitContainer()
Methods in org.xhtmlrenderer.newtable with parameters of type ContentLimitContainer Modifier and Type Method Description void
TableBox. analyzePageBreaks(LayoutContext c, ContentLimitContainer container)
void
TableRowBox. analyzePageBreaks(LayoutContext c, ContentLimitContainer container)
void
TableRowBox. setContentLimitContainer(ContentLimitContainer contentLimitContainer)
-
Uses of ContentLimitContainer in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return ContentLimitContainer Modifier and Type Method Description ContentLimitContainer
ContentLimitContainer. getParent()
Methods in org.xhtmlrenderer.render with parameters of type ContentLimitContainer Modifier and Type Method Description void
Box. analyzePageBreaks(LayoutContext c, ContentLimitContainer container)
void
LineBox. analyzePageBreaks(LayoutContext c, ContentLimitContainer container)
void
ContentLimitContainer. setParent(ContentLimitContainer parent)
-