public class CTDateAx extends Object
Java class for CT_DateAx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DateAx"> <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="lblOffset" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LblOffset" minOccurs="0"/> <element name="baseTimeUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_TimeUnit" minOccurs="0"/> <element name="majorUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxisUnit" minOccurs="0"/> <element name="majorTimeUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_TimeUnit" minOccurs="0"/> <element name="minorUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxisUnit" minOccurs="0"/> <element name="minorTimeUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_TimeUnit" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTBoolean |
auto |
protected CTUnsignedInt |
axId |
protected CTAxPos |
axPos |
protected CTTimeUnit |
baseTimeUnit |
protected CTUnsignedInt |
crossAx |
protected CTCrosses |
crosses |
protected CTDouble |
crossesAt |
protected CTBoolean |
delete |
protected CTExtensionList |
extLst |
protected CTLblOffset |
lblOffset |
protected CTChartLines |
majorGridlines |
protected CTTickMark |
majorTickMark |
protected CTTimeUnit |
majorTimeUnit |
protected CTAxisUnit |
majorUnit |
protected CTChartLines |
minorGridlines |
protected CTTickMark |
minorTickMark |
protected CTTimeUnit |
minorTimeUnit |
protected CTAxisUnit |
minorUnit |
protected CTNumFmt |
numFmt |
protected CTScaling |
scaling |
protected CTShapeProperties |
spPr |
protected CTTickLblPos |
tickLblPos |
protected CTTitle |
title |
protected CTTextBody |
txPr |
Constructor and Description |
---|
CTDateAx() |
Modifier and Type | Method and Description |
---|---|
CTBoolean |
getAuto()
Gets the value of the auto property.
|
CTUnsignedInt |
getAxId()
Gets the value of the axId property.
|
CTAxPos |
getAxPos()
Gets the value of the axPos property.
|
CTTimeUnit |
getBaseTimeUnit()
Gets the value of the baseTimeUnit property.
|
CTUnsignedInt |
getCrossAx()
Gets the value of the crossAx property.
|
CTCrosses |
getCrosses()
Gets the value of the crosses property.
|
CTDouble |
getCrossesAt()
Gets the value of the crossesAt property.
|
CTBoolean |
getDelete()
Gets the value of the delete property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTLblOffset |
getLblOffset()
Gets the value of the lblOffset property.
|
CTChartLines |
getMajorGridlines()
Gets the value of the majorGridlines property.
|
CTTickMark |
getMajorTickMark()
Gets the value of the majorTickMark property.
|
CTTimeUnit |
getMajorTimeUnit()
Gets the value of the majorTimeUnit property.
|
CTAxisUnit |
getMajorUnit()
Gets the value of the majorUnit property.
|
CTChartLines |
getMinorGridlines()
Gets the value of the minorGridlines property.
|
CTTickMark |
getMinorTickMark()
Gets the value of the minorTickMark property.
|
CTTimeUnit |
getMinorTimeUnit()
Gets the value of the minorTimeUnit property.
|
CTAxisUnit |
getMinorUnit()
Gets the value of the minorUnit property.
|
CTNumFmt |
getNumFmt()
Gets the value of the numFmt property.
|
CTScaling |
getScaling()
Gets the value of the scaling property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTTickLblPos |
getTickLblPos()
Gets the value of the tickLblPos property.
|
CTTitle |
getTitle()
Gets the value of the title property.
|
CTTextBody |
getTxPr()
Gets the value of the txPr property.
|
void |
setAuto(CTBoolean value)
Sets the value of the auto property.
|
void |
setAxId(CTUnsignedInt value)
Sets the value of the axId property.
|
void |
setAxPos(CTAxPos value)
Sets the value of the axPos property.
|
void |
setBaseTimeUnit(CTTimeUnit value)
Sets the value of the baseTimeUnit property.
|
void |
setCrossAx(CTUnsignedInt value)
Sets the value of the crossAx property.
|
void |
setCrosses(CTCrosses value)
Sets the value of the crosses property.
|
void |
setCrossesAt(CTDouble value)
Sets the value of the crossesAt property.
|
void |
setDelete(CTBoolean value)
Sets the value of the delete property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setLblOffset(CTLblOffset value)
Sets the value of the lblOffset property.
|
void |
setMajorGridlines(CTChartLines value)
Sets the value of the majorGridlines property.
|
void |
setMajorTickMark(CTTickMark value)
Sets the value of the majorTickMark property.
|
void |
setMajorTimeUnit(CTTimeUnit value)
Sets the value of the majorTimeUnit property.
|
void |
setMajorUnit(CTAxisUnit value)
Sets the value of the majorUnit property.
|
void |
setMinorGridlines(CTChartLines value)
Sets the value of the minorGridlines property.
|
void |
setMinorTickMark(CTTickMark value)
Sets the value of the minorTickMark property.
|
void |
setMinorTimeUnit(CTTimeUnit value)
Sets the value of the minorTimeUnit property.
|
void |
setMinorUnit(CTAxisUnit value)
Sets the value of the minorUnit property.
|
void |
setNumFmt(CTNumFmt value)
Sets the value of the numFmt property.
|
void |
setScaling(CTScaling value)
Sets the value of the scaling property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTickLblPos(CTTickLblPos value)
Sets the value of the tickLblPos property.
|
void |
setTitle(CTTitle value)
Sets the value of the title property.
|
void |
setTxPr(CTTextBody value)
Sets the value of the txPr property.
|
protected CTUnsignedInt axId
protected CTScaling scaling
protected CTBoolean delete
protected CTAxPos axPos
protected CTChartLines majorGridlines
protected CTChartLines minorGridlines
protected CTTitle title
protected CTNumFmt numFmt
protected CTTickMark majorTickMark
protected CTTickMark minorTickMark
protected CTTickLblPos tickLblPos
protected CTShapeProperties spPr
protected CTTextBody txPr
protected CTUnsignedInt crossAx
protected CTCrosses crosses
protected CTDouble crossesAt
protected CTBoolean auto
protected CTLblOffset lblOffset
protected CTTimeUnit baseTimeUnit
protected CTAxisUnit majorUnit
protected CTTimeUnit majorTimeUnit
protected CTAxisUnit minorUnit
protected CTTimeUnit minorTimeUnit
protected CTExtensionList extLst
public CTUnsignedInt getAxId()
CTUnsignedInt
public void setAxId(CTUnsignedInt value)
value
- allowed object is
CTUnsignedInt
public CTScaling getScaling()
CTScaling
public void setScaling(CTScaling value)
value
- allowed object is
CTScaling
public CTBoolean getDelete()
CTBoolean
public void setDelete(CTBoolean value)
value
- allowed object is
CTBoolean
public CTAxPos getAxPos()
CTAxPos
public void setAxPos(CTAxPos value)
value
- allowed object is
CTAxPos
public CTChartLines getMajorGridlines()
CTChartLines
public void setMajorGridlines(CTChartLines value)
value
- allowed object is
CTChartLines
public CTChartLines getMinorGridlines()
CTChartLines
public void setMinorGridlines(CTChartLines value)
value
- allowed object is
CTChartLines
public CTTitle getTitle()
CTTitle
public void setTitle(CTTitle value)
value
- allowed object is
CTTitle
public CTNumFmt getNumFmt()
CTNumFmt
public void setNumFmt(CTNumFmt value)
value
- allowed object is
CTNumFmt
public CTTickMark getMajorTickMark()
CTTickMark
public void setMajorTickMark(CTTickMark value)
value
- allowed object is
CTTickMark
public CTTickMark getMinorTickMark()
CTTickMark
public void setMinorTickMark(CTTickMark value)
value
- allowed object is
CTTickMark
public CTTickLblPos getTickLblPos()
CTTickLblPos
public void setTickLblPos(CTTickLblPos value)
value
- allowed object is
CTTickLblPos
public CTShapeProperties getSpPr()
CTShapeProperties
public void setSpPr(CTShapeProperties value)
value
- allowed object is
CTShapeProperties
public CTTextBody getTxPr()
CTTextBody
public void setTxPr(CTTextBody value)
value
- allowed object is
CTTextBody
public CTUnsignedInt getCrossAx()
CTUnsignedInt
public void setCrossAx(CTUnsignedInt value)
value
- allowed object is
CTUnsignedInt
public CTCrosses getCrosses()
CTCrosses
public void setCrosses(CTCrosses value)
value
- allowed object is
CTCrosses
public CTDouble getCrossesAt()
CTDouble
public void setCrossesAt(CTDouble value)
value
- allowed object is
CTDouble
public CTBoolean getAuto()
CTBoolean
public void setAuto(CTBoolean value)
value
- allowed object is
CTBoolean
public CTLblOffset getLblOffset()
CTLblOffset
public void setLblOffset(CTLblOffset value)
value
- allowed object is
CTLblOffset
public CTTimeUnit getBaseTimeUnit()
CTTimeUnit
public void setBaseTimeUnit(CTTimeUnit value)
value
- allowed object is
CTTimeUnit
public CTAxisUnit getMajorUnit()
CTAxisUnit
public void setMajorUnit(CTAxisUnit value)
value
- allowed object is
CTAxisUnit
public CTTimeUnit getMajorTimeUnit()
CTTimeUnit
public void setMajorTimeUnit(CTTimeUnit value)
value
- allowed object is
CTTimeUnit
public CTAxisUnit getMinorUnit()
CTAxisUnit
public void setMinorUnit(CTAxisUnit value)
value
- allowed object is
CTAxisUnit
public CTTimeUnit getMinorTimeUnit()
CTTimeUnit
public void setMinorTimeUnit(CTTimeUnit value)
value
- allowed object is
CTTimeUnit
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2019. All Rights Reserved.