Class CTCatAx

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

public class CTCatAx
extends java.lang.Object
implements Child

Java class for CT_CatAx complex type.

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

 <complexType name="CT_CatAx">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_AxShared"/>
         <element name="auto" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="lblAlgn" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LblAlgn" minOccurs="0"/>
         <element name="lblOffset" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LblOffset" minOccurs="0"/>
         <element name="tickLblSkip" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Skip" minOccurs="0"/>
         <element name="tickMarkSkip" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Skip" minOccurs="0"/>
         <element name="noMultiLvlLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTCatAx

      public CTCatAx()
  • Method Details

    • getAxId

      public CTUnsignedInt getAxId()
      Gets the value of the axId property.
      Returns:
      possible object is CTUnsignedInt
    • setAxId

      public void setAxId​(CTUnsignedInt value)
      Sets the value of the axId property.
      Parameters:
      value - allowed object is CTUnsignedInt
    • getScaling

      public CTScaling getScaling()
      Gets the value of the scaling property.
      Returns:
      possible object is CTScaling
    • setScaling

      public void setScaling​(CTScaling value)
      Sets the value of the scaling property.
      Parameters:
      value - allowed object is CTScaling
    • getDelete

      public CTBoolean getDelete()
      Gets the value of the delete property.
      Returns:
      possible object is CTBoolean
    • setDelete

      public void setDelete​(CTBoolean value)
      Sets the value of the delete property.
      Parameters:
      value - allowed object is CTBoolean
    • getAxPos

      public CTAxPos getAxPos()
      Gets the value of the axPos property.
      Returns:
      possible object is CTAxPos
    • setAxPos

      public void setAxPos​(CTAxPos value)
      Sets the value of the axPos property.
      Parameters:
      value - allowed object is CTAxPos
    • getMajorGridlines

      public CTChartLines getMajorGridlines()
      Gets the value of the majorGridlines property.
      Returns:
      possible object is CTChartLines
    • setMajorGridlines

      public void setMajorGridlines​(CTChartLines value)
      Sets the value of the majorGridlines property.
      Parameters:
      value - allowed object is CTChartLines
    • getMinorGridlines

      public CTChartLines getMinorGridlines()
      Gets the value of the minorGridlines property.
      Returns:
      possible object is CTChartLines
    • setMinorGridlines

      public void setMinorGridlines​(CTChartLines value)
      Sets the value of the minorGridlines property.
      Parameters:
      value - allowed object is CTChartLines
    • getTitle

      public CTTitle getTitle()
      Gets the value of the title property.
      Returns:
      possible object is CTTitle
    • setTitle

      public void setTitle​(CTTitle value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is CTTitle
    • getNumFmt

      public CTNumFmt getNumFmt()
      Gets the value of the numFmt property.
      Returns:
      possible object is CTNumFmt
    • setNumFmt

      public void setNumFmt​(CTNumFmt value)
      Sets the value of the numFmt property.
      Parameters:
      value - allowed object is CTNumFmt
    • getMajorTickMark

      public CTTickMark getMajorTickMark()
      Gets the value of the majorTickMark property.
      Returns:
      possible object is CTTickMark
    • setMajorTickMark

      public void setMajorTickMark​(CTTickMark value)
      Sets the value of the majorTickMark property.
      Parameters:
      value - allowed object is CTTickMark
    • getMinorTickMark

      public CTTickMark getMinorTickMark()
      Gets the value of the minorTickMark property.
      Returns:
      possible object is CTTickMark
    • setMinorTickMark

      public void setMinorTickMark​(CTTickMark value)
      Sets the value of the minorTickMark property.
      Parameters:
      value - allowed object is CTTickMark
    • getTickLblPos

      public CTTickLblPos getTickLblPos()
      Gets the value of the tickLblPos property.
      Returns:
      possible object is CTTickLblPos
    • setTickLblPos

      public void setTickLblPos​(CTTickLblPos value)
      Sets the value of the tickLblPos property.
      Parameters:
      value - allowed object is CTTickLblPos
    • getSpPr

      public CTShapeProperties getSpPr()
      Gets the value of the spPr property.
      Returns:
      possible object is CTShapeProperties
    • setSpPr

      public void setSpPr​(CTShapeProperties value)
      Sets the value of the spPr property.
      Parameters:
      value - allowed object is CTShapeProperties
    • getTxPr

      public CTTextBody getTxPr()
      Gets the value of the txPr property.
      Returns:
      possible object is CTTextBody
    • setTxPr

      public void setTxPr​(CTTextBody value)
      Sets the value of the txPr property.
      Parameters:
      value - allowed object is CTTextBody
    • getCrossAx

      public CTUnsignedInt getCrossAx()
      Gets the value of the crossAx property.
      Returns:
      possible object is CTUnsignedInt
    • setCrossAx

      public void setCrossAx​(CTUnsignedInt value)
      Sets the value of the crossAx property.
      Parameters:
      value - allowed object is CTUnsignedInt
    • getCrosses

      public CTCrosses getCrosses()
      Gets the value of the crosses property.
      Returns:
      possible object is CTCrosses
    • setCrosses

      public void setCrosses​(CTCrosses value)
      Sets the value of the crosses property.
      Parameters:
      value - allowed object is CTCrosses
    • getCrossesAt

      public CTDouble getCrossesAt()
      Gets the value of the crossesAt property.
      Returns:
      possible object is CTDouble
    • setCrossesAt

      public void setCrossesAt​(CTDouble value)
      Sets the value of the crossesAt property.
      Parameters:
      value - allowed object is CTDouble
    • getAuto

      public CTBoolean getAuto()
      Gets the value of the auto property.
      Returns:
      possible object is CTBoolean
    • setAuto

      public void setAuto​(CTBoolean value)
      Sets the value of the auto property.
      Parameters:
      value - allowed object is CTBoolean
    • getLblAlgn

      public CTLblAlgn getLblAlgn()
      Gets the value of the lblAlgn property.
      Returns:
      possible object is CTLblAlgn
    • setLblAlgn

      public void setLblAlgn​(CTLblAlgn value)
      Sets the value of the lblAlgn property.
      Parameters:
      value - allowed object is CTLblAlgn
    • getLblOffset

      public CTLblOffset getLblOffset()
      Gets the value of the lblOffset property.
      Returns:
      possible object is CTLblOffset
    • setLblOffset

      public void setLblOffset​(CTLblOffset value)
      Sets the value of the lblOffset property.
      Parameters:
      value - allowed object is CTLblOffset
    • getTickLblSkip

      public CTSkip getTickLblSkip()
      Gets the value of the tickLblSkip property.
      Returns:
      possible object is CTSkip
    • setTickLblSkip

      public void setTickLblSkip​(CTSkip value)
      Sets the value of the tickLblSkip property.
      Parameters:
      value - allowed object is CTSkip
    • getTickMarkSkip

      public CTSkip getTickMarkSkip()
      Gets the value of the tickMarkSkip property.
      Returns:
      possible object is CTSkip
    • setTickMarkSkip

      public void setTickMarkSkip​(CTSkip value)
      Sets the value of the tickMarkSkip property.
      Parameters:
      value - allowed object is CTSkip
    • getNoMultiLvlLbl

      public CTBoolean getNoMultiLvlLbl()
      Gets the value of the noMultiLvlLbl property.
      Returns:
      possible object is CTBoolean
    • setNoMultiLvlLbl

      public void setNoMultiLvlLbl​(CTBoolean value)
      Sets the value of the noMultiLvlLbl property.
      Parameters:
      value - allowed object is CTBoolean
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • 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​(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.