java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTAxis

public class CTAxis
extends java.lang.Object

Java class for CT_Axis complex type.

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

 <complexType name="CT_Axis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="catScaling" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_CategoryAxisScaling"/>
           <element name="valScaling" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueAxisScaling"/>
         </choice>
         <element name="title" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_AxisTitle" minOccurs="0"/>
         <element name="units" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_AxisUnits" minOccurs="0"/>
         <element name="majorGridlines" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Gridlines" minOccurs="0"/>
         <element name="minorGridlines" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Gridlines" minOccurs="0"/>
         <element name="majorTickMarks" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_TickMarks" minOccurs="0"/>
         <element name="minorTickMarks" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_TickMarks" minOccurs="0"/>
         <element name="tickLabels" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_TickLabels" minOccurs="0"/>
         <element name="numFmt" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_NumberFormat" minOccurs="0"/>
         <element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
         <element name="txPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBody" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_AxisId" />
       <attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTAxis

      public CTAxis()
  • Method Details

    • getCatScaling

      public CTCategoryAxisScaling getCatScaling()
      Gets the value of the catScaling property.
      Returns:
      possible object is CTCategoryAxisScaling
    • setCatScaling

      public void setCatScaling​(CTCategoryAxisScaling value)
      Sets the value of the catScaling property.
      Parameters:
      value - allowed object is CTCategoryAxisScaling
    • getValScaling

      public CTValueAxisScaling getValScaling()
      Gets the value of the valScaling property.
      Returns:
      possible object is CTValueAxisScaling
    • setValScaling

      public void setValScaling​(CTValueAxisScaling value)
      Sets the value of the valScaling property.
      Parameters:
      value - allowed object is CTValueAxisScaling
    • getTitle

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

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

      public CTAxisUnits getUnits()
      Gets the value of the units property.
      Returns:
      possible object is CTAxisUnits
    • setUnits

      public void setUnits​(CTAxisUnits value)
      Sets the value of the units property.
      Parameters:
      value - allowed object is CTAxisUnits
    • getMajorGridlines

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

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

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

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

      public CTTickMarks getMajorTickMarks()
      Gets the value of the majorTickMarks property.
      Returns:
      possible object is CTTickMarks
    • setMajorTickMarks

      public void setMajorTickMarks​(CTTickMarks value)
      Sets the value of the majorTickMarks property.
      Parameters:
      value - allowed object is CTTickMarks
    • getMinorTickMarks

      public CTTickMarks getMinorTickMarks()
      Gets the value of the minorTickMarks property.
      Returns:
      possible object is CTTickMarks
    • setMinorTickMarks

      public void setMinorTickMarks​(CTTickMarks value)
      Sets the value of the minorTickMarks property.
      Parameters:
      value - allowed object is CTTickMarks
    • getTickLabels

      public CTTickLabels getTickLabels()
      Gets the value of the tickLabels property.
      Returns:
      possible object is CTTickLabels
    • setTickLabels

      public void setTickLabels​(CTTickLabels value)
      Sets the value of the tickLabels property.
      Parameters:
      value - allowed object is CTTickLabels
    • getNumFmt

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

      public void setNumFmt​(CTNumberFormat value)
      Sets the value of the numFmt property.
      Parameters:
      value - allowed object is CTNumberFormat
    • 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
    • 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
    • getId

      public long getId()
      Gets the value of the id property.
    • setId

      public void setId​(long value)
      Sets the value of the id property.
    • isHidden

      public boolean isHidden()
      Gets the value of the hidden property.
      Returns:
      possible object is Boolean
    • setHidden

      public void setHidden​(java.lang.Boolean value)
      Sets the value of the hidden property.
      Parameters:
      value - allowed object is Boolean