Package org.docx4j.dml.chart
Class CTPrintSettings
java.lang.Object
org.docx4j.dml.chart.CTPrintSettings
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTHeaderFooterprotected CTRelIdprotected CTPageMarginsprotected CTPageSetup -
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 headerFooter property.Gets the value of the legacyDrawingHF property.Gets the value of the pageMargins property.Gets the value of the pageSetup property.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.void
-
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
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.