Class CTCustomChartsheetView

java.lang.Object
org.xlsx4j.sml.CTCustomChartsheetView
All Implemented Interfaces:
Child

public class CTCustomChartsheetView
extends java.lang.Object
implements Child

Java class for CT_CustomChartsheetView complex type.

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

 <complexType name="CT_CustomChartsheetView">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pageMargins" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PageMargins" minOccurs="0"/>
         <element name="pageSetup" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CsPageSetup" minOccurs="0"/>
         <element name="headerFooter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_HeaderFooter" minOccurs="0"/>
       </sequence>
       <attribute name="guid" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Guid" />
       <attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="100" />
       <attribute name="state" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_SheetState" default="visible" />
       <attribute name="zoomToFit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

  • Method Details

    • getPageMargins

      public CTPageMargins getPageMargins()
      Gets the value of the pageMargins property.
      Returns:
      possible object is CTPageMargins
    • setPageMargins

      public void setPageMargins​(CTPageMargins value)
      Sets the value of the pageMargins property.
      Parameters:
      value - allowed object is CTPageMargins
    • getPageSetup

      public CTCsPageSetup getPageSetup()
      Gets the value of the pageSetup property.
      Returns:
      possible object is CTCsPageSetup
    • setPageSetup

      public void setPageSetup​(CTCsPageSetup value)
      Sets the value of the pageSetup property.
      Parameters:
      value - allowed object is CTCsPageSetup
    • getHeaderFooter

      public CTHeaderFooter getHeaderFooter()
      Gets the value of the headerFooter property.
      Returns:
      possible object is CTHeaderFooter
    • setHeaderFooter

      public void setHeaderFooter​(CTHeaderFooter value)
      Sets the value of the headerFooter property.
      Parameters:
      value - allowed object is CTHeaderFooter
    • getGuid

      public java.lang.String getGuid()
      Gets the value of the guid property.
      Returns:
      possible object is String
    • setGuid

      public void setGuid​(java.lang.String value)
      Sets the value of the guid property.
      Parameters:
      value - allowed object is String
    • getScale

      public long getScale()
      Gets the value of the scale property.
      Returns:
      possible object is Long
    • setScale

      public void setScale​(java.lang.Long value)
      Sets the value of the scale property.
      Parameters:
      value - allowed object is Long
    • getState

      public STSheetState getState()
      Gets the value of the state property.
      Returns:
      possible object is STSheetState
    • setState

      public void setState​(STSheetState value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is STSheetState
    • isZoomToFit

      public boolean isZoomToFit()
      Gets the value of the zoomToFit property.
      Returns:
      possible object is Boolean
    • setZoomToFit

      public void setZoomToFit​(java.lang.Boolean value)
      Sets the value of the zoomToFit 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.