Class FontType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.FontType
-
public class FontType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a font format for a displayable page content.</p>
Java class for FontType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FontType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="underline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}float" default="10" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FontType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.floatgetSize()Gets the value of the size property.booleanisSetName()booleanisSetSize()booleanisSetUnderline()booleanisUnderline()Gets the value of the underline property.voidsetName(String value)Sets the value of the name property.voidsetSize(float value)Sets the value of the size property.voidsetUnderline(boolean value)Sets the value of the underline property.voidunsetSize()voidunsetUnderline()
-
-
-
Method Detail
-
isUnderline
public boolean isUnderline()
Gets the value of the underline property.- Returns:
- possible object is
Boolean
-
setUnderline
public void setUnderline(boolean value)
Sets the value of the underline property.- Parameters:
value- allowed object isBoolean
-
isSetUnderline
public boolean isSetUnderline()
-
unsetUnderline
public void unsetUnderline()
-
getSize
public float getSize()
Gets the value of the size property.- Returns:
- possible object is
Float
-
setSize
public void setSize(float value)
Sets the value of the size property.- Parameters:
value- allowed object isFloat
-
isSetSize
public boolean isSetSize()
-
unsetSize
public void unsetSize()
-
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()
-
-