org.jopendocument.model.text
Class TextIndexEntryTabStop

java.lang.Object
  extended by org.jopendocument.model.text.TextIndexEntryTabStop

public class TextIndexEntryTabStop
extends Object


Field Summary
protected  String styleLeaderChar
           
protected  String stylePosition
           
protected  String styleType
           
protected  String styleWithTab
           
protected  String textStyleName
           
 
Constructor Summary
TextIndexEntryTabStop()
           
 
Method Summary
 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.
 String getStyleWithTab()
          Gets the value of the styleWithTab property.
 String getTextStyleName()
          Gets the value of the textStyleName 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.
 void setStyleWithTab(String value)
          Sets the value of the styleWithTab property.
 void setTextStyleName(String value)
          Sets the value of the textStyleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleLeaderChar

protected String styleLeaderChar

stylePosition

protected String stylePosition

styleType

protected String styleType

styleWithTab

protected String styleWithTab

textStyleName

protected String textStyleName
Constructor Detail

TextIndexEntryTabStop

public TextIndexEntryTabStop()
Method Detail

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

getStyleWithTab

public String getStyleWithTab()
Gets the value of the styleWithTab property.

Returns:
possible object is String

getTextStyleName

public String getTextStyleName()
Gets the value of the textStyleName property.

Returns:
possible 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

setStyleWithTab

public void setStyleWithTab(String value)
Sets the value of the styleWithTab property.

Parameters:
value - allowed object is String

setTextStyleName

public void setTextStyleName(String value)
Sets the value of the textStyleName property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.