public static enum CssBackgroundUtils.BackgroundPropertyType extends Enum<CssBackgroundUtils.BackgroundPropertyType>
| Modifier and Type | Method and Description |
|---|---|
static CssBackgroundUtils.BackgroundPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CssBackgroundUtils.BackgroundPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_COLOR
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_IMAGE
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_POSITION
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_POSITION_X
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_POSITION_Y
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_SIZE
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_REPEAT
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_ORIGIN
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_CLIP
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_ATTACHMENT
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_POSITION_OR_SIZE
public static final CssBackgroundUtils.BackgroundPropertyType BACKGROUND_ORIGIN_OR_CLIP
public static final CssBackgroundUtils.BackgroundPropertyType UNDEFINED
public static CssBackgroundUtils.BackgroundPropertyType[] values()
for (CssBackgroundUtils.BackgroundPropertyType c : CssBackgroundUtils.BackgroundPropertyType.values()) System.out.println(c);
public static CssBackgroundUtils.BackgroundPropertyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 1998–2023 iText Group NV. All rights reserved.