Uses of Class
net.webpdf.wsclient.schema.operation.AppearanceFileDataType
-
Packages that use AppearanceFileDataType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of AppearanceFileDataType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as AppearanceFileDataType Modifier and Type Field Description protected AppearanceFileDataTypeAppearanceImageType. dataprotected AppearanceFileDataTypeAppearancePdfType. dataprotected AppearanceFileDataTypeAppearanceSvgType. dataMethods in net.webpdf.wsclient.schema.operation that return AppearanceFileDataType Modifier and Type Method Description AppearanceFileDataTypeObjectFactory. createAppearanceFileDataType()Create an instance ofAppearanceFileDataTypeAppearanceFileDataTypeAppearanceImageType. getData()Gets the value of the data property.AppearanceFileDataTypeAppearancePdfType. getData()Gets the value of the data property.AppearanceFileDataTypeAppearanceSvgType. getData()Gets the value of the data property.Methods in net.webpdf.wsclient.schema.operation with parameters of type AppearanceFileDataType Modifier and Type Method Description voidAppearanceImageType. setData(AppearanceFileDataType value)Sets the value of the data property.voidAppearancePdfType. setData(AppearanceFileDataType value)Sets the value of the data property.voidAppearanceSvgType. setData(AppearanceFileDataType value)Sets the value of the data property.
-