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:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" 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()<?PointTypegetEnd()<?PointTypegetStart()<?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
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the first point of the line.</p>
-
end
protected PointType end
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the terminal point of the line.</p>
-
border
protected BorderType border
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the "border" (rather "stroke style" in this case) of the line.</p>
-
-
Method Detail
-
getStart
public PointType getStart()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the first point of the line.</p>
- Returns:
- possible object is
PointType
-
setStart
public void setStart(PointType value)
Sets the value of the start property.- Parameters:
value- allowed object isPointType- See Also:
getStart()
-
isSetStart
public boolean isSetStart()
-
getEnd
public PointType getEnd()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the terminal point of the line.</p>
- Returns:
- possible object is
PointType
-
setEnd
public void setEnd(PointType value)
Sets the value of the end property.
-
isSetEnd
public boolean isSetEnd()
-
getBorder
public BorderType getBorder()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the "border" (rather "stroke style" in this case) of the line.</p>
- Returns:
- possible object is
BorderType
-
setBorder
public void setBorder(BorderType value)
Sets the value of the border property.- Parameters:
value- allowed object isBorderType- See Also:
getBorder()
-
isSetBorder
public boolean isSetBorder()
-
-