Interface CTSlideMasterTextStyles
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSlideMasterTextStyles extends XmlObject
An XML CT_SlideMasterTextStyles(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTSlideMasterTextStyles.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 CTTextListStyle
addNewBodyStyle()
Appends and returns a new empty "bodyStyle" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTTextListStyle
addNewOtherStyle()
Appends and returns a new empty "otherStyle" elementCTTextListStyle
addNewTitleStyle()
Appends and returns a new empty "titleStyle" elementCTTextListStyle
getBodyStyle()
Gets the "bodyStyle" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTTextListStyle
getOtherStyle()
Gets the "otherStyle" elementCTTextListStyle
getTitleStyle()
Gets the "titleStyle" elementboolean
isSetBodyStyle()
True if has "bodyStyle" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetOtherStyle()
True if has "otherStyle" elementboolean
isSetTitleStyle()
True if has "titleStyle" elementvoid
setBodyStyle(CTTextListStyle bodyStyle)
Sets the "bodyStyle" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setOtherStyle(CTTextListStyle otherStyle)
Sets the "otherStyle" elementvoid
setTitleStyle(CTTextListStyle titleStyle)
Sets the "titleStyle" elementvoid
unsetBodyStyle()
Unsets the "bodyStyle" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetOtherStyle()
Unsets the "otherStyle" elementvoid
unsetTitleStyle()
Unsets the "titleStyle" 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
-
getTitleStyle
CTTextListStyle getTitleStyle()
Gets the "titleStyle" element
-
isSetTitleStyle
boolean isSetTitleStyle()
True if has "titleStyle" element
-
setTitleStyle
void setTitleStyle(CTTextListStyle titleStyle)
Sets the "titleStyle" element
-
addNewTitleStyle
CTTextListStyle addNewTitleStyle()
Appends and returns a new empty "titleStyle" element
-
unsetTitleStyle
void unsetTitleStyle()
Unsets the "titleStyle" element
-
getBodyStyle
CTTextListStyle getBodyStyle()
Gets the "bodyStyle" element
-
isSetBodyStyle
boolean isSetBodyStyle()
True if has "bodyStyle" element
-
setBodyStyle
void setBodyStyle(CTTextListStyle bodyStyle)
Sets the "bodyStyle" element
-
addNewBodyStyle
CTTextListStyle addNewBodyStyle()
Appends and returns a new empty "bodyStyle" element
-
unsetBodyStyle
void unsetBodyStyle()
Unsets the "bodyStyle" element
-
getOtherStyle
CTTextListStyle getOtherStyle()
Gets the "otherStyle" element
-
isSetOtherStyle
boolean isSetOtherStyle()
True if has "otherStyle" element
-
setOtherStyle
void setOtherStyle(CTTextListStyle otherStyle)
Sets the "otherStyle" element
-
addNewOtherStyle
CTTextListStyle addNewOtherStyle()
Appends and returns a new empty "otherStyle" element
-
unsetOtherStyle
void unsetOtherStyle()
Unsets the "otherStyle" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-