|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.style.StyleColumnSep
public class StyleColumnSep
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 |
---|
protected String styleColor
protected String styleHeight
protected String styleStyle
protected String styleVerticalAlign
protected String styleWidth
Constructor Detail |
---|
public StyleColumnSep()
Method Detail |
---|
public String getStyleColor()
String
public String getStyleHeight()
String
public String getStyleStyle()
String
public String getStyleVerticalAlign()
String
public String getStyleWidth()
String
public void setStyleColor(String value)
value
- allowed object is String
public void setStyleHeight(String value)
value
- allowed object is String
public void setStyleStyle(String value)
value
- allowed object is String
public void setStyleVerticalAlign(String value)
value
- allowed object is String
public void setStyleWidth(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |