public class Font
extends java.lang.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="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="isBold" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isItalic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isUnderline" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isStrikeThrough" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
isBold |
protected java.lang.Boolean |
isItalic |
protected java.lang.Boolean |
isStrikeThrough |
protected java.lang.Boolean |
isUnderline |
protected java.lang.String |
name |
protected java.lang.Double |
size |
| Constructor and Description |
|---|
Font() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Double |
getSize()
Gets the value of the size property.
|
java.lang.Boolean |
isIsBold()
Gets the value of the isBold property.
|
java.lang.Boolean |
isIsItalic()
Gets the value of the isItalic property.
|
java.lang.Boolean |
isIsStrikeThrough()
Gets the value of the isStrikeThrough property.
|
java.lang.Boolean |
isIsUnderline()
Gets the value of the isUnderline property.
|
void |
setIsBold(java.lang.Boolean value)
Sets the value of the isBold property.
|
void |
setIsItalic(java.lang.Boolean value)
Sets the value of the isItalic property.
|
void |
setIsStrikeThrough(java.lang.Boolean value)
Sets the value of the isStrikeThrough property.
|
void |
setIsUnderline(java.lang.Boolean value)
Sets the value of the isUnderline property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSize(java.lang.Double value)
Sets the value of the size property.
|
protected java.lang.String name
protected java.lang.Double size
protected java.lang.Boolean isBold
protected java.lang.Boolean isItalic
protected java.lang.Boolean isUnderline
protected java.lang.Boolean isStrikeThrough
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getSize()
Doublepublic void setSize(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean isIsBold()
Booleanpublic void setIsBold(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsItalic()
Booleanpublic void setIsItalic(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsUnderline()
Booleanpublic void setIsUnderline(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsStrikeThrough()
Booleanpublic void setIsStrikeThrough(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2018 SAP SE. All Rights Reserved.