Package org.docx4j.dml.chart
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTHeaderFooterheaderFooterprotected CTRelIdlegacyDrawingHFprotected CTPageMarginspageMarginsprotected CTPageSetuppageSetup -
Constructor Summary
Constructors Constructor Description CTPrintSettings() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTHeaderFootergetHeaderFooter()Gets the value of the headerFooter property.CTRelIdgetLegacyDrawingHF()Gets the value of the legacyDrawingHF property.CTPageMarginsgetPageMargins()Gets the value of the pageMargins property.CTPageSetupgetPageSetup()Gets the value of the pageSetup property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.voidsetLegacyDrawingHF(CTRelId value)Sets the value of the legacyDrawingHF property.voidsetPageMargins(CTPageMargins value)Sets the value of the pageMargins property.voidsetPageSetup(CTPageSetup value)Sets the value of the pageSetup property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
pageMargins
-
pageSetup
-
legacyDrawingHF
-
Constructor Details
-
CTPrintSettings
public CTPrintSettings()
-
-
Method Details
-
getPageMargins
Gets the value of the pageMargins property.- Returns:
- possible object is
CTPageMargins
-
setPageMargins
Sets the value of the pageMargins property.- Parameters:
value- allowed object isCTPageMargins
-
getPageSetup
Gets the value of the pageSetup property.- Returns:
- possible object is
CTPageSetup
-
setPageSetup
Sets the value of the pageSetup property.- Parameters:
value- allowed object isCTPageSetup
-
getLegacyDrawingHF
Gets the value of the legacyDrawingHF property.- Returns:
- possible object is
CTRelId
-
setLegacyDrawingHF
Sets the value of the legacyDrawingHF property.- Parameters:
value- allowed object isCTRelId
-
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(jakarta.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.