net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocFont

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocFont

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

fontName

protected String fontName

fontSize

protected Integer fontSize

bold

protected Boolean bold

italic

protected Boolean italic

underline

protected Boolean underline

strikeThrough

protected Boolean strikeThrough
Constructor Detail

XmlAdhocFont

public XmlAdhocFont()
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

isBold

public Boolean isBold()
Gets the value of the bold property.

Returns:
possible object is Boolean

setBold

public void setBold(Boolean value)
Sets the value of the bold property.

Parameters:
value - allowed object is Boolean

isItalic

public Boolean isItalic()
Gets the value of the italic property.

Returns:
possible object is Boolean

setItalic

public void setItalic(Boolean value)
Sets the value of the italic property.

Parameters:
value - allowed object is Boolean

isUnderline

public Boolean isUnderline()
Gets the value of the underline property.

Returns:
possible object is Boolean

setUnderline

public void setUnderline(Boolean value)
Sets the value of the underline property.

Parameters:
value - allowed object is Boolean

isStrikeThrough

public Boolean isStrikeThrough()
Gets the value of the strikeThrough property.

Returns:
possible object is Boolean

setStrikeThrough

public void setStrikeThrough(Boolean value)
Sets the value of the strikeThrough property.

Parameters:
value - allowed object is Boolean


Copyright © 2010-2012. All Rights Reserved.