Uses of Class
com.openhtmltopdf.css.style.derived.RectPropertySet
Packages that use RectPropertySet
Package
Description
-
Uses of RectPropertySet in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return RectPropertySetModifier and TypeMethodDescriptionCalculatedStyle.getCachedMargin()CalculatedStyle.getCachedPadding()CalculatedStyle.getMarginRect(float cbWidth, CssContext ctx) Convenience property accessor; returns a Border initialized with the four-sided margin width.CalculatedStyle.getMarginRect(float cbWidth, CssContext ctx, boolean useCache) CalculatedStyle.getPaddingRect(float cbWidth, CssContext ctx) CalculatedStyle.getPaddingRect(float cbWidth, CssContext ctx, boolean useCache) Convenience property accessor; returns a Border initialized with the four-sided padding width. -
Uses of RectPropertySet in com.openhtmltopdf.css.style.derived
Subclasses of RectPropertySet in com.openhtmltopdf.css.style.derivedFields in com.openhtmltopdf.css.style.derived declared as RectPropertySetMethods in com.openhtmltopdf.css.style.derived that return RectPropertySetModifier and TypeMethodDescriptionRectPropertySet.copyOf()static RectPropertySetRectPropertySet.newInstance(CalculatedStyle style, CSSName shortHandProperty, CSSName.CSSSideProperties sideProperties, float cbWidth, CssContext ctx) -
Uses of RectPropertySet in com.openhtmltopdf.newtable
Methods in com.openhtmltopdf.newtable with parameters of type RectPropertySetModifier and TypeMethodDescriptionprotected voidTableBox.calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) protected voidTableRowBox.calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) protected voidTableBox.resolveAutoMargins(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border) -
Uses of RectPropertySet in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return RectPropertySetModifier and TypeMethodDescriptionBox.getMargin(CssContext cssContext) PageBox.getMargin(CssContext cssCtx) Box.getPadding(CssContext cssCtx) protected RectPropertySetBox.getStyleMargin(CssContext cssContext) protected RectPropertySetBox.getStyleMargin(CssContext cssContext, boolean useCache) Methods in com.openhtmltopdf.render with parameters of type RectPropertySetModifier and TypeMethodDescriptionprotected voidBlockBox.calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) Oh oh!protected voidBlockBox.resolveAutoMargins(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border)