Interface CTTLTextTargetElement
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTLTextTargetElement extends XmlObject
An XML CT_TLTextTargetElement(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTLTextTargetElement.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTIndexRangeaddNewCharRg()Appends and returns a new empty "charRg" elementCTIndexRangeaddNewPRg()Appends and returns a new empty "pRg" elementCTIndexRangegetCharRg()Gets the "charRg" elementCTIndexRangegetPRg()Gets the "pRg" elementbooleanisSetCharRg()True if has "charRg" elementbooleanisSetPRg()True if has "pRg" elementvoidsetCharRg(CTIndexRange charRg)Sets the "charRg" elementvoidsetPRg(CTIndexRange pRg)Sets the "pRg" elementvoidunsetCharRg()Unsets the "charRg" elementvoidunsetPRg()Unsets the "pRg" 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
-
getCharRg
CTIndexRange getCharRg()
Gets the "charRg" element
-
isSetCharRg
boolean isSetCharRg()
True if has "charRg" element
-
setCharRg
void setCharRg(CTIndexRange charRg)
Sets the "charRg" element
-
addNewCharRg
CTIndexRange addNewCharRg()
Appends and returns a new empty "charRg" element
-
unsetCharRg
void unsetCharRg()
Unsets the "charRg" element
-
getPRg
CTIndexRange getPRg()
Gets the "pRg" element
-
isSetPRg
boolean isSetPRg()
True if has "pRg" element
-
setPRg
void setPRg(CTIndexRange pRg)
Sets the "pRg" element
-
addNewPRg
CTIndexRange addNewPRg()
Appends and returns a new empty "pRg" element
-
unsetPRg
void unsetPRg()
Unsets the "pRg" element
-
-