Class LineAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseAnnotationType
-
- net.webpdf.wsclient.schema.operation.LineAnnotationType
-
public class LineAnnotationType extends BaseAnnotationType
<?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 simple line on a page.</p>
Java class for LineAnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineAnnotationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseAnnotationType"> <all> <element name="start" type="{http://schema.webpdf.de/1.0/operation}PointType"/> <element name="end" type="{http://schema.webpdf.de/1.0/operation}PointType"/> <element name="border" type="{http://schema.webpdf.de/1.0/operation}BorderType" minOccurs="0"/> </all> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description LineAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BorderTypegetBorder()Gets the value of the border property.PointTypegetEnd()Gets the value of the end property.PointTypegetStart()Gets the value of the start property.booleanisSetBorder()booleanisSetEnd()booleanisSetStart()voidsetBorder(BorderType value)Sets the value of the border property.voidsetEnd(PointType value)Sets the value of the end property.voidsetStart(PointType value)Sets the value of the start property.-
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
-
-
-
-
Field Detail
-
start
protected PointType start
-
end
protected PointType end
-
border
protected BorderType border
-
-
Method Detail
-
getStart
public PointType getStart()
Gets the value of the start property.- Returns:
- possible object is
PointType
-
setStart
public void setStart(PointType value)
Sets the value of the start property.- Parameters:
value- allowed object isPointType
-
isSetStart
public boolean isSetStart()
-
getEnd
public PointType getEnd()
Gets the value of the end property.- Returns:
- possible object is
PointType
-
setEnd
public void setEnd(PointType value)
Sets the value of the end property.- Parameters:
value- allowed object isPointType
-
isSetEnd
public boolean isSetEnd()
-
getBorder
public BorderType getBorder()
Gets the value of the border property.- Returns:
- possible object is
BorderType
-
setBorder
public void setBorder(BorderType value)
Sets the value of the border property.- Parameters:
value- allowed object isBorderType
-
isSetBorder
public boolean isSetBorder()
-
-