org.jopendocument.model.text
Class TextUserIndexMark

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

public class TextUserIndexMark
extends Object


Field Summary
protected  String textIndexName
           
protected  String textOutlineLevel
           
protected  String textStringValue
           
 
Constructor Summary
TextUserIndexMark()
           
 
Method Summary
 String getTextIndexName()
          Gets the value of the textIndexName property.
 String getTextOutlineLevel()
          Gets the value of the textOutlineLevel property.
 String getTextStringValue()
          Gets the value of the textStringValue property.
 void setTextIndexName(String value)
          Sets the value of the textIndexName property.
 void setTextOutlineLevel(String value)
          Sets the value of the textOutlineLevel property.
 void setTextStringValue(String value)
          Sets the value of the textStringValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textIndexName

protected String textIndexName

textOutlineLevel

protected String textOutlineLevel

textStringValue

protected String textStringValue
Constructor Detail

TextUserIndexMark

public TextUserIndexMark()
Method Detail

getTextIndexName

public String getTextIndexName()
Gets the value of the textIndexName property.

Returns:
possible object is String

getTextOutlineLevel

public String getTextOutlineLevel()
Gets the value of the textOutlineLevel property.

Returns:
possible object is String

getTextStringValue

public String getTextStringValue()
Gets the value of the textStringValue property.

Returns:
possible object is String

setTextIndexName

public void setTextIndexName(String value)
Sets the value of the textIndexName property.

Parameters:
value - allowed object is String

setTextOutlineLevel

public void setTextOutlineLevel(String value)
Sets the value of the textOutlineLevel property.

Parameters:
value - allowed object is String

setTextStringValue

public void setTextStringValue(String value)
Sets the value of the textStringValue property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.