|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextUserIndexMark
public class TextUserIndexMark
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 |
---|
protected String textIndexName
protected String textOutlineLevel
protected String textStringValue
Constructor Detail |
---|
public TextUserIndexMark()
Method Detail |
---|
public String getTextIndexName()
String
public String getTextOutlineLevel()
String
public String getTextStringValue()
String
public void setTextIndexName(String value)
value
- allowed object is String
public void setTextOutlineLevel(String value)
value
- allowed object is String
public void setTextStringValue(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |