public class PresentationPr extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="prnPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_PrintProperties" minOccurs="0"/>
<element name="showPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ShowProperties" minOccurs="0"/>
<element name="clrMru" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ColorMRU" 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 CTColorMRU |
clrMru |
protected CTExtensionList |
extLst |
protected CTPrintProperties |
prnPr |
protected CTShowProperties |
showPr |
| Constructor and Description |
|---|
PresentationPr() |
| Modifier and Type | Method and Description |
|---|---|
CTColorMRU |
getClrMru()
Gets the value of the clrMru property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTPrintProperties |
getPrnPr()
Gets the value of the prnPr property.
|
CTShowProperties |
getShowPr()
Gets the value of the showPr property.
|
void |
setClrMru(CTColorMRU value)
Sets the value of the clrMru property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setPrnPr(CTPrintProperties value)
Sets the value of the prnPr property.
|
void |
setShowPr(CTShowProperties value)
Sets the value of the showPr property.
|
protected CTPrintProperties prnPr
protected CTShowProperties showPr
protected CTColorMRU clrMru
protected CTExtensionList extLst
public CTPrintProperties getPrnPr()
CTPrintPropertiespublic void setPrnPr(CTPrintProperties value)
value - allowed object is
CTPrintPropertiespublic CTShowProperties getShowPr()
CTShowPropertiespublic void setShowPr(CTShowProperties value)
value - allowed object is
CTShowPropertiespublic CTColorMRU getClrMru()
CTColorMRUpublic void setClrMru(CTColorMRU value)
value - allowed object is
CTColorMRUpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007-2019. All Rights Reserved.