|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.style.StyleTabStop
public class StyleTabStop
Field Summary | |
---|---|
protected String |
styleChar
|
protected String |
styleLeaderChar
|
protected String |
stylePosition
|
protected String |
styleType
|
Constructor Summary | |
---|---|
StyleTabStop()
|
Method Summary | |
---|---|
String |
getStyleChar()
Gets the value of the styleChar property. |
String |
getStyleLeaderChar()
Gets the value of the styleLeaderChar property. |
String |
getStylePosition()
Gets the value of the stylePosition property. |
String |
getStyleType()
Gets the value of the styleType property. |
void |
setStyleChar(String value)
Sets the value of the styleChar property. |
void |
setStyleLeaderChar(String value)
Sets the value of the styleLeaderChar property. |
void |
setStylePosition(String value)
Sets the value of the stylePosition property. |
void |
setStyleType(String value)
Sets the value of the styleType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String styleChar
protected String styleLeaderChar
protected String stylePosition
protected String styleType
Constructor Detail |
---|
public StyleTabStop()
Method Detail |
---|
public String getStyleChar()
String
public String getStyleLeaderChar()
String
public String getStylePosition()
String
public String getStyleType()
String
public void setStyleChar(String value)
value
- allowed object is String
public void setStyleLeaderChar(String value)
value
- allowed object is String
public void setStylePosition(String value)
value
- allowed object is String
public void setStyleType(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |