org.jopendocument.model.style
Class StyleColumnSep

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

public class StyleColumnSep
extends Object


Field Summary
protected  String styleColor
           
protected  String styleHeight
           
protected  String styleStyle
           
protected  String styleVerticalAlign
           
protected  String styleWidth
           
 
Constructor Summary
StyleColumnSep()
           
 
Method Summary
 String getStyleColor()
          Gets the value of the styleColor property.
 String getStyleHeight()
          Gets the value of the styleHeight property.
 String getStyleStyle()
          Gets the value of the styleStyle property.
 String getStyleVerticalAlign()
          Gets the value of the styleVerticalAlign property.
 String getStyleWidth()
          Gets the value of the styleWidth property.
 void setStyleColor(String value)
          Sets the value of the styleColor property.
 void setStyleHeight(String value)
          Sets the value of the styleHeight property.
 void setStyleStyle(String value)
          Sets the value of the styleStyle property.
 void setStyleVerticalAlign(String value)
          Sets the value of the styleVerticalAlign 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

styleColor

protected String styleColor

styleHeight

protected String styleHeight

styleStyle

protected String styleStyle

styleVerticalAlign

protected String styleVerticalAlign

styleWidth

protected String styleWidth
Constructor Detail

StyleColumnSep

public StyleColumnSep()
Method Detail

getStyleColor

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

Returns:
possible object is String

getStyleHeight

public String getStyleHeight()
Gets the value of the styleHeight property.

Returns:
possible object is String

getStyleStyle

public String getStyleStyle()
Gets the value of the styleStyle property.

Returns:
possible object is String

getStyleVerticalAlign

public String getStyleVerticalAlign()
Gets the value of the styleVerticalAlign property.

Returns:
possible object is String

getStyleWidth

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

Returns:
possible object is String

setStyleColor

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

Parameters:
value - allowed object is String

setStyleHeight

public void setStyleHeight(String value)
Sets the value of the styleHeight property.

Parameters:
value - allowed object is String

setStyleStyle

public void setStyleStyle(String value)
Sets the value of the styleStyle property.

Parameters:
value - allowed object is String

setStyleVerticalAlign

public void setStyleVerticalAlign(String value)
Sets the value of the styleVerticalAlign 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.