Uses of Class
com.openhtmltopdf.render.ContentLimit
-
Packages that use ContentLimit Package Description com.openhtmltopdf.newtable com.openhtmltopdf.render -
-
Uses of ContentLimit in com.openhtmltopdf.newtable
Methods in com.openhtmltopdf.newtable with parameters of type ContentLimit Modifier and Type Method Description private void
TableBox. updateFooterPosition(RenderingContext c, ContentLimit limit)
private void
TableBox. updateHeaderPosition(RenderingContext c, ContentLimit limit)
-
Uses of ContentLimit in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render with type parameters of type ContentLimit Modifier and Type Field Description private java.util.List<ContentLimit>
ContentLimitContainer. _contentLimits
Methods in com.openhtmltopdf.render that return ContentLimit Modifier and Type Method Description ContentLimit
ContentLimitContainer. getContentLimit(int pageNo)
private ContentLimit
ContentLimitContainer. getContentLimit(int pageNo, boolean addAsNeeded)
-