public class CTPrintProperties extends Object
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 |
---|---|
STPrintColorMode |
getClrMode()
Gets the value of the clrMode property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
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 |
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()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public STPrintWhat getPrnWhat()
STPrintWhat
public void setPrnWhat(STPrintWhat value)
value
- allowed object is
STPrintWhat
public STPrintColorMode getClrMode()
STPrintColorMode
public void setClrMode(STPrintColorMode value)
value
- allowed object is
STPrintColorMode
public boolean isHiddenSlides()
Boolean
public void setHiddenSlides(Boolean value)
value
- allowed object is
Boolean
public boolean isScaleToFitPaper()
Boolean
public void setScaleToFitPaper(Boolean value)
value
- allowed object is
Boolean
public boolean isFrameSlides()
Boolean
Copyright © 2007-2019. All Rights Reserved.