Interface CTCustomXmlPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CustomXmlPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCustomXmlPr> 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 value (as xml) as the last "attr" elementAppends and returns a new empty "placeholder" elementCTAttr[]Gets array of all "attr" elementsgetAttrArray(int i) Gets ith "attr" elementGets a List of "attr" elementsGets the "placeholder" elementinsertNewAttr(int i) Inserts and returns a new empty value (as xml) as the ith "attr" elementbooleanTrue if has "placeholder" elementvoidremoveAttr(int i) Removes the ith "attr" elementvoidsetAttrArray(int i, CTAttr attr) Sets ith "attr" elementvoidsetAttrArray(CTAttr[] attrArray) Sets array of all "attr" elementvoidsetPlaceholder(CTString placeholder) Sets the "placeholder" elementintReturns number of "attr" elementvoidUnsets the "placeholder" 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
-
getPlaceholder
CTString getPlaceholder()Gets the "placeholder" element -
isSetPlaceholder
boolean isSetPlaceholder()True if has "placeholder" element -
setPlaceholder
Sets the "placeholder" element -
addNewPlaceholder
CTString addNewPlaceholder()Appends and returns a new empty "placeholder" element -
unsetPlaceholder
void unsetPlaceholder()Unsets the "placeholder" element -
getAttrList
Gets a List of "attr" elements -
getAttrArray
CTAttr[] getAttrArray()Gets array of all "attr" elements -
getAttrArray
Gets ith "attr" element -
sizeOfAttrArray
int sizeOfAttrArray()Returns number of "attr" element -
setAttrArray
Sets array of all "attr" element -
setAttrArray
Sets ith "attr" element -
insertNewAttr
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
-