Class OptionsFontType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsFontType
-
public class OptionsFontType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="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 specify the font and formatting for the header and footer.</p>
Java class for OptionsFontType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionsFontType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="size" default="10"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> <maxInclusive value="1296"/> </restriction> </simpleType> </attribute> <attribute name="underline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="color" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#000000" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description OptionsFontType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()<?StringgetName()<?intgetSize()<?booleanisSetColor()booleanisSetName()booleanisSetSize()booleanisSetUnderline()booleanisUnderline()<?voidsetColor(String value)Sets the value of the color property.voidsetName(String value)Sets the value of the name property.voidsetSize(int value)Sets the value of the size property.voidsetUnderline(boolean value)Sets the value of the underline property.voidunsetSize()voidunsetUnderline()
-
-
-
Field Detail
-
name
protected String name
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="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 specify the name of the font that should be used for the text output. If a font is not specified, "Helvetica" will be used.</p>
-
size
protected Integer size
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="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 set the text size for the text output.</p>
-
underline
protected Boolean underline
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the text in the header and footer will be underlined.</p>
-
color
protected String color
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="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 set the colour for the text output. The colour needs to be specified as a hexadecimal RGB value with a number sign before it.</p>
-
-
Method Detail
-
getName
public String getName()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="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 specify the name of the font that should be used for the text output. If a font is not specified, "Helvetica" will be used.</p>
- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.
-
isSetName
public boolean isSetName()
-
getSize
public int getSize()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="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 set the text size for the text output.</p>
- Returns:
- possible object is
Integer
-
setSize
public void setSize(int value)
Sets the value of the size property.
-
isSetSize
public boolean isSetSize()
-
unsetSize
public void unsetSize()
-
isUnderline
public boolean isUnderline()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If true, the text in the header and footer will be underlined.</p>
- Returns:
- possible object is
Boolean
-
setUnderline
public void setUnderline(boolean value)
Sets the value of the underline property.- Parameters:
value- allowed object isBoolean- See Also:
isUnderline()
-
isSetUnderline
public boolean isSetUnderline()
-
unsetUnderline
public void unsetUnderline()
-
getColor
public String getColor()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="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 set the colour for the text output. The colour needs to be specified as a hexadecimal RGB value with a number sign before it.</p>
- Returns:
- possible object is
String
-
setColor
public void setColor(String value)
Sets the value of the color property.- Parameters:
value- allowed object isString- See Also:
getColor()
-
isSetColor
public boolean isSetColor()
-
-