java.lang.Object
org.xhtmlrenderer.render.ContentLimitContainer
-
Constructor Summary
ConstructorsConstructorDescriptionContentLimitContainer(@Nullable ContentLimitContainer parent, LayoutContext c, int startAbsY) -
Method Summary
Modifier and TypeMethodDescription@Nullable ContentLimitgetContentLimit(int pageNo) intintgetPage(LayoutContext c, int absY) @Nullable ContentLimitContainerbooleantoString()voidupdateBottom(LayoutContext c, int absY) voidupdateTop(LayoutContext c, int absY)
-
Constructor Details
-
ContentLimitContainer
public ContentLimitContainer(@Nullable ContentLimitContainer parent, LayoutContext c, int startAbsY)
-
-
Method Details