Interface CTTextParagraph
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTextParagraph extends XmlObject
An XML CT_TextParagraph(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTextParagraph.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTTextLineBreak
addNewBr()
Appends and returns a new empty value (as xml) as the last "br" elementCTTextCharacterProperties
addNewEndParaRPr()
Appends and returns a new empty "endParaRPr" elementCTTextField
addNewFld()
Appends and returns a new empty value (as xml) as the last "fld" elementCTTextParagraphProperties
addNewPPr()
Appends and returns a new empty "pPr" elementCTRegularTextRun
addNewR()
Appends and returns a new empty value (as xml) as the last "r" elementCTTextLineBreak[]
getBrArray()
Deprecated.CTTextLineBreak
getBrArray(int i)
Gets ith "br" elementjava.util.List<CTTextLineBreak>
getBrList()
Gets a List of "br" elementsCTTextCharacterProperties
getEndParaRPr()
Gets the "endParaRPr" elementCTTextField[]
getFldArray()
Deprecated.CTTextField
getFldArray(int i)
Gets ith "fld" elementjava.util.List<CTTextField>
getFldList()
Gets a List of "fld" elementsCTTextParagraphProperties
getPPr()
Gets the "pPr" elementCTRegularTextRun[]
getRArray()
Deprecated.CTRegularTextRun
getRArray(int i)
Gets ith "r" elementjava.util.List<CTRegularTextRun>
getRList()
Gets a List of "r" elementsCTTextLineBreak
insertNewBr(int i)
Inserts and returns a new empty value (as xml) as the ith "br" elementCTTextField
insertNewFld(int i)
Inserts and returns a new empty value (as xml) as the ith "fld" elementCTRegularTextRun
insertNewR(int i)
Inserts and returns a new empty value (as xml) as the ith "r" elementboolean
isSetEndParaRPr()
True if has "endParaRPr" elementboolean
isSetPPr()
True if has "pPr" elementvoid
removeBr(int i)
Removes the ith "br" elementvoid
removeFld(int i)
Removes the ith "fld" elementvoid
removeR(int i)
Removes the ith "r" elementvoid
setBrArray(int i, CTTextLineBreak br)
Sets ith "br" elementvoid
setBrArray(CTTextLineBreak[] brArray)
Sets array of all "br" elementvoid
setEndParaRPr(CTTextCharacterProperties endParaRPr)
Sets the "endParaRPr" elementvoid
setFldArray(int i, CTTextField fld)
Sets ith "fld" elementvoid
setFldArray(CTTextField[] fldArray)
Sets array of all "fld" elementvoid
setPPr(CTTextParagraphProperties pPr)
Sets the "pPr" elementvoid
setRArray(int i, CTRegularTextRun r)
Sets ith "r" elementvoid
setRArray(CTRegularTextRun[] rArray)
Sets array of all "r" elementint
sizeOfBrArray()
Returns number of "br" elementint
sizeOfFldArray()
Returns number of "fld" elementint
sizeOfRArray()
Returns number of "r" elementvoid
unsetEndParaRPr()
Unsets the "endParaRPr" elementvoid
unsetPPr()
Unsets the "pPr" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getPPr
CTTextParagraphProperties getPPr()
Gets the "pPr" element
-
isSetPPr
boolean isSetPPr()
True if has "pPr" element
-
setPPr
void setPPr(CTTextParagraphProperties pPr)
Sets the "pPr" element
-
addNewPPr
CTTextParagraphProperties addNewPPr()
Appends and returns a new empty "pPr" element
-
unsetPPr
void unsetPPr()
Unsets the "pPr" element
-
getRList
java.util.List<CTRegularTextRun> getRList()
Gets a List of "r" elements
-
getRArray
@Deprecated CTRegularTextRun[] getRArray()
Deprecated.Gets array of all "r" elements
-
getRArray
CTRegularTextRun getRArray(int i)
Gets ith "r" element
-
sizeOfRArray
int sizeOfRArray()
Returns number of "r" element
-
setRArray
void setRArray(CTRegularTextRun[] rArray)
Sets array of all "r" element
-
setRArray
void setRArray(int i, CTRegularTextRun r)
Sets ith "r" element
-
insertNewR
CTRegularTextRun insertNewR(int i)
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
java.util.List<CTTextLineBreak> getBrList()
Gets a List of "br" elements
-
getBrArray
@Deprecated CTTextLineBreak[] getBrArray()
Deprecated.Gets array of all "br" elements
-
getBrArray
CTTextLineBreak getBrArray(int i)
Gets ith "br" element
-
sizeOfBrArray
int sizeOfBrArray()
Returns number of "br" element
-
setBrArray
void setBrArray(CTTextLineBreak[] brArray)
Sets array of all "br" element
-
setBrArray
void setBrArray(int i, CTTextLineBreak br)
Sets ith "br" element
-
insertNewBr
CTTextLineBreak insertNewBr(int i)
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
java.util.List<CTTextField> getFldList()
Gets a List of "fld" elements
-
getFldArray
@Deprecated CTTextField[] getFldArray()
Deprecated.Gets array of all "fld" elements
-
getFldArray
CTTextField getFldArray(int i)
Gets ith "fld" element
-
sizeOfFldArray
int sizeOfFldArray()
Returns number of "fld" element
-
setFldArray
void setFldArray(CTTextField[] fldArray)
Sets array of all "fld" element
-
setFldArray
void setFldArray(int i, CTTextField fld)
Sets ith "fld" element
-
insertNewFld
CTTextField insertNewFld(int i)
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
void setEndParaRPr(CTTextCharacterProperties endParaRPr)
Sets the "endParaRPr" element
-
addNewEndParaRPr
CTTextCharacterProperties addNewEndParaRPr()
Appends and returns a new empty "endParaRPr" element
-
unsetEndParaRPr
void unsetEndParaRPr()
Unsets the "endParaRPr" element
-
-