All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTSdtListItem extends XmlObject
An XML CT_SdtListItem(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getDisplayText

      String getDisplayText()
      Gets the "displayText" attribute
    • xgetDisplayText

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetDisplayText()
      Gets (as xml) the "displayText" attribute
    • isSetDisplayText

      boolean isSetDisplayText()
      True if has "displayText" attribute
    • setDisplayText

      void setDisplayText(String displayText)
      Sets the "displayText" attribute
    • xsetDisplayText

      void xsetDisplayText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString displayText)
      Sets (as xml) the "displayText" attribute
    • unsetDisplayText

      void unsetDisplayText()
      Unsets the "displayText" attribute
    • getValue

      String getValue()
      Gets the "value" attribute
    • xgetValue

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetValue()
      Gets (as xml) the "value" attribute
    • isSetValue

      boolean isSetValue()
      True if has "value" attribute
    • setValue

      void setValue(String value)
      Sets the "value" attribute
    • xsetValue

      void xsetValue(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString value)
      Sets (as xml) the "value" attribute
    • unsetValue

      void unsetValue()
      Unsets the "value" attribute