|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocFont
public class XmlAdhocFont
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>
| Field Summary | |
|---|---|
protected Boolean |
bold
|
protected String |
fontName
|
protected Integer |
fontSize
|
protected Boolean |
italic
|
protected Boolean |
strikeThrough
|
protected Boolean |
underline
|
| Constructor Summary | |
|---|---|
XmlAdhocFont()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String fontName
protected Integer fontSize
protected Boolean bold
protected Boolean italic
protected Boolean underline
protected Boolean strikeThrough
| Constructor Detail |
|---|
public XmlAdhocFont()
| Method Detail |
|---|
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()
Booleanpublic void setStrikeThrough(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||