Interface CTSmartTagPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSmartTagPr extends XmlObject
An XML CT_SmartTagPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTSmartTagPr>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTAttraddNewAttr()Appends and returns a new empty value (as xml) as the last "attr" elementCTAttr[]getAttrArray()Gets array of all "attr" elementsCTAttrgetAttrArray(int i)Gets ith "attr" elementjava.util.List<CTAttr>getAttrList()Gets a List of "attr" elementsCTAttrinsertNewAttr(int i)Inserts and returns a new empty value (as xml) as the ith "attr" elementvoidremoveAttr(int i)Removes the ith "attr" elementvoidsetAttrArray(int i, CTAttr attr)Sets ith "attr" elementvoidsetAttrArray(CTAttr[] attrArray)Sets array of all "attr" elementintsizeOfAttrArray()Returns number of "attr" element-
Methods 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, valueHashCode
-
Methods 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 Detail
-
Factory
static final DocumentFactory<CTSmartTagPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getAttrList
java.util.List<CTAttr> getAttrList()
Gets a List of "attr" elements
-
getAttrArray
CTAttr[] getAttrArray()
Gets array of all "attr" elements
-
getAttrArray
CTAttr getAttrArray(int i)
Gets ith "attr" element
-
sizeOfAttrArray
int sizeOfAttrArray()
Returns number of "attr" element
-
setAttrArray
void setAttrArray(CTAttr[] attrArray)
Sets array of all "attr" element
-
setAttrArray
void setAttrArray(int i, CTAttr attr)Sets ith "attr" element
-
insertNewAttr
CTAttr insertNewAttr(int i)
Inserts and returns a new empty value (as xml) as the ith "attr" element
-
addNewAttr
CTAttr addNewAttr()
Appends and returns a new empty value (as xml) as the last "attr" element
-
removeAttr
void removeAttr(int i)
Removes the ith "attr" element
-
-