public class CTSlideMasterTextStyles extends Object
Java class for CT_SlideMasterTextStyles complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SlideMasterTextStyles">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="titleStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextListStyle" minOccurs="0"/>
<element name="bodyStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextListStyle" minOccurs="0"/>
<element name="otherStyle" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextListStyle" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTextListStyle |
bodyStyle |
protected CTExtensionList |
extLst |
protected CTTextListStyle |
otherStyle |
protected CTTextListStyle |
titleStyle |
| Constructor and Description |
|---|
CTSlideMasterTextStyles() |
| Modifier and Type | Method and Description |
|---|---|
CTTextListStyle |
getBodyStyle()
Gets the value of the bodyStyle property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTTextListStyle |
getOtherStyle()
Gets the value of the otherStyle property.
|
CTTextListStyle |
getTitleStyle()
Gets the value of the titleStyle property.
|
void |
setBodyStyle(CTTextListStyle value)
Sets the value of the bodyStyle property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setOtherStyle(CTTextListStyle value)
Sets the value of the otherStyle property.
|
void |
setTitleStyle(CTTextListStyle value)
Sets the value of the titleStyle property.
|
protected CTTextListStyle titleStyle
protected CTTextListStyle bodyStyle
protected CTTextListStyle otherStyle
protected CTExtensionList extLst
public CTTextListStyle getTitleStyle()
CTTextListStylepublic void setTitleStyle(CTTextListStyle value)
value - allowed object is
CTTextListStylepublic CTTextListStyle getBodyStyle()
CTTextListStylepublic void setBodyStyle(CTTextListStyle value)
value - allowed object is
CTTextListStylepublic CTTextListStyle getOtherStyle()
CTTextListStylepublic void setOtherStyle(CTTextListStyle value)
value - allowed object is
CTTextListStylepublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007-2019. All Rights Reserved.