Uses of Enum Class
org.xhtmlrenderer.css.style.CalculatedStyle.Edge
Packages that use CalculatedStyle.Edge
-
Uses of CalculatedStyle.Edge in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style that return CalculatedStyle.EdgeModifier and TypeMethodDescriptionstatic CalculatedStyle.EdgeReturns the enum constant of this class with the specified name.static CalculatedStyle.Edge[]CalculatedStyle.Edge.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xhtmlrenderer.css.style with parameters of type CalculatedStyle.EdgeModifier and TypeMethodDescriptionintCalculatedStyle.getMarginBorderPadding(CssContext cssCtx, int cbWidth, CalculatedStyle.Edge edge) -
Uses of CalculatedStyle.Edge in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render with parameters of type CalculatedStyle.EdgeModifier and TypeMethodDescriptionintBox.getMarginBorderPadding(CssContext cssCtx, CalculatedStyle.Edge edge) intPageBox.getMarginBorderPadding(CssContext cssCtx, CalculatedStyle.Edge edge)