Uses of Enum Class
org.openpdf.css.style.CalculatedStyle.Edge
Packages that use CalculatedStyle.Edge
-
Uses of CalculatedStyle.Edge in org.openpdf.css.style
Subclasses with type arguments of type CalculatedStyle.Edge in org.openpdf.css.styleMethods in org.openpdf.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.openpdf.css.style with parameters of type CalculatedStyle.EdgeModifier and TypeMethodDescriptionintCalculatedStyle.getMarginBorderPadding(CssContext cssCtx, int cbWidth, CalculatedStyle.Edge edge) -
Uses of CalculatedStyle.Edge in org.openpdf.render
Methods in org.openpdf.render with parameters of type CalculatedStyle.EdgeModifier and TypeMethodDescriptionintBox.getMarginBorderPadding(CssContext cssCtx, CalculatedStyle.Edge edge) intPageBox.getMarginBorderPadding(CssContext cssCtx, CalculatedStyle.Edge edge)