public class FontInfo extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fontName"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="fontSize"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="fontBold"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}boolean"> </restriction> </simpleType> </element> <element name="fontItalic"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}boolean"> </restriction> </simpleType> </element> <element name="fontStrike"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}boolean"> </restriction> </simpleType> </element> <element name="fontUnderline"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}boolean"> </restriction> </simpleType> </element> <element name="fontColor"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
fontBold |
protected String |
fontColor |
protected boolean |
fontItalic |
protected String |
fontName |
protected String |
fontSize |
protected boolean |
fontStrike |
protected boolean |
fontUnderline |
Constructor and Description |
---|
FontInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getFontColor()
Gets the value of the fontColor property.
|
String |
getFontName()
Gets the value of the fontName property.
|
String |
getFontSize()
Gets the value of the fontSize property.
|
boolean |
isFontBold()
Gets the value of the fontBold property.
|
boolean |
isFontItalic()
Gets the value of the fontItalic property.
|
boolean |
isFontStrike()
Gets the value of the fontStrike property.
|
boolean |
isFontUnderline()
Gets the value of the fontUnderline property.
|
void |
setFontBold(boolean value)
Sets the value of the fontBold property.
|
void |
setFontColor(String value)
Sets the value of the fontColor property.
|
void |
setFontItalic(boolean value)
Sets the value of the fontItalic property.
|
void |
setFontName(String value)
Sets the value of the fontName property.
|
void |
setFontSize(String value)
Sets the value of the fontSize property.
|
void |
setFontStrike(boolean value)
Sets the value of the fontStrike property.
|
void |
setFontUnderline(boolean value)
Sets the value of the fontUnderline property.
|
protected String fontName
protected String fontSize
protected boolean fontBold
protected boolean fontItalic
protected boolean fontStrike
protected boolean fontUnderline
protected String fontColor
public String getFontName()
String
public void setFontName(String value)
value
- allowed object is
String
public String getFontSize()
String
public void setFontSize(String value)
value
- allowed object is
String
public boolean isFontBold()
public void setFontBold(boolean value)
public boolean isFontItalic()
public void setFontItalic(boolean value)
public boolean isFontStrike()
public void setFontStrike(boolean value)
public boolean isFontUnderline()
public void setFontUnderline(boolean value)
public String getFontColor()
String
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.