Uses of Class
net.webpdf.wsclient.schema.operation.BackgroundPositionModeType
-
Packages that use BackgroundPositionModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of BackgroundPositionModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as BackgroundPositionModeType Modifier and Type Field Description protected BackgroundPositionModeTypeBackgroundBaseSettingsType.Position. positionMethods in net.webpdf.wsclient.schema.operation that return BackgroundPositionModeType Modifier and Type Method Description static BackgroundPositionModeTypeBackgroundPositionModeType. fromValue(String v)BackgroundPositionModeTypeBackgroundBaseSettingsType.Position. getPosition()Gets the value of the position property.static BackgroundPositionModeTypeBackgroundPositionModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static BackgroundPositionModeType[]BackgroundPositionModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type BackgroundPositionModeType Modifier and Type Method Description voidBackgroundBaseSettingsType.Position. setPosition(BackgroundPositionModeType value)Sets the value of the position property.
-