public class PresentationPr extends java.lang.Object implements Child
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 |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTColorMRU |
getClrMru()
Gets the value of the clrMru property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setParent(java.lang.Object parent) |
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
CTExtensionListpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.