Class CTPivotSelection

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

public class CTPivotSelection extends Object implements Child

Java class for CT_PivotSelection complex type.

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

 <complexType name="CT_PivotSelection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pivotArea" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotArea"/>
       </sequence>
       <attribute name="pane" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Pane" default="topLeft" />
       <attribute name="showHeader" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="data" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="extendable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="count" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="axis" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Axis" />
       <attribute name="dimension" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="activeRow" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="activeCol" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="previousRow" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="previousCol" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="click" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • pivotArea

      protected CTPivotArea pivotArea
    • pane

      protected STPane pane
    • showHeader

      protected Boolean showHeader
    • label

      protected Boolean label
    • data

      protected Boolean data
    • extendable

      protected Boolean extendable
    • count

      protected Long count
    • axis

      protected STAxis axis
    • dimension

      protected Long dimension
    • start

      protected Long start
    • min

      protected Long min
    • max

      protected Long max
    • activeRow

      protected Long activeRow
    • activeCol

      protected Long activeCol
    • previousRow

      protected Long previousRow
    • previousCol

      protected Long previousCol
    • click

      protected Long click
    • id

      protected String id
  • Constructor Details

    • CTPivotSelection

      public CTPivotSelection()
  • Method Details

    • getPivotArea

      public CTPivotArea getPivotArea()
      Gets the value of the pivotArea property.
      Returns:
      possible object is CTPivotArea
    • setPivotArea

      public void setPivotArea(CTPivotArea value)
      Sets the value of the pivotArea property.
      Parameters:
      value - allowed object is CTPivotArea
    • getPane

      public STPane getPane()
      Gets the value of the pane property.
      Returns:
      possible object is STPane
    • setPane

      public void setPane(STPane value)
      Sets the value of the pane property.
      Parameters:
      value - allowed object is STPane
    • isShowHeader

      public boolean isShowHeader()
      Gets the value of the showHeader property.
      Returns:
      possible object is Boolean
    • setShowHeader

      public void setShowHeader(Boolean value)
      Sets the value of the showHeader property.
      Parameters:
      value - allowed object is Boolean
    • isLabel

      public boolean isLabel()
      Gets the value of the label property.
      Returns:
      possible object is Boolean
    • setLabel

      public void setLabel(Boolean value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is Boolean
    • isData

      public boolean isData()
      Gets the value of the data property.
      Returns:
      possible object is Boolean
    • setData

      public void setData(Boolean value)
      Sets the value of the data property.
      Parameters:
      value - allowed object is Boolean
    • isExtendable

      public boolean isExtendable()
      Gets the value of the extendable property.
      Returns:
      possible object is Boolean
    • setExtendable

      public void setExtendable(Boolean value)
      Sets the value of the extendable property.
      Parameters:
      value - allowed object is Boolean
    • getCount

      public long getCount()
      Gets the value of the count property.
      Returns:
      possible object is Long
    • setCount

      public void setCount(Long value)
      Sets the value of the count property.
      Parameters:
      value - allowed object is Long
    • getAxis

      public STAxis getAxis()
      Gets the value of the axis property.
      Returns:
      possible object is STAxis
    • setAxis

      public void setAxis(STAxis value)
      Sets the value of the axis property.
      Parameters:
      value - allowed object is STAxis
    • getDimension

      public long getDimension()
      Gets the value of the dimension property.
      Returns:
      possible object is Long
    • setDimension

      public void setDimension(Long value)
      Sets the value of the dimension property.
      Parameters:
      value - allowed object is Long
    • getStart

      public long getStart()
      Gets the value of the start property.
      Returns:
      possible object is Long
    • setStart

      public void setStart(Long value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is Long
    • getMin

      public long getMin()
      Gets the value of the min property.
      Returns:
      possible object is Long
    • setMin

      public void setMin(Long value)
      Sets the value of the min property.
      Parameters:
      value - allowed object is Long
    • getMax

      public long getMax()
      Gets the value of the max property.
      Returns:
      possible object is Long
    • setMax

      public void setMax(Long value)
      Sets the value of the max property.
      Parameters:
      value - allowed object is Long
    • getActiveRow

      public long getActiveRow()
      Gets the value of the activeRow property.
      Returns:
      possible object is Long
    • setActiveRow

      public void setActiveRow(Long value)
      Sets the value of the activeRow property.
      Parameters:
      value - allowed object is Long
    • getActiveCol

      public long getActiveCol()
      Gets the value of the activeCol property.
      Returns:
      possible object is Long
    • setActiveCol

      public void setActiveCol(Long value)
      Sets the value of the activeCol property.
      Parameters:
      value - allowed object is Long
    • getPreviousRow

      public long getPreviousRow()
      Gets the value of the previousRow property.
      Returns:
      possible object is Long
    • setPreviousRow

      public void setPreviousRow(Long value)
      Sets the value of the previousRow property.
      Parameters:
      value - allowed object is Long
    • getPreviousCol

      public long getPreviousCol()
      Gets the value of the previousCol property.
      Returns:
      possible object is Long
    • setPreviousCol

      public void setPreviousCol(Long value)
      Sets the value of the previousCol property.
      Parameters:
      value - allowed object is Long
    • getClick

      public long getClick()
      Gets the value of the click property.
      Returns:
      possible object is Long
    • setClick

      public void setClick(Long value)
      Sets the value of the click property.
      Parameters:
      value - allowed object is Long
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.