|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.documents.SdtListItem
public class SdtListItem
This element specifies a single list item within a parent
Constructor Summary | |
---|---|
SdtListItem(java.lang.String value)
Initializes a new instance of this class. |
|
SdtListItem(java.lang.String displayText,
java.lang.String value)
Initializes a new instance of this class. |
Method Summary | |
---|---|
java.lang.String |
getDisplayText()
Gets the text to display in the run content in place of the |
java.lang.String |
getValue()
Gets the value of this list item. |
void |
setDisplayText(java.lang.String value)
Sets the text to display in the run content in place of the |
void |
setValue(java.lang.String value)
Sets the value of this list item. |
Constructor Detail |
---|
public SdtListItem(java.lang.String displayText, java.lang.String value)
public SdtListItem(java.lang.String value)
Method Detail |
---|
public java.lang.String getDisplayText()
public void setDisplayText(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |