|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.report.defaults.xml.XmlFont
public class XmlFont
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="pdfFontName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pdfEncoding" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pdfEmbedded" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
fontName
|
protected Integer |
fontSize
|
protected Boolean |
pdfEmbedded
|
protected String |
pdfEncoding
|
protected String |
pdfFontName
|
| Constructor Summary | |
|---|---|
XmlFont()
|
|
| Method Summary | |
|---|---|
String |
getFontName()
Gets the value of the fontName property. |
Integer |
getFontSize()
Gets the value of the fontSize property. |
String |
getPdfEncoding()
Gets the value of the pdfEncoding property. |
String |
getPdfFontName()
Gets the value of the pdfFontName property. |
Boolean |
isPdfEmbedded()
Gets the value of the pdfEmbedded property. |
void |
setFontName(String value)
Sets the value of the fontName property. |
void |
setFontSize(Integer value)
Sets the value of the fontSize property. |
void |
setPdfEmbedded(Boolean value)
Sets the value of the pdfEmbedded property. |
void |
setPdfEncoding(String value)
Sets the value of the pdfEncoding property. |
void |
setPdfFontName(String value)
Sets the value of the pdfFontName 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 String pdfFontName
protected String pdfEncoding
protected Boolean pdfEmbedded
| Constructor Detail |
|---|
public XmlFont()
| 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 String getPdfFontName()
Stringpublic void setPdfFontName(String value)
value - allowed object is
Stringpublic String getPdfEncoding()
Stringpublic void setPdfEncoding(String value)
value - allowed object is
Stringpublic Boolean isPdfEmbedded()
Booleanpublic void setPdfEmbedded(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||