Uses of Class
net.webpdf.wsclient.schema.operation.TextAnnotationIconsType
-
Packages that use TextAnnotationIconsType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of TextAnnotationIconsType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as TextAnnotationIconsType Modifier and Type Field Description protected TextAnnotationIconsTypeTextAnnotationType. iconMethods in net.webpdf.wsclient.schema.operation that return TextAnnotationIconsType Modifier and Type Method Description static TextAnnotationIconsTypeTextAnnotationIconsType. fromValue(String v)TextAnnotationIconsTypeTextAnnotationType. getIcon()Gets the value of the icon property.static TextAnnotationIconsTypeTextAnnotationIconsType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextAnnotationIconsType[]TextAnnotationIconsType. 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 TextAnnotationIconsType Modifier and Type Method Description voidTextAnnotationType. setIcon(TextAnnotationIconsType value)Sets the value of the icon property.
-