Uses of Class
net.webpdf.wsclient.schema.operation.FreeTextAnnotationType
-
Packages that use FreeTextAnnotationType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of FreeTextAnnotationType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as FreeTextAnnotationType Modifier and Type Field Description protected FreeTextAnnotationTypeAnnotationType.Edit. freetextFields in net.webpdf.wsclient.schema.operation with type parameters of type FreeTextAnnotationType Modifier and Type Field Description protected List<FreeTextAnnotationType>AnnotationType.Add. freetextMethods in net.webpdf.wsclient.schema.operation that return FreeTextAnnotationType Modifier and Type Method Description FreeTextAnnotationTypeObjectFactory. createFreeTextAnnotationType()Create an instance ofFreeTextAnnotationTypeFreeTextAnnotationTypeAnnotationType.Edit. getFreetext()Gets the value of the freetext property.Methods in net.webpdf.wsclient.schema.operation that return types with arguments of type FreeTextAnnotationType Modifier and Type Method Description List<FreeTextAnnotationType>AnnotationType.Add. getFreetext()Gets the value of the freetext property.Methods in net.webpdf.wsclient.schema.operation with parameters of type FreeTextAnnotationType Modifier and Type Method Description voidAnnotationType.Edit. setFreetext(FreeTextAnnotationType value)Sets the value of the freetext property.
-