public class CTSlideMasterTextStyles extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setParent(Object parent) |
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
CTExtensionListpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.