All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAuthorList

      List<String> getAuthorList()
      Gets a List of "author" elements
    • getAuthorArray

      String[] getAuthorArray()
      Gets array of all "author" elements
    • getAuthorArray

      String getAuthorArray(int i)
      Gets ith "author" element
    • xgetAuthorList

      List<org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring> xgetAuthorList()
      Gets (as xml) a List of "author" elements
    • xgetAuthorArray

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring[] xgetAuthorArray()
      Gets (as xml) array of all "author" elements
    • xgetAuthorArray

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetAuthorArray(int i)
      Gets (as xml) ith "author" element
    • sizeOfAuthorArray

      int sizeOfAuthorArray()
      Returns number of "author" element
    • setAuthorArray

      void setAuthorArray(String[] authorArray)
      Sets array of all "author" element
    • setAuthorArray

      void setAuthorArray(int i, String author)
      Sets ith "author" element
    • xsetAuthorArray

      void xsetAuthorArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring[] authorArray)
      Sets (as xml) array of all "author" element
    • xsetAuthorArray

      void xsetAuthorArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring author)
      Sets (as xml) ith "author" element
    • insertAuthor

      void insertAuthor(int i, String author)
      Inserts the value as the ith "author" element
    • addAuthor

      void addAuthor(String author)
      Appends the value as the last "author" element
    • insertNewAuthor

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring insertNewAuthor(int i)
      Inserts and returns a new empty value (as xml) as the ith "author" element
    • addNewAuthor

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring addNewAuthor()
      Appends and returns a new empty value (as xml) as the last "author" element
    • removeAuthor

      void removeAuthor(int i)
      Removes the ith "author" element