Package org.pptx4j.pml
Class CTPrintProperties
java.lang.Object
org.pptx4j.pml.CTPrintProperties
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STPrintColorModeprotected CTExtensionListprotected Booleanprotected Booleanprotected STPrintWhatprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the clrMode property.Gets the value of the extLst property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the prnWhat property.booleanGets the value of the frameSlides property.booleanGets the value of the hiddenSlides property.booleanGets 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(Boolean value) Sets the value of the frameSlides property.voidsetHiddenSlides(Boolean value) Sets the value of the hiddenSlides property.voidvoidsetPrnWhat(STPrintWhat value) Sets the value of the prnWhat property.voidsetScaleToFitPaper(Boolean value) Sets the value of the scaleToFitPaper property.
-
Field Details
-
extLst
-
prnWhat
-
clrMode
-
scaleToFitPaper
-
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
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
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
Sets the value of the frameSlides property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-