public class CTValAx extends Object
Java class for CT_ValAx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValAx">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_AxShared"/>
<element name="crossBetween" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_CrossBetween" minOccurs="0"/>
<element name="majorUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxisUnit" minOccurs="0"/>
<element name="minorUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxisUnit" minOccurs="0"/>
<element name="dispUnits" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DispUnits" 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 CTUnsignedInt |
axId |
protected CTAxPos |
axPos |
protected CTUnsignedInt |
crossAx |
protected CTCrossBetween |
crossBetween |
protected CTCrosses |
crosses |
protected CTDouble |
crossesAt |
protected CTBoolean |
delete |
protected CTDispUnits |
dispUnits |
protected CTExtensionList |
extLst |
protected CTChartLines |
majorGridlines |
protected CTTickMark |
majorTickMark |
protected CTAxisUnit |
majorUnit |
protected CTChartLines |
minorGridlines |
protected CTTickMark |
minorTickMark |
protected CTAxisUnit |
minorUnit |
protected CTNumFmt |
numFmt |
protected CTScaling |
scaling |
protected CTShapeProperties |
spPr |
protected CTTickLblPos |
tickLblPos |
protected CTTitle |
title |
protected CTTextBody |
txPr |
| Constructor and Description |
|---|
CTValAx() |
| Modifier and Type | Method and Description |
|---|---|
CTUnsignedInt |
getAxId()
Gets the value of the axId property.
|
CTAxPos |
getAxPos()
Gets the value of the axPos property.
|
CTUnsignedInt |
getCrossAx()
Gets the value of the crossAx property.
|
CTCrossBetween |
getCrossBetween()
Gets the value of the crossBetween 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.
|
CTDispUnits |
getDispUnits()
Gets the value of the dispUnits property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTChartLines |
getMajorGridlines()
Gets the value of the majorGridlines property.
|
CTTickMark |
getMajorTickMark()
Gets the value of the majorTickMark 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.
|
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 |
setAxId(CTUnsignedInt value)
Sets the value of the axId property.
|
void |
setAxPos(CTAxPos value)
Sets the value of the axPos property.
|
void |
setCrossAx(CTUnsignedInt value)
Sets the value of the crossAx property.
|
void |
setCrossBetween(CTCrossBetween value)
Sets the value of the crossBetween 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 |
setDispUnits(CTDispUnits value)
Sets the value of the dispUnits property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setMajorGridlines(CTChartLines value)
Sets the value of the majorGridlines property.
|
void |
setMajorTickMark(CTTickMark value)
Sets the value of the majorTickMark 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 |
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 CTCrossBetween crossBetween
protected CTAxisUnit majorUnit
protected CTAxisUnit minorUnit
protected CTDispUnits dispUnits
protected CTExtensionList extLst
public CTUnsignedInt getAxId()
CTUnsignedIntpublic void setAxId(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic CTScaling getScaling()
CTScalingpublic void setScaling(CTScaling value)
value - allowed object is
CTScalingpublic CTBoolean getDelete()
CTBooleanpublic void setDelete(CTBoolean value)
value - allowed object is
CTBooleanpublic CTAxPos getAxPos()
CTAxPospublic void setAxPos(CTAxPos value)
value - allowed object is
CTAxPospublic CTChartLines getMajorGridlines()
CTChartLinespublic void setMajorGridlines(CTChartLines value)
value - allowed object is
CTChartLinespublic CTChartLines getMinorGridlines()
CTChartLinespublic void setMinorGridlines(CTChartLines value)
value - allowed object is
CTChartLinespublic CTTitle getTitle()
CTTitlepublic void setTitle(CTTitle value)
value - allowed object is
CTTitlepublic CTNumFmt getNumFmt()
CTNumFmtpublic void setNumFmt(CTNumFmt value)
value - allowed object is
CTNumFmtpublic CTTickMark getMajorTickMark()
CTTickMarkpublic void setMajorTickMark(CTTickMark value)
value - allowed object is
CTTickMarkpublic CTTickMark getMinorTickMark()
CTTickMarkpublic void setMinorTickMark(CTTickMark value)
value - allowed object is
CTTickMarkpublic CTTickLblPos getTickLblPos()
CTTickLblPospublic void setTickLblPos(CTTickLblPos value)
value - allowed object is
CTTickLblPospublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTTextBody getTxPr()
CTTextBodypublic void setTxPr(CTTextBody value)
value - allowed object is
CTTextBodypublic CTUnsignedInt getCrossAx()
CTUnsignedIntpublic void setCrossAx(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic CTCrosses getCrosses()
CTCrossespublic void setCrosses(CTCrosses value)
value - allowed object is
CTCrossespublic CTDouble getCrossesAt()
CTDoublepublic void setCrossesAt(CTDouble value)
value - allowed object is
CTDoublepublic CTCrossBetween getCrossBetween()
CTCrossBetweenpublic void setCrossBetween(CTCrossBetween value)
value - allowed object is
CTCrossBetweenpublic CTAxisUnit getMajorUnit()
CTAxisUnitpublic void setMajorUnit(CTAxisUnit value)
value - allowed object is
CTAxisUnitpublic CTAxisUnit getMinorUnit()
CTAxisUnitpublic void setMinorUnit(CTAxisUnit value)
value - allowed object is
CTAxisUnitpublic CTDispUnits getDispUnits()
CTDispUnitspublic void setDispUnits(CTDispUnits value)
value - allowed object is
CTDispUnitspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007-2019. All Rights Reserved.