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 classCTSlideMasterTextStyles.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 CTTextListStyleaddNewBodyStyle()Appends and returns a new empty "bodyStyle" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTTextListStyleaddNewOtherStyle()Appends and returns a new empty "otherStyle" elementCTTextListStyleaddNewTitleStyle()Appends and returns a new empty "titleStyle" elementCTTextListStylegetBodyStyle()Gets the "bodyStyle" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTTextListStylegetOtherStyle()Gets the "otherStyle" elementCTTextListStylegetTitleStyle()Gets the "titleStyle" elementbooleanisSetBodyStyle()True if has "bodyStyle" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetOtherStyle()True if has "otherStyle" elementbooleanisSetTitleStyle()True if has "titleStyle" elementvoidsetBodyStyle(CTTextListStyle bodyStyle)Sets the "bodyStyle" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetOtherStyle(CTTextListStyle otherStyle)Sets the "otherStyle" elementvoidsetTitleStyle(CTTextListStyle titleStyle)Sets the "titleStyle" elementvoidunsetBodyStyle()Unsets the "bodyStyle" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetOtherStyle()Unsets the "otherStyle" elementvoidunsetTitleStyle()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
-
-