public interface CTTextBody extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTTextBody.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTTextBodyProperties |
addNewBodyPr()
Appends and returns a new empty "bodyPr" element
|
CTTextListStyle |
addNewLstStyle()
Appends and returns a new empty "lstStyle" element
|
CTTextParagraph |
addNewP()
Appends and returns a new empty value (as xml) as the last "p" element
|
CTTextBodyProperties |
getBodyPr()
Gets the "bodyPr" element
|
CTTextListStyle |
getLstStyle()
Gets the "lstStyle" element
|
CTTextParagraph[] |
getPArray()
Deprecated.
|
CTTextParagraph |
getPArray(int i)
Gets ith "p" element
|
List<CTTextParagraph> |
getPList()
Gets a List of "p" elements
|
CTTextParagraph |
insertNewP(int i)
Inserts and returns a new empty value (as xml) as the ith "p" element
|
boolean |
isSetLstStyle()
True if has "lstStyle" element
|
void |
removeP(int i)
Removes the ith "p" element
|
void |
setBodyPr(CTTextBodyProperties bodyPr)
Sets the "bodyPr" element
|
void |
setLstStyle(CTTextListStyle lstStyle)
Sets the "lstStyle" element
|
void |
setPArray(CTTextParagraph[] pArray)
Sets array of all "p" element
|
void |
setPArray(int i,
CTTextParagraph p)
Sets ith "p" element
|
int |
sizeOfPArray()
Returns number of "p" element
|
void |
unsetLstStyle()
Unsets the "lstStyle" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTTextBodyProperties getBodyPr()
void setBodyPr(CTTextBodyProperties bodyPr)
CTTextBodyProperties addNewBodyPr()
CTTextListStyle getLstStyle()
boolean isSetLstStyle()
void setLstStyle(CTTextListStyle lstStyle)
CTTextListStyle addNewLstStyle()
void unsetLstStyle()
List<CTTextParagraph> getPList()
@Deprecated CTTextParagraph[] getPArray()
CTTextParagraph getPArray(int i)
int sizeOfPArray()
void setPArray(CTTextParagraph[] pArray)
void setPArray(int i,
CTTextParagraph p)
CTTextParagraph insertNewP(int i)
CTTextParagraph addNewP()
void removeP(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved