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 class
CTTLTextTargetElement.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 Modifier and Type Method Description CTIndexRange
addNewCharRg()
Appends and returns a new empty "charRg" elementCTIndexRange
addNewPRg()
Appends and returns a new empty "pRg" elementCTIndexRange
getCharRg()
Gets the "charRg" elementCTIndexRange
getPRg()
Gets the "pRg" elementboolean
isSetCharRg()
True if has "charRg" elementboolean
isSetPRg()
True if has "pRg" elementvoid
setCharRg(CTIndexRange charRg)
Sets the "charRg" elementvoid
setPRg(CTIndexRange pRg)
Sets the "pRg" elementvoid
unsetCharRg()
Unsets the "charRg" elementvoid
unsetPRg()
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
-
-