Interface CTAuthors
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Authors(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionvoidAppends the value as the last "author" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringAppends and returns a new empty value (as xml) as the last "author" elementString[]Gets array of all "author" elementsgetAuthorArray(int i) Gets ith "author" elementGets a List of "author" elementsvoidinsertAuthor(int i, String author) Inserts the value as the ith "author" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringinsertNewAuthor(int i) Inserts and returns a new empty value (as xml) as the ith "author" elementvoidremoveAuthor(int i) Removes the ith "author" elementvoidsetAuthorArray(int i, String author) Sets ith "author" elementvoidsetAuthorArray(String[] authorArray) Sets array of all "author" elementintReturns number of "author" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring[]Gets (as xml) array of all "author" elementsorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetAuthorArray(int i) Gets (as xml) ith "author" elementList<org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring> Gets (as xml) a List of "author" elementsvoidxsetAuthorArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring author) Sets (as xml) ith "author" elementvoidxsetAuthorArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring[] authorArray) Sets (as xml) array of all "author" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getAuthorList
Gets a List of "author" elements -
getAuthorArray
String[] getAuthorArray()Gets array of all "author" elements -
getAuthorArray
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
Sets array of all "author" element -
setAuthorArray
Sets ith "author" element -
insertAuthor
Inserts the value as the ith "author" element -
addAuthor
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
-