Class CTPrintSettings

java.lang.Object
org.docx4j.dml.chart.CTPrintSettings
All Implemented Interfaces:
Child

public class CTPrintSettings
extends java.lang.Object
implements Child

Java class for CT_PrintSettings complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_PrintSettings">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="headerFooter" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_HeaderFooter" minOccurs="0"/>
         <element name="pageMargins" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PageMargins" minOccurs="0"/>
         <element name="pageSetup" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PageSetup" minOccurs="0"/>
         <element name="legacyDrawingHF" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_RelId" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>