Uses of Enum
com.itextpdf.styledxmlparser.css.util.CssBackgroundUtils.BackgroundPropertyType
Packages that use CssBackgroundUtils.BackgroundPropertyType
-
Uses of CssBackgroundUtils.BackgroundPropertyType in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util that return CssBackgroundUtils.BackgroundPropertyTypeModifier 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.Methods in com.itextpdf.styledxmlparser.css.util with parameters of type CssBackgroundUtils.BackgroundPropertyTypeModifier and TypeMethodDescriptionstatic String
CssBackgroundUtils.getBackgroundPropertyNameFromType
(CssBackgroundUtils.BackgroundPropertyType propertyType) Gets background property name corresponding to its type.