public class XmlAdhocFont extends Object
Java class for Font complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Font">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="fontName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fontSize" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="bold" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="italic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="underline" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="strikeThrough" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
bold |
protected String |
fontName |
protected Integer |
fontSize |
protected Boolean |
italic |
protected Boolean |
strikeThrough |
protected Boolean |
underline |
| Constructor and Description |
|---|
XmlAdhocFont() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFontName()
Gets the value of the fontName property.
|
Integer |
getFontSize()
Gets the value of the fontSize property.
|
Boolean |
isBold()
Gets the value of the bold property.
|
Boolean |
isItalic()
Gets the value of the italic property.
|
Boolean |
isStrikeThrough()
Gets the value of the strikeThrough property.
|
Boolean |
isUnderline()
Gets the value of the underline property.
|
void |
setBold(Boolean value)
Sets the value of the bold property.
|
void |
setFontName(String value)
Sets the value of the fontName property.
|
void |
setFontSize(Integer value)
Sets the value of the fontSize property.
|
void |
setItalic(Boolean value)
Sets the value of the italic property.
|
void |
setStrikeThrough(Boolean value)
Sets the value of the strikeThrough property.
|
void |
setUnderline(Boolean value)
Sets the value of the underline property.
|
protected String fontName
protected Integer fontSize
protected Boolean bold
protected Boolean italic
protected Boolean underline
protected Boolean strikeThrough
public String getFontName()
Stringpublic void setFontName(String value)
value - allowed object is
Stringpublic Integer getFontSize()
Integerpublic void setFontSize(Integer value)
value - allowed object is
Integerpublic Boolean isBold()
Booleanpublic void setBold(Boolean value)
value - allowed object is
Booleanpublic Boolean isItalic()
Booleanpublic void setItalic(Boolean value)
value - allowed object is
Booleanpublic Boolean isUnderline()
Booleanpublic void setUnderline(Boolean value)
value - allowed object is
Booleanpublic Boolean isStrikeThrough()
BooleanCopyright © 2010–2021. All rights reserved.