Interface CTTextParagraph
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TextParagraph(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTextParagraph> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewBr()Appends and returns a new empty value (as xml) as the last "br" elementAppends and returns a new empty "endParaRPr" elementAppends and returns a new empty value (as xml) as the last "fld" elementAppends and returns a new empty "pPr" elementaddNewR()Appends and returns a new empty value (as xml) as the last "r" elementGets array of all "br" elementsgetBrArray(int i) Gets ith "br" elementGets a List of "br" elementsGets the "endParaRPr" elementGets array of all "fld" elementsgetFldArray(int i) Gets ith "fld" elementGets a List of "fld" elementsgetPPr()Gets the "pPr" elementGets array of all "r" elementsgetRArray(int i) Gets ith "r" elementgetRList()Gets a List of "r" elementsinsertNewBr(int i) Inserts and returns a new empty value (as xml) as the ith "br" elementinsertNewFld(int i) Inserts and returns a new empty value (as xml) as the ith "fld" elementinsertNewR(int i) Inserts and returns a new empty value (as xml) as the ith "r" elementbooleanTrue if has "endParaRPr" elementbooleanisSetPPr()True if has "pPr" elementvoidremoveBr(int i) Removes the ith "br" elementvoidremoveFld(int i) Removes the ith "fld" elementvoidremoveR(int i) Removes the ith "r" elementvoidsetBrArray(int i, CTTextLineBreak br) Sets ith "br" elementvoidsetBrArray(CTTextLineBreak[] brArray) Sets array of all "br" elementvoidsetEndParaRPr(CTTextCharacterProperties endParaRPr) Sets the "endParaRPr" elementvoidsetFldArray(int i, CTTextField fld) Sets ith "fld" elementvoidsetFldArray(CTTextField[] fldArray) Sets array of all "fld" elementvoidSets the "pPr" elementvoidsetRArray(int i, CTRegularTextRun r) Sets ith "r" elementvoidsetRArray(CTRegularTextRun[] rArray) Sets array of all "r" elementintReturns number of "br" elementintReturns number of "fld" elementintReturns number of "r" elementvoidUnsets the "endParaRPr" elementvoidunsetPPr()Unsets the "pPr" 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
-
getPPr
CTTextParagraphProperties getPPr()Gets the "pPr" element -
isSetPPr
boolean isSetPPr()True if has "pPr" element -
setPPr
Sets the "pPr" element -
addNewPPr
CTTextParagraphProperties addNewPPr()Appends and returns a new empty "pPr" element -
unsetPPr
void unsetPPr()Unsets the "pPr" element -
getRList
List<CTRegularTextRun> getRList()Gets a List of "r" elements -
getRArray
CTRegularTextRun[] getRArray()Gets array of all "r" elements -
getRArray
Gets ith "r" element -
sizeOfRArray
int sizeOfRArray()Returns number of "r" element -
setRArray
Sets array of all "r" element -
setRArray
Sets ith "r" element -
insertNewR
Inserts and returns a new empty value (as xml) as the ith "r" element -
addNewR
CTRegularTextRun addNewR()Appends and returns a new empty value (as xml) as the last "r" element -
removeR
void removeR(int i) Removes the ith "r" element -
getBrList
List<CTTextLineBreak> getBrList()Gets a List of "br" elements -
getBrArray
CTTextLineBreak[] getBrArray()Gets array of all "br" elements -
getBrArray
Gets ith "br" element -
sizeOfBrArray
int sizeOfBrArray()Returns number of "br" element -
setBrArray
Sets array of all "br" element -
setBrArray
Sets ith "br" element -
insertNewBr
Inserts and returns a new empty value (as xml) as the ith "br" element -
addNewBr
CTTextLineBreak addNewBr()Appends and returns a new empty value (as xml) as the last "br" element -
removeBr
void removeBr(int i) Removes the ith "br" element -
getFldList
List<CTTextField> getFldList()Gets a List of "fld" elements -
getFldArray
CTTextField[] getFldArray()Gets array of all "fld" elements -
getFldArray
Gets ith "fld" element -
sizeOfFldArray
int sizeOfFldArray()Returns number of "fld" element -
setFldArray
Sets array of all "fld" element -
setFldArray
Sets ith "fld" element -
insertNewFld
Inserts and returns a new empty value (as xml) as the ith "fld" element -
addNewFld
CTTextField addNewFld()Appends and returns a new empty value (as xml) as the last "fld" element -
removeFld
void removeFld(int i) Removes the ith "fld" element -
getEndParaRPr
CTTextCharacterProperties getEndParaRPr()Gets the "endParaRPr" element -
isSetEndParaRPr
boolean isSetEndParaRPr()True if has "endParaRPr" element -
setEndParaRPr
Sets the "endParaRPr" element -
addNewEndParaRPr
CTTextCharacterProperties addNewEndParaRPr()Appends and returns a new empty "endParaRPr" element -
unsetEndParaRPr
void unsetEndParaRPr()Unsets the "endParaRPr" element
-