All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getResult

      CTDecimalNumber getResult()
      Gets the "result" element
    • isSetResult

      boolean isSetResult()
      True if has "result" element
    • setResult

      void setResult(CTDecimalNumber result)
      Sets the "result" element
    • addNewResult

      CTDecimalNumber addNewResult()
      Appends and returns a new empty "result" element
    • unsetResult

      void unsetResult()
      Unsets the "result" element
    • getDefault

      CTDecimalNumber getDefault()
      Gets the "default" element
    • isSetDefault

      boolean isSetDefault()
      True if has "default" element
    • setDefault

      void setDefault(CTDecimalNumber xdefault)
      Sets the "default" element
    • addNewDefault

      CTDecimalNumber addNewDefault()
      Appends and returns a new empty "default" element
    • unsetDefault

      void unsetDefault()
      Unsets the "default" element
    • getListEntryList

      List<CTString> getListEntryList()
      Gets a List of "listEntry" elements
    • getListEntryArray

      CTString[] getListEntryArray()
      Gets array of all "listEntry" elements
    • getListEntryArray

      CTString getListEntryArray(int i)
      Gets ith "listEntry" element
    • sizeOfListEntryArray

      int sizeOfListEntryArray()
      Returns number of "listEntry" element
    • setListEntryArray

      void setListEntryArray(CTString[] listEntryArray)
      Sets array of all "listEntry" element
    • setListEntryArray

      void setListEntryArray(int i, CTString listEntry)
      Sets ith "listEntry" element
    • insertNewListEntry

      CTString insertNewListEntry(int i)
      Inserts and returns a new empty value (as xml) as the ith "listEntry" element
    • addNewListEntry

      CTString addNewListEntry()
      Appends and returns a new empty value (as xml) as the last "listEntry" element
    • removeListEntry

      void removeListEntry(int i)
      Removes the ith "listEntry" element