org.jopendocument.model.style
Class StyleFootnoteSep

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

public class StyleFootnoteSep
extends Object


Field Summary
protected  String styleAdjustment
           
protected  String styleColor
           
protected  String styleDistanceAfterSep
           
protected  String styleDistanceBeforeSep
           
protected  String styleRelWidth
           
protected  String styleWidth
           
 
Constructor Summary
StyleFootnoteSep()
           
 
Method Summary
 String getStyleAdjustment()
          Gets the value of the styleAdjustment property.
 String getStyleColor()
          Gets the value of the styleColor property.
 String getStyleDistanceAfterSep()
          Gets the value of the styleDistanceAfterSep property.
 String getStyleDistanceBeforeSep()
          Gets the value of the styleDistanceBeforeSep property.
 String getStyleRelWidth()
          Gets the value of the styleRelWidth property.
 String getStyleWidth()
          Gets the value of the styleWidth property.
 void setStyleAdjustment(String value)
          Sets the value of the styleAdjustment property.
 void setStyleColor(String value)
          Sets the value of the styleColor property.
 void setStyleDistanceAfterSep(String value)
          Sets the value of the styleDistanceAfterSep property.
 void setStyleDistanceBeforeSep(String value)
          Sets the value of the styleDistanceBeforeSep property.
 void setStyleRelWidth(String value)
          Sets the value of the styleRelWidth property.
 void setStyleWidth(String value)
          Sets the value of the styleWidth property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleAdjustment

protected String styleAdjustment

styleColor

protected String styleColor

styleDistanceAfterSep

protected String styleDistanceAfterSep

styleDistanceBeforeSep

protected String styleDistanceBeforeSep

styleRelWidth

protected String styleRelWidth

styleWidth

protected String styleWidth
Constructor Detail

StyleFootnoteSep

public StyleFootnoteSep()
Method Detail

getStyleAdjustment

public String getStyleAdjustment()
Gets the value of the styleAdjustment property.

Returns:
possible object is String

getStyleColor

public String getStyleColor()
Gets the value of the styleColor property.

Returns:
possible object is String

getStyleDistanceAfterSep

public String getStyleDistanceAfterSep()
Gets the value of the styleDistanceAfterSep property.

Returns:
possible object is String

getStyleDistanceBeforeSep

public String getStyleDistanceBeforeSep()
Gets the value of the styleDistanceBeforeSep property.

Returns:
possible object is String

getStyleRelWidth

public String getStyleRelWidth()
Gets the value of the styleRelWidth property.

Returns:
possible object is String

getStyleWidth

public String getStyleWidth()
Gets the value of the styleWidth property.

Returns:
possible object is String

setStyleAdjustment

public void setStyleAdjustment(String value)
Sets the value of the styleAdjustment property.

Parameters:
value - allowed object is String

setStyleColor

public void setStyleColor(String value)
Sets the value of the styleColor property.

Parameters:
value - allowed object is String

setStyleDistanceAfterSep

public void setStyleDistanceAfterSep(String value)
Sets the value of the styleDistanceAfterSep property.

Parameters:
value - allowed object is String

setStyleDistanceBeforeSep

public void setStyleDistanceBeforeSep(String value)
Sets the value of the styleDistanceBeforeSep property.

Parameters:
value - allowed object is String

setStyleRelWidth

public void setStyleRelWidth(String value)
Sets the value of the styleRelWidth property.

Parameters:
value - allowed object is String

setStyleWidth

public void setStyleWidth(String value)
Sets the value of the styleWidth property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.