Package org.pptx4j.pml
Class CTPrintProperties
java.lang.Object
org.pptx4j.pml.CTPrintProperties
- All Implemented Interfaces:
Child
public class CTPrintProperties extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected STPrintColorModeclrModeprotected CTExtensionListextLstprotected java.lang.BooleanframeSlidesprotected java.lang.BooleanhiddenSlidesprotected STPrintWhatprnWhatprotected java.lang.BooleanscaleToFitPaper -
Constructor Summary
Constructors Constructor Description CTPrintProperties() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STPrintColorModegetClrMode()Gets the value of the clrMode property.CTExtensionListgetExtLst()Gets the value of the extLst property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STPrintWhatgetPrnWhat()Gets the value of the prnWhat property.booleanisFrameSlides()Gets the value of the frameSlides property.booleanisHiddenSlides()Gets the value of the hiddenSlides property.booleanisScaleToFitPaper()Gets the value of the scaleToFitPaper property.voidsetClrMode(STPrintColorMode value)Sets the value of the clrMode property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFrameSlides(java.lang.Boolean value)Sets the value of the frameSlides property.voidsetHiddenSlides(java.lang.Boolean value)Sets the value of the hiddenSlides property.voidsetParent(java.lang.Object parent)voidsetPrnWhat(STPrintWhat value)Sets the value of the prnWhat property.voidsetScaleToFitPaper(java.lang.Boolean value)Sets the value of the scaleToFitPaper property.
-
Field Details
-
extLst
-
prnWhat
-
clrMode
-
protected java.lang.Boolean hiddenSlides
-
scaleToFitPaper
protected java.lang.Boolean scaleToFitPaper -
frameSlides
protected java.lang.Boolean frameSlides
-
-
Constructor Details
-
CTPrintProperties
public CTPrintProperties()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getPrnWhat
Gets the value of the prnWhat property.- Returns:
- possible object is
STPrintWhat
-
setPrnWhat
Sets the value of the prnWhat property.- Parameters:
value- allowed object isSTPrintWhat
-
getClrMode
Gets the value of the clrMode property.- Returns:
- possible object is
STPrintColorMode
-
setClrMode
Sets the value of the clrMode property.- Parameters:
value- allowed object isSTPrintColorMode
-
isHiddenSlides
public boolean isHiddenSlides()Gets the value of the hiddenSlides property.- Returns:
- possible object is
Boolean
-
setHiddenSlides
public void setHiddenSlides(java.lang.Boolean value)Sets the value of the hiddenSlides property.- Parameters:
value- allowed object isBoolean
-
isScaleToFitPaper
public boolean isScaleToFitPaper()Gets the value of the scaleToFitPaper property.- Returns:
- possible object is
Boolean
-
setScaleToFitPaper
public void setScaleToFitPaper(java.lang.Boolean value)Sets the value of the scaleToFitPaper property.- Parameters:
value- allowed object isBoolean
-
isFrameSlides
public boolean isFrameSlides()Gets the value of the frameSlides property.- Returns:
- possible object is
Boolean
-
setFrameSlides
public void setFrameSlides(java.lang.Boolean value)Sets the value of the frameSlides property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-