Interface CTSdtListItem

  • 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.
    • Method Detail

      • getDisplayText

        java.lang.String getDisplayText()
        Gets the "displayText" attribute
      • xgetDisplayText

        STString xgetDisplayText()
        Gets (as xml) the "displayText" attribute
      • isSetDisplayText

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

        void setDisplayText​(java.lang.String displayText)
        Sets the "displayText" attribute
      • xsetDisplayText

        void xsetDisplayText​(STString displayText)
        Sets (as xml) the "displayText" attribute
      • unsetDisplayText

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

        java.lang.String getValue()
        Gets the "value" attribute
      • xgetValue

        STString xgetValue()
        Gets (as xml) the "value" attribute
      • isSetValue

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

        void setValue​(java.lang.String value)
        Sets the "value" attribute
      • xsetValue

        void xsetValue​(STString value)
        Sets (as xml) the "value" attribute
      • unsetValue

        void unsetValue()
        Unsets the "value" attribute