Class FreeTextAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseAnnotationType
-
- net.webpdf.wsclient.schema.operation.FreeTextAnnotationType
-
public class FreeTextAnnotationType extends BaseAnnotationType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="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 adds a textual comment directly to a page.</p>
Java class for FreeTextAnnotationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="FreeTextAnnotationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseAnnotationType"> <all> <element name="font" type="{http://schema.webpdf.de/1.0/operation}FreeTextFontType" minOccurs="0"/> <element name="position" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element name="rectangle" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/> </choice> </restriction> </complexContent> </complexType> </element> </all> <attribute name="justification" type="{http://schema.webpdf.de/1.0/operation}JustificationType" default="leftJustified" /> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFreeTextAnnotationType.PositionJava class for anonymous complex type
-
Field Summary
Fields Modifier and Type Field Description protected FreeTextFontTypefontprotected JustificationTypejustification<?protected FreeTextAnnotationType.Positionposition<?
-
Constructor Summary
Constructors Constructor Description FreeTextAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FreeTextFontTypegetFont()Gets the value of the font property.JustificationTypegetJustification()<?FreeTextAnnotationType.PositiongetPosition()<?booleanisSetFont()booleanisSetJustification()booleanisSetPosition()voidsetFont(FreeTextFontType value)Sets the value of the font property.voidsetJustification(JustificationType value)Sets the value of the justification property.voidsetPosition(FreeTextAnnotationType.Position value)Sets the value of the position 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
-
font
protected FreeTextFontType font
-
position
protected FreeTextAnnotationType.Position position
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="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 bounds within which the shape shall be positioned.</p>
-
justification
protected JustificationType justification
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the horizontal justification/alignment/orientation of elements. <ul><li>leftJustified = All elements shall be oriented to the left.</li><li>centered = All elements shall be placed in the center of the container.</li><li>rightJustified = All elements shall be oriented to the right.</li></ul></p>
-
-
Method Detail
-
getFont
public FreeTextFontType getFont()
Gets the value of the font property.- Returns:
- possible object is
FreeTextFontType
-
setFont
public void setFont(FreeTextFontType value)
Sets the value of the font property.- Parameters:
value- allowed object isFreeTextFontType
-
isSetFont
public boolean isSetFont()
-
getPosition
public FreeTextAnnotationType.Position getPosition()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="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 bounds within which the shape shall be positioned.</p>
- Returns:
- possible object is
FreeTextAnnotationType.Position
-
setPosition
public void setPosition(FreeTextAnnotationType.Position value)
Sets the value of the position property.- Parameters:
value- allowed object isFreeTextAnnotationType.Position- See Also:
getPosition()
-
isSetPosition
public boolean isSetPosition()
-
getJustification
public JustificationType getJustification()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the horizontal justification/alignment/orientation of elements. <ul><li>leftJustified = All elements shall be oriented to the left.</li><li>centered = All elements shall be placed in the center of the container.</li><li>rightJustified = All elements shall be oriented to the right.</li></ul></p>- Returns:
- possible object is
JustificationType
-
setJustification
public void setJustification(JustificationType value)
Sets the value of the justification property.- Parameters:
value- allowed object isJustificationType- See Also:
getJustification()
-
isSetJustification
public boolean isSetJustification()
-
-