Interface CTCommentAuthor
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CommentAuthor(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCommentAuthor> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementlongGets the "clrIdx" attributeGets the "extLst" elementlonggetId()Gets the "id" attributeGets the "initials" attributelongGets the "lastIdx" attributegetName()Gets the "name" attributebooleanTrue if has "extLst" elementvoidsetClrIdx(long clrIdx) Sets the "clrIdx" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetId(long id) Sets the "id" attributevoidsetInitials(String initials) Sets the "initials" attributevoidsetLastIdx(long lastIdx) Sets the "lastIdx" attributevoidSets the "name" attributevoidUnsets the "extLst" elementGets (as xml) the "clrIdx" attributexgetId()Gets (as xml) the "id" attributeGets (as xml) the "initials" attributeGets (as xml) the "lastIdx" attributexgetName()Gets (as xml) the "name" attributevoidxsetClrIdx(XmlUnsignedInt clrIdx) Sets (as xml) the "clrIdx" attributevoidxsetId(XmlUnsignedInt id) Sets (as xml) the "id" attributevoidxsetInitials(STName initials) Sets (as xml) the "initials" attributevoidxsetLastIdx(XmlUnsignedInt lastIdx) Sets (as xml) the "lastIdx" attributevoidSets (as xml) the "name" attributeMethods 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
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getId
long getId()Gets the "id" attribute -
xgetId
XmlUnsignedInt xgetId()Gets (as xml) the "id" attribute -
setId
void setId(long id) Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
getName
String getName()Gets the "name" attribute -
xgetName
STName xgetName()Gets (as xml) the "name" attribute -
setName
Sets the "name" attribute -
xsetName
Sets (as xml) the "name" attribute -
getInitials
String getInitials()Gets the "initials" attribute -
xgetInitials
STName xgetInitials()Gets (as xml) the "initials" attribute -
setInitials
Sets the "initials" attribute -
xsetInitials
Sets (as xml) the "initials" attribute -
getLastIdx
long getLastIdx()Gets the "lastIdx" attribute -
xgetLastIdx
XmlUnsignedInt xgetLastIdx()Gets (as xml) the "lastIdx" attribute -
setLastIdx
void setLastIdx(long lastIdx) Sets the "lastIdx" attribute -
xsetLastIdx
Sets (as xml) the "lastIdx" attribute -
getClrIdx
long getClrIdx()Gets the "clrIdx" attribute -
xgetClrIdx
XmlUnsignedInt xgetClrIdx()Gets (as xml) the "clrIdx" attribute -
setClrIdx
void setClrIdx(long clrIdx) Sets the "clrIdx" attribute -
xsetClrIdx
Sets (as xml) the "clrIdx" attribute
-