Interface CTTextBody
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TextBody(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTextBody> 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 "bodyPr" elementAppends and returns a new empty "lstStyle" elementaddNewP()Appends and returns a new empty value (as xml) as the last "p" elementGets the "bodyPr" elementGets the "lstStyle" elementGets array of all "p" elementsgetPArray(int i) Gets ith "p" elementgetPList()Gets a List of "p" elementsinsertNewP(int i) Inserts and returns a new empty value (as xml) as the ith "p" elementbooleanTrue if has "lstStyle" elementvoidremoveP(int i) Removes the ith "p" elementvoidsetBodyPr(CTTextBodyProperties bodyPr) Sets the "bodyPr" elementvoidsetLstStyle(CTTextListStyle lstStyle) Sets the "lstStyle" elementvoidsetPArray(int i, CTTextParagraph p) Sets ith "p" elementvoidsetPArray(CTTextParagraph[] pArray) Sets array of all "p" elementintReturns number of "p" elementvoidUnsets the "lstStyle" 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
-
getBodyPr
CTTextBodyProperties getBodyPr()Gets the "bodyPr" element -
setBodyPr
Sets the "bodyPr" element -
addNewBodyPr
CTTextBodyProperties addNewBodyPr()Appends and returns a new empty "bodyPr" element -
getLstStyle
CTTextListStyle getLstStyle()Gets the "lstStyle" element -
isSetLstStyle
boolean isSetLstStyle()True if has "lstStyle" element -
setLstStyle
Sets the "lstStyle" element -
addNewLstStyle
CTTextListStyle addNewLstStyle()Appends and returns a new empty "lstStyle" element -
unsetLstStyle
void unsetLstStyle()Unsets the "lstStyle" element -
getPList
List<CTTextParagraph> getPList()Gets a List of "p" elements -
getPArray
CTTextParagraph[] getPArray()Gets array of all "p" elements -
getPArray
Gets ith "p" element -
sizeOfPArray
int sizeOfPArray()Returns number of "p" element -
setPArray
Sets array of all "p" element -
setPArray
Sets ith "p" element -
insertNewP
Inserts and returns a new empty value (as xml) as the ith "p" element -
addNewP
CTTextParagraph addNewP()Appends and returns a new empty value (as xml) as the last "p" element -
removeP
void removeP(int i) Removes the ith "p" element
-