Uses of Class
net.webpdf.wsclient.schema.operation.TextAnnotationType
-
Packages that use TextAnnotationType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of TextAnnotationType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as TextAnnotationType Modifier and Type Field Description protected TextAnnotationTypeAnnotationType.Edit. textFields in net.webpdf.wsclient.schema.operation with type parameters of type TextAnnotationType Modifier and Type Field Description protected List<TextAnnotationType>AnnotationType.Add. textMethods in net.webpdf.wsclient.schema.operation that return TextAnnotationType Modifier and Type Method Description TextAnnotationTypeObjectFactory. createTextAnnotationType()Create an instance ofTextAnnotationTypeTextAnnotationTypeAnnotationType.Edit. getText()Gets the value of the text property.Methods in net.webpdf.wsclient.schema.operation that return types with arguments of type TextAnnotationType Modifier and Type Method Description List<TextAnnotationType>AnnotationType.Add. getText()Gets the value of the text property.Methods in net.webpdf.wsclient.schema.operation with parameters of type TextAnnotationType Modifier and Type Method Description voidAnnotationType.Edit. setText(TextAnnotationType value)Sets the value of the text property.
-