public class CTPrintProperties extends Object implements Child
Java class for CT_PrintProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PrintProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="prnWhat" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_PrintWhat" default="slides" />
<attribute name="clrMode" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_PrintColorMode" default="clr" />
<attribute name="hiddenSlides" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="scaleToFitPaper" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="frameSlides" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STPrintColorMode |
clrMode |
protected CTExtensionList |
extLst |
protected Boolean |
frameSlides |
protected Boolean |
hiddenSlides |
protected STPrintWhat |
prnWhat |
protected Boolean |
scaleToFitPaper |
| Constructor and Description |
|---|
CTPrintProperties() |
| 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.
|
STPrintColorMode |
getClrMode()
Gets the value of the clrMode property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STPrintWhat |
getPrnWhat()
Gets the value of the prnWhat property.
|
boolean |
isFrameSlides()
Gets the value of the frameSlides property.
|
boolean |
isHiddenSlides()
Gets the value of the hiddenSlides property.
|
boolean |
isScaleToFitPaper()
Gets the value of the scaleToFitPaper property.
|
void |
setClrMode(STPrintColorMode value)
Sets the value of the clrMode property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFrameSlides(Boolean value)
Sets the value of the frameSlides property.
|
void |
setHiddenSlides(Boolean value)
Sets the value of the hiddenSlides property.
|
void |
setParent(Object parent) |
void |
setPrnWhat(STPrintWhat value)
Sets the value of the prnWhat property.
|
void |
setScaleToFitPaper(Boolean value)
Sets the value of the scaleToFitPaper property.
|
protected CTExtensionList extLst
protected STPrintWhat prnWhat
protected STPrintColorMode clrMode
protected Boolean hiddenSlides
protected Boolean scaleToFitPaper
protected Boolean frameSlides
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic STPrintWhat getPrnWhat()
STPrintWhatpublic void setPrnWhat(STPrintWhat value)
value - allowed object is
STPrintWhatpublic STPrintColorMode getClrMode()
STPrintColorModepublic void setClrMode(STPrintColorMode value)
value - allowed object is
STPrintColorModepublic boolean isHiddenSlides()
Booleanpublic void setHiddenSlides(Boolean value)
value - allowed object is
Booleanpublic boolean isScaleToFitPaper()
Booleanpublic void setScaleToFitPaper(Boolean value)
value - allowed object is
Booleanpublic boolean isFrameSlides()
Booleanpublic void setFrameSlides(Boolean value)
value - allowed object is
Booleanpublic 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.