org.jopendocument.model.style
Class StyleTabStop

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

public class StyleTabStop
extends Object


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

styleChar

protected String styleChar

styleLeaderChar

protected String styleLeaderChar

stylePosition

protected String stylePosition

styleType

protected String styleType
Constructor Detail

StyleTabStop

public StyleTabStop()
Method Detail

getStyleChar

public String getStyleChar()
Gets the value of the styleChar property.

Returns:
possible object is String

getStyleLeaderChar

public String getStyleLeaderChar()
Gets the value of the styleLeaderChar property.

Returns:
possible object is String

getStylePosition

public String getStylePosition()
Gets the value of the stylePosition property.

Returns:
possible object is String

getStyleType

public String getStyleType()
Gets the value of the styleType property.

Returns:
possible object is String

setStyleChar

public void setStyleChar(String value)
Sets the value of the styleChar property.

Parameters:
value - allowed object is String

setStyleLeaderChar

public void setStyleLeaderChar(String value)
Sets the value of the styleLeaderChar property.

Parameters:
value - allowed object is String

setStylePosition

public void setStylePosition(String value)
Sets the value of the stylePosition property.

Parameters:
value - allowed object is String

setStyleType

public void setStyleType(String value)
Sets the value of the styleType property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.