org.jopendocument.model.style
Class StyleFontDecl

java.lang.Object
  extended by org.jopendocument.model.style.StyleFontDecl

public class StyleFontDecl
extends Object


Field Summary
protected  String foFontFamily
           
protected  String styleFontCharset
           
protected  String styleFontFamilyGeneric
           
protected  String styleFontPitch
           
protected  String styleFontStyleName
           
protected  String styleName
           
 
Constructor Summary
StyleFontDecl()
           
 
Method Summary
 String getFoFontFamily()
          Gets the value of the foFontFamily property.
 String getStyleFontCharset()
          Gets the value of the styleFontCharset property.
 String getStyleFontFamilyGeneric()
          Gets the value of the styleFontFamilyGeneric property.
 String getStyleFontPitch()
          Gets the value of the styleFontPitch property.
 String getStyleFontStyleName()
          Gets the value of the styleFontStyleName property.
 String getStyleName()
          Gets the value of the styleName property.
 void setFoFontFamily(String value)
          Sets the value of the foFontFamily property.
 void setStyleFontCharset(String value)
          Sets the value of the styleFontCharset property.
 void setStyleFontFamilyGeneric(String value)
          Sets the value of the styleFontFamilyGeneric property.
 void setStyleFontPitch(String value)
          Sets the value of the styleFontPitch property.
 void setStyleFontStyleName(String value)
          Sets the value of the styleFontStyleName property.
 void setStyleName(String value)
          Sets the value of the styleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

foFontFamily

protected String foFontFamily

styleFontCharset

protected String styleFontCharset

styleFontFamilyGeneric

protected String styleFontFamilyGeneric

styleFontPitch

protected String styleFontPitch

styleFontStyleName

protected String styleFontStyleName

styleName

protected String styleName
Constructor Detail

StyleFontDecl

public StyleFontDecl()
Method Detail

getFoFontFamily

public String getFoFontFamily()
Gets the value of the foFontFamily property.

Returns:
possible object is String

getStyleFontCharset

public String getStyleFontCharset()
Gets the value of the styleFontCharset property.

Returns:
possible object is String

getStyleFontFamilyGeneric

public String getStyleFontFamilyGeneric()
Gets the value of the styleFontFamilyGeneric property.

Returns:
possible object is String

getStyleFontPitch

public String getStyleFontPitch()
Gets the value of the styleFontPitch property.

Returns:
possible object is String

getStyleFontStyleName

public String getStyleFontStyleName()
Gets the value of the styleFontStyleName property.

Returns:
possible object is String

getStyleName

public String getStyleName()
Gets the value of the styleName property.

Returns:
possible object is String

setFoFontFamily

public void setFoFontFamily(String value)
Sets the value of the foFontFamily property.

Parameters:
value - allowed object is String

setStyleFontCharset

public void setStyleFontCharset(String value)
Sets the value of the styleFontCharset property.

Parameters:
value - allowed object is String

setStyleFontFamilyGeneric

public void setStyleFontFamilyGeneric(String value)
Sets the value of the styleFontFamilyGeneric property.

Parameters:
value - allowed object is String

setStyleFontPitch

public void setStyleFontPitch(String value)
Sets the value of the styleFontPitch property.

Parameters:
value - allowed object is String

setStyleFontStyleName

public void setStyleFontStyleName(String value)
Sets the value of the styleFontStyleName property.

Parameters:
value - allowed object is String

setStyleName

public void setStyleName(String value)
Sets the value of the styleName property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.