Class AnnotationPointType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.PositionsType
-
- net.webpdf.wsclient.schema.extraction.info.PointType
-
- net.webpdf.wsclient.schema.extraction.info.AnnotationPointType
-
public class AnnotationPointType extends PointType
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines one Point of the shape positioning the annotation on the page.</p>
Java class for AnnotationPointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotationPointType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/extraction/info}PointType"> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AnnotationPointType()
-