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 ContentLimitContainerTableRowBox. getContentLimitContainer()Methods in org.xhtmlrenderer.newtable with parameters of type ContentLimitContainer Modifier and Type Method Description voidTableBox. analyzePageBreaks(LayoutContext c, ContentLimitContainer container)voidTableRowBox. analyzePageBreaks(LayoutContext c, ContentLimitContainer container)voidTableRowBox. setContentLimitContainer(ContentLimitContainer contentLimitContainer) -
Uses of ContentLimitContainer in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return ContentLimitContainer Modifier and Type Method Description ContentLimitContainerContentLimitContainer. getParent()Methods in org.xhtmlrenderer.render with parameters of type ContentLimitContainer Modifier and Type Method Description voidBox. analyzePageBreaks(LayoutContext c, ContentLimitContainer container)voidLineBox. analyzePageBreaks(LayoutContext c, ContentLimitContainer container)protected voidBlockBox. propagateExtraSpace(LayoutContext c, ContentLimitContainer parentContainer, ContentLimitContainer currentContainer, int extraTop, int extraBottom)voidContentLimitContainer. setParent(ContentLimitContainer parent)
-