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 voidTableBox. updateFooterPosition(RenderingContext c, ContentLimit limit)private voidTableBox. 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. _contentLimitsMethods in com.openhtmltopdf.render that return ContentLimit Modifier and Type Method Description ContentLimitContentLimitContainer. getContentLimit(int pageNo)private ContentLimitContentLimitContainer. getContentLimit(int pageNo, boolean addAsNeeded)
-