Uses of Enum
com.itextpdf.styledxmlparser.css.util.CssBackgroundUtils.BackgroundPropertyType
-
Uses of CssBackgroundUtils.BackgroundPropertyType in com.itextpdf.styledxmlparser.css.util
Modifier and TypeMethodDescriptionCssBackgroundUtils.resolveBackgroundPropertyType
(String value) Resolves the background property type using it's value.Returns the enum constant of this type with the specified name.CssBackgroundUtils.BackgroundPropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
CssBackgroundUtils.getBackgroundPropertyNameFromType
(CssBackgroundUtils.BackgroundPropertyType propertyType) Gets background property name corresponding to its type.