org.jopendocument.model.style
Class StyleColumn

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

public class StyleColumn
extends Object


Field Summary
protected  String foMarginLeft
           
protected  String foMarginRight
           
protected  String styleRelWidth
           
 
Constructor Summary
StyleColumn()
           
 
Method Summary
 String getFoMarginLeft()
          Gets the value of the foMarginLeft property.
 String getFoMarginRight()
          Gets the value of the foMarginRight property.
 String getStyleRelWidth()
          Gets the value of the styleRelWidth property.
 void setFoMarginLeft(String value)
          Sets the value of the foMarginLeft property.
 void setFoMarginRight(String value)
          Sets the value of the foMarginRight property.
 void setStyleRelWidth(String value)
          Sets the value of the styleRelWidth property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

foMarginLeft

protected String foMarginLeft

foMarginRight

protected String foMarginRight

styleRelWidth

protected String styleRelWidth
Constructor Detail

StyleColumn

public StyleColumn()
Method Detail

getFoMarginLeft

public String getFoMarginLeft()
Gets the value of the foMarginLeft property.

Returns:
possible object is String

getFoMarginRight

public String getFoMarginRight()
Gets the value of the foMarginRight property.

Returns:
possible object is String

getStyleRelWidth

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

Returns:
possible object is String

setFoMarginLeft

public void setFoMarginLeft(String value)
Sets the value of the foMarginLeft property.

Parameters:
value - allowed object is String

setFoMarginRight

public void setFoMarginRight(String value)
Sets the value of the foMarginRight 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


Copyright © 2010 jOpenDocument All Rights Reserved.