Interface CTSlideMasterTextStyles
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SlideMasterTextStyles(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSlideMasterTextStyles> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "bodyStyle" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "otherStyle" elementAppends and returns a new empty "titleStyle" elementGets the "bodyStyle" elementGets the "extLst" elementGets the "otherStyle" elementGets the "titleStyle" elementbooleanTrue if has "bodyStyle" elementbooleanTrue if has "extLst" elementbooleanTrue if has "otherStyle" elementbooleanTrue 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" elementvoidUnsets the "bodyStyle" elementvoidUnsets the "extLst" elementvoidUnsets the "otherStyle" elementvoidUnsets the "titleStyle" elementMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getTitleStyle
CTTextListStyle getTitleStyle()Gets the "titleStyle" element -
isSetTitleStyle
boolean isSetTitleStyle()True if has "titleStyle" element -
setTitleStyle
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
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
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
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-