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 Details

  • Constructor Details

  • Method Details

    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getPrnWhat

      public STPrintWhat getPrnWhat()
      Gets the value of the prnWhat property.
      Returns:
      possible object is STPrintWhat
    • setPrnWhat

      public void setPrnWhat​(STPrintWhat value)
      Sets the value of the prnWhat property.
      Parameters:
      value - allowed object is STPrintWhat
    • getClrMode

      public STPrintColorMode getClrMode()
      Gets the value of the clrMode property.
      Returns:
      possible object is STPrintColorMode
    • setClrMode

      public void setClrMode​(STPrintColorMode value)
      Sets the value of the clrMode property.
      Parameters:
      value - allowed object is STPrintColorMode
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.