public class FontType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Float |
size |
protected Boolean |
underline |
| Constructor and Description |
|---|
FontType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
float |
getSize()
Gets the value of the size property.
|
boolean |
isSetName() |
boolean |
isSetSize() |
boolean |
isSetUnderline() |
boolean |
isUnderline()
Gets the value of the underline property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSize(float value)
Sets the value of the size property.
|
void |
setUnderline(boolean value)
Sets the value of the underline property.
|
void |
unsetSize() |
void |
unsetUnderline() |
protected Boolean underline
protected Float size
protected String name
public boolean isUnderline()
Booleanpublic void setUnderline(boolean value)
value - allowed object is
Booleanpublic boolean isSetUnderline()
public void unsetUnderline()
public float getSize()
Floatpublic void setSize(float value)
value - allowed object is
Floatpublic boolean isSetSize()
public void unsetSize()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.