Class SquareAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseAnnotationType
-
- net.webpdf.wsclient.schema.operation.SimpleShapeAnnotationType
-
- net.webpdf.wsclient.schema.operation.SquareAnnotationType
-
public class SquareAnnotationType extends SimpleShapeAnnotationType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">An annotation that draws a rectangle on a page.</p>
Java class for SquareAnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SquareAnnotationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}SimpleShapeAnnotationType"> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.webpdf.wsclient.schema.operation.SimpleShapeAnnotationType
SimpleShapeAnnotationType.Position
-
-
Field Summary
-
Fields inherited from class net.webpdf.wsclient.schema.operation.SimpleShapeAnnotationType
border, drawMode, interiorColor, position
-
-
Constructor Summary
Constructors Constructor Description SquareAnnotationType()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.schema.operation.SimpleShapeAnnotationType
getBorder, getDrawMode, getInteriorColor, getPosition, isSetBorder, isSetDrawMode, isSetInteriorColor, isSetPosition, setBorder, setDrawMode, setInteriorColor, setPosition
-
Methods inherited from class net.webpdf.wsclient.schema.operation.BaseAnnotationType
getColor, getContents, getCreator, getIntents, getName, getOpacity, getPage, getSubject, isHidden, isInvisible, isLocked, isPrintable, isRotatable, isSetColor, isSetContents, isSetCreator, isSetHidden, isSetIntents, isSetInvisible, isSetLocked, isSetName, isSetOpacity, isSetPage, isSetPrintable, isSetRotatable, isSetSubject, isSetViewable, isSetWritable, isSetZoomable, isViewable, isWritable, isZoomable, setColor, setContents, setCreator, setHidden, setIntents, setInvisible, setLocked, setName, setOpacity, setPage, setPrintable, setRotatable, setSubject, setViewable, setWritable, setZoomable, unsetHidden, unsetInvisible, unsetLocked, unsetOpacity, unsetPage, unsetPrintable, unsetRotatable, unsetViewable, unsetWritable, unsetZoomable
-
-