org.jopendocument.model.style
Class StyleDropCap

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

public class StyleDropCap
extends Object


Field Summary
protected  String styleDistance
           
protected  String styleLength
           
protected  String styleLines
           
protected  String styleStyleName
           
 
Constructor Summary
StyleDropCap()
           
 
Method Summary
 String getStyleDistance()
          Gets the value of the styleDistance property.
 String getStyleLength()
          Gets the value of the styleLength property.
 String getStyleLines()
          Gets the value of the styleLines property.
 String getStyleStyleName()
          Gets the value of the styleStyleName property.
 void setStyleDistance(String value)
          Sets the value of the styleDistance property.
 void setStyleLength(String value)
          Sets the value of the styleLength property.
 void setStyleLines(String value)
          Sets the value of the styleLines property.
 void setStyleStyleName(String value)
          Sets the value of the styleStyleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleDistance

protected String styleDistance

styleLength

protected String styleLength

styleLines

protected String styleLines

styleStyleName

protected String styleStyleName
Constructor Detail

StyleDropCap

public StyleDropCap()
Method Detail

getStyleDistance

public String getStyleDistance()
Gets the value of the styleDistance property.

Returns:
possible object is String

getStyleLength

public String getStyleLength()
Gets the value of the styleLength property.

Returns:
possible object is String

getStyleLines

public String getStyleLines()
Gets the value of the styleLines property.

Returns:
possible object is String

getStyleStyleName

public String getStyleStyleName()
Gets the value of the styleStyleName property.

Returns:
possible object is String

setStyleDistance

public void setStyleDistance(String value)
Sets the value of the styleDistance property.

Parameters:
value - allowed object is String

setStyleLength

public void setStyleLength(String value)
Sets the value of the styleLength property.

Parameters:
value - allowed object is String

setStyleLines

public void setStyleLines(String value)
Sets the value of the styleLines property.

Parameters:
value - allowed object is String

setStyleStyleName

public void setStyleStyleName(String value)
Sets the value of the styleStyleName property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.