Uses of Class
com.openhtmltopdf.css.style.derived.RectPropertySet
-
Packages that use RectPropertySet Package Description com.openhtmltopdf.css.style com.openhtmltopdf.css.style.derived com.openhtmltopdf.newtable com.openhtmltopdf.render -
-
Uses of RectPropertySet in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return RectPropertySet Modifier and Type Method Description RectPropertySetCalculatedStyle. getCachedMargin()RectPropertySetCalculatedStyle. getCachedPadding()RectPropertySetCalculatedStyle. getMarginRect(float cbWidth, CssContext ctx)Convenience property accessor; returns a Border initialized with the four-sided margin width.RectPropertySetCalculatedStyle. getMarginRect(float cbWidth, CssContext ctx, boolean useCache)RectPropertySetCalculatedStyle. getPaddingRect(float cbWidth, CssContext ctx)RectPropertySetCalculatedStyle. 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.derived Modifier and Type Class Description classBorderPropertySetCreated by IntelliJ IDEA.Fields in com.openhtmltopdf.css.style.derived declared as RectPropertySet Modifier and Type Field Description static RectPropertySetRectPropertySet. ALL_ZEROSMethods in com.openhtmltopdf.css.style.derived that return RectPropertySet Modifier and Type Method Description RectPropertySetRectPropertySet. 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 RectPropertySet Modifier and Type Method Description protected 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 RectPropertySet Modifier and Type Method Description RectPropertySetBox. getMargin(CssContext cssContext)RectPropertySetPageBox. getMargin(CssContext cssCtx)RectPropertySetBox. getPadding(CssContext cssCtx)protected RectPropertySetBox. getStyleMargin(CssContext cssContext)protected RectPropertySetBox. getStyleMargin(CssContext cssContext, boolean useCache)Methods in com.openhtmltopdf.render with parameters of type RectPropertySet Modifier and Type Method Description protected voidBlockBox. calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding)Oh oh! Up to this method height is used to track content height.protected voidBlockBox. resolveAutoMargins(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border)
-