Uses of Class
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.BackgroundPositionShorthandResolver.BackgroundPositionType
-
Packages that use BackgroundPositionShorthandResolver.BackgroundPositionType Package Description com.itextpdf.styledxmlparser.css.resolve.shorthand.impl -
-
Uses of BackgroundPositionShorthandResolver.BackgroundPositionType in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl
Methods in com.itextpdf.styledxmlparser.css.resolve.shorthand.impl that return BackgroundPositionShorthandResolver.BackgroundPositionType Modifier and Type Method Description private static BackgroundPositionShorthandResolver.BackgroundPositionType
BackgroundPositionShorthandResolver. typeOfValue(java.lang.String value)
static BackgroundPositionShorthandResolver.BackgroundPositionType
BackgroundPositionShorthandResolver.BackgroundPositionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BackgroundPositionShorthandResolver.BackgroundPositionType[]
BackgroundPositionShorthandResolver.BackgroundPositionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-