Uses of Class
net.webpdf.wsclient.schema.operation.BackgroundBaseSettingsType
-
Packages that use BackgroundBaseSettingsType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of BackgroundBaseSettingsType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as BackgroundBaseSettingsType Modifier and Type Field Description protected BackgroundBaseSettingsTypeColorBackgroundType. settingsprotected BackgroundBaseSettingsTypeImageBackgroundType. settingsMethods in net.webpdf.wsclient.schema.operation that return BackgroundBaseSettingsType Modifier and Type Method Description BackgroundBaseSettingsTypeObjectFactory. createBackgroundBaseSettingsType()Create an instance ofBackgroundBaseSettingsTypeBackgroundBaseSettingsTypeColorBackgroundType. getSettings()Gets the value of the settings property.BackgroundBaseSettingsTypeImageBackgroundType. getSettings()Gets the value of the settings property.Methods in net.webpdf.wsclient.schema.operation with parameters of type BackgroundBaseSettingsType Modifier and Type Method Description voidColorBackgroundType. setSettings(BackgroundBaseSettingsType value)Sets the value of the settings property.voidImageBackgroundType. setSettings(BackgroundBaseSettingsType value)Sets the value of the settings property.
-