Uses of Class
net.webpdf.wsclient.schema.operation.AppearanceSourceType
-
Packages that use AppearanceSourceType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of AppearanceSourceType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as AppearanceSourceType Modifier and Type Field Description protected AppearanceSourceTypeRubberStampAnnotationType. normalAppearanceprotected AppearanceSourceTypeTextAnnotationType. normalAppearanceMethods in net.webpdf.wsclient.schema.operation that return AppearanceSourceType Modifier and Type Method Description AppearanceSourceTypeObjectFactory. createAppearanceSourceType()Create an instance ofAppearanceSourceTypeAppearanceSourceTypeRubberStampAnnotationType. getNormalAppearance()Gets the value of the normalAppearance property.AppearanceSourceTypeTextAnnotationType. getNormalAppearance()Gets the value of the normalAppearance property.Methods in net.webpdf.wsclient.schema.operation with parameters of type AppearanceSourceType Modifier and Type Method Description voidRubberStampAnnotationType. setNormalAppearance(AppearanceSourceType value)Sets the value of the normalAppearance property.voidTextAnnotationType. setNormalAppearance(AppearanceSourceType value)Sets the value of the normalAppearance property.
-