Package com.openhtmltopdf.render
Class ContentLimitContainer
java.lang.Object
com.openhtmltopdf.render.ContentLimitContainer
public class ContentLimitContainer extends Object
-
Constructor Summary
Constructors Constructor Description ContentLimitContainer(LayoutContext c, int startAbsY) -
Method Summary
Modifier and Type Method Description ContentLimitgetContentLimit(int pageNo)intgetInitialPageNo()intgetLastPageNo()PageBoxgetPage(LayoutContext c, int absY)ContentLimitContainergetParent()booleanisContainsMultiplePages()voidsetParent(ContentLimitContainer parent)StringtoString()voidupdateBottom(LayoutContext c, int absY)voidupdateTop(LayoutContext c, int absY)
-
Constructor Details
-
Method Details
-
getInitialPageNo
public int getInitialPageNo() -
getLastPageNo
public int getLastPageNo() -
getContentLimit
-
updateTop
-
updateBottom
-
getPage
-
getParent
-
setParent
-
isContainsMultiplePages
public boolean isContainsMultiplePages() -
toString
-