|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextAlphabeticalIndex
public class TextAlphabeticalIndex
Field Summary | |
---|---|
protected TextAlphabeticalIndexSource |
textAlphabeticalIndexSource
|
protected TextIndexBody |
textIndexBody
|
protected String |
textName
|
protected String |
textProtected
|
protected String |
textStyleName
|
Constructor Summary | |
---|---|
TextAlphabeticalIndex()
|
Method Summary | |
---|---|
TextAlphabeticalIndexSource |
getTextAlphabeticalIndexSource()
Gets the value of the textAlphabeticalIndexSource property. |
TextIndexBody |
getTextIndexBody()
Gets the value of the textIndexBody property. |
String |
getTextName()
Gets the value of the textName property. |
String |
getTextProtected()
Gets the value of the textProtected property. |
String |
getTextStyleName()
Gets the value of the textStyleName property. |
void |
setTextAlphabeticalIndexSource(TextAlphabeticalIndexSource value)
Sets the value of the textAlphabeticalIndexSource property. |
void |
setTextIndexBody(TextIndexBody value)
Sets the value of the textIndexBody property. |
void |
setTextName(String value)
Sets the value of the textName property. |
void |
setTextProtected(String value)
Sets the value of the textProtected 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 |
---|
protected TextAlphabeticalIndexSource textAlphabeticalIndexSource
protected TextIndexBody textIndexBody
protected String textName
protected String textProtected
protected String textStyleName
Constructor Detail |
---|
public TextAlphabeticalIndex()
Method Detail |
---|
public TextAlphabeticalIndexSource getTextAlphabeticalIndexSource()
TextAlphabeticalIndexSource
public TextIndexBody getTextIndexBody()
TextIndexBody
public String getTextName()
String
public String getTextProtected()
String
public String getTextStyleName()
String
public void setTextAlphabeticalIndexSource(TextAlphabeticalIndexSource value)
value
- allowed object is TextAlphabeticalIndexSource
public void setTextIndexBody(TextIndexBody value)
value
- allowed object is TextIndexBody
public void setTextName(String value)
value
- allowed object is String
public void setTextProtected(String value)
value
- allowed object is String
public void setTextStyleName(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |