Class FreeTextFontType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.FreeTextFontType
-
public class FreeTextFontType extends Object
<?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">A font definition for textual annotation types.</p>
Java class for FreeTextFontType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FreeTextFontType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="bold" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="italic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="size" default="24"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> <maxInclusive value="1296"/> </restriction> </simpleType> </attribute> <attribute name="color" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#A0A0A0" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FreeTextFontType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()Gets the value of the color property.StringgetName()Gets the value of the name property.intgetSize()Gets the value of the size property.booleanisBold()Gets the value of the bold property.booleanisItalic()Gets the value of the italic property.booleanisSetBold()booleanisSetColor()booleanisSetItalic()booleanisSetName()booleanisSetSize()voidsetBold(boolean value)Sets the value of the bold property.voidsetColor(String value)Sets the value of the color property.voidsetItalic(boolean value)Sets the value of the italic property.voidsetName(String value)Sets the value of the name property.voidsetSize(int value)Sets the value of the size property.voidunsetBold()voidunsetItalic()voidunsetSize()
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName()
-
isBold
public boolean isBold()
Gets the value of the bold property.- Returns:
- possible object is
Boolean
-
setBold
public void setBold(boolean value)
Sets the value of the bold property.- Parameters:
value- allowed object isBoolean
-
isSetBold
public boolean isSetBold()
-
unsetBold
public void unsetBold()
-
isItalic
public boolean isItalic()
Gets the value of the italic property.- Returns:
- possible object is
Boolean
-
setItalic
public void setItalic(boolean value)
Sets the value of the italic property.- Parameters:
value- allowed object isBoolean
-
isSetItalic
public boolean isSetItalic()
-
unsetItalic
public void unsetItalic()
-
getSize
public int getSize()
Gets the value of the size property.- Returns:
- possible object is
Integer
-
setSize
public void setSize(int value)
Sets the value of the size property.- Parameters:
value- allowed object isInteger
-
isSetSize
public boolean isSetSize()
-
unsetSize
public void unsetSize()
-
getColor
public String getColor()
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(String value)
Sets the value of the color property.- Parameters:
value- allowed object isString
-
isSetColor
public boolean isSetColor()
-
-