java.lang.Objectcom.aspose.words.SdtListItem
public class SdtListItem
Constructor Summary |
---|
SdtListItem(java.lang.String displayText, java.lang.String value)
Initializes a new instance of this class. |
SdtListItem(java.lang.String value)
Initializes a new instance of this class. |
Property Getters/Setters 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. |
Constructor Detail |
---|
public SdtListItem(java.lang.String displayText, java.lang.String value)
public SdtListItem(java.lang.String value)
Property Getters/Setters Detail |
---|
getDisplayText | |
public java.lang.String getDisplayText() |
Cannot be null and cannot be an empty string.
getValue | |
public java.lang.String getValue() |
Cannot be null and cannot be an empty string.