net.sf.dynamicreports.report.defaults.xml
Class XmlFont

java.lang.Object
  extended by net.sf.dynamicreports.report.defaults.xml.XmlFont

public class XmlFont
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="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

fontName

protected String fontName

fontSize

protected Integer fontSize

pdfFontName

protected String pdfFontName

pdfEncoding

protected String pdfEncoding

pdfEmbedded

protected Boolean pdfEmbedded
Constructor Detail

XmlFont

public XmlFont()
Method Detail

getFontName

public String getFontName()
Gets the value of the fontName property.

Returns:
possible object is String

setFontName

public void setFontName(String value)
Sets the value of the fontName property.

Parameters:
value - allowed object is String

getFontSize

public Integer getFontSize()
Gets the value of the fontSize property.

Returns:
possible object is Integer

setFontSize

public void setFontSize(Integer value)
Sets the value of the fontSize property.

Parameters:
value - allowed object is Integer

getPdfFontName

public String getPdfFontName()
Gets the value of the pdfFontName property.

Returns:
possible object is String

setPdfFontName

public void setPdfFontName(String value)
Sets the value of the pdfFontName property.

Parameters:
value - allowed object is String

getPdfEncoding

public String getPdfEncoding()
Gets the value of the pdfEncoding property.

Returns:
possible object is String

setPdfEncoding

public void setPdfEncoding(String value)
Sets the value of the pdfEncoding property.

Parameters:
value - allowed object is String

isPdfEmbedded

public Boolean isPdfEmbedded()
Gets the value of the pdfEmbedded property.

Returns:
possible object is Boolean

setPdfEmbedded

public void setPdfEmbedded(Boolean value)
Sets the value of the pdfEmbedded property.

Parameters:
value - allowed object is Boolean


Copyright © 2010-2014. All Rights Reserved.