Interface CTCatAx
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CatAx(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "auto" elementAppends and returns a new empty "axId" elementAppends and returns a new empty "axPos" elementAppends and returns a new empty "crossAx" elementAppends and returns a new empty "crosses" elementAppends and returns a new empty "crossesAt" elementAppends and returns a new empty "delete" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "lblAlgn" elementAppends and returns a new empty "lblOffset" elementAppends and returns a new empty "majorGridlines" elementAppends and returns a new empty "majorTickMark" elementAppends and returns a new empty "minorGridlines" elementAppends and returns a new empty "minorTickMark" elementAppends and returns a new empty "noMultiLvlLbl" elementAppends and returns a new empty "numFmt" elementAppends and returns a new empty "scaling" elementAppends and returns a new empty "spPr" elementAppends and returns a new empty "tickLblPos" elementAppends and returns a new empty "tickLblSkip" elementAppends and returns a new empty "tickMarkSkip" elementAppends and returns a new empty "title" elementAppends and returns a new empty "txPr" elementgetAuto()Gets the "auto" elementgetAxId()Gets the "axId" elementgetAxPos()Gets the "axPos" elementGets the "crossAx" elementGets the "crosses" elementGets the "crossesAt" elementGets the "delete" elementGets the "extLst" elementGets the "lblAlgn" elementGets the "lblOffset" elementGets the "majorGridlines" elementGets the "majorTickMark" elementGets the "minorGridlines" elementGets the "minorTickMark" elementGets the "noMultiLvlLbl" elementGets the "numFmt" elementGets the "scaling" elementgetSpPr()Gets the "spPr" elementGets the "tickLblPos" elementGets the "tickLblSkip" elementGets the "tickMarkSkip" elementgetTitle()Gets the "title" elementgetTxPr()Gets the "txPr" elementbooleanTrue if has "auto" elementbooleanTrue if has "crosses" elementbooleanTrue if has "crossesAt" elementbooleanTrue if has "delete" elementbooleanTrue if has "extLst" elementbooleanTrue if has "lblAlgn" elementbooleanTrue if has "lblOffset" elementbooleanTrue if has "majorGridlines" elementbooleanTrue if has "majorTickMark" elementbooleanTrue if has "minorGridlines" elementbooleanTrue if has "minorTickMark" elementbooleanTrue if has "noMultiLvlLbl" elementbooleanTrue if has "numFmt" elementbooleanTrue if has "spPr" elementbooleanTrue if has "tickLblPos" elementbooleanTrue if has "tickLblSkip" elementbooleanTrue if has "tickMarkSkip" elementbooleanTrue if has "title" elementbooleanTrue if has "txPr" elementvoidSets the "auto" elementvoidsetAxId(CTUnsignedInt axId) Sets the "axId" elementvoidSets the "axPos" elementvoidsetCrossAx(CTUnsignedInt crossAx) Sets the "crossAx" elementvoidsetCrosses(CTCrosses crosses) Sets the "crosses" elementvoidsetCrossesAt(CTDouble crossesAt) Sets the "crossesAt" elementvoidSets the "delete" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetLblAlgn(CTLblAlgn lblAlgn) Sets the "lblAlgn" elementvoidsetLblOffset(CTLblOffset lblOffset) Sets the "lblOffset" elementvoidsetMajorGridlines(CTChartLines majorGridlines) Sets the "majorGridlines" elementvoidsetMajorTickMark(CTTickMark majorTickMark) Sets the "majorTickMark" elementvoidsetMinorGridlines(CTChartLines minorGridlines) Sets the "minorGridlines" elementvoidsetMinorTickMark(CTTickMark minorTickMark) Sets the "minorTickMark" elementvoidsetNoMultiLvlLbl(CTBoolean noMultiLvlLbl) Sets the "noMultiLvlLbl" elementvoidSets the "numFmt" elementvoidsetScaling(CTScaling scaling) Sets the "scaling" elementvoidsetSpPr(CTShapeProperties spPr) Sets the "spPr" elementvoidsetTickLblPos(CTTickLblPos tickLblPos) Sets the "tickLblPos" elementvoidsetTickLblSkip(CTSkip tickLblSkip) Sets the "tickLblSkip" elementvoidsetTickMarkSkip(CTSkip tickMarkSkip) Sets the "tickMarkSkip" elementvoidSets the "title" elementvoidsetTxPr(CTTextBody txPr) Sets the "txPr" elementvoidUnsets the "auto" elementvoidUnsets the "crosses" elementvoidUnsets the "crossesAt" elementvoidUnsets the "delete" elementvoidUnsets the "extLst" elementvoidUnsets the "lblAlgn" elementvoidUnsets the "lblOffset" elementvoidUnsets the "majorGridlines" elementvoidUnsets the "majorTickMark" elementvoidUnsets the "minorGridlines" elementvoidUnsets the "minorTickMark" elementvoidUnsets the "noMultiLvlLbl" elementvoidUnsets the "numFmt" elementvoidUnsets the "spPr" elementvoidUnsets the "tickLblPos" elementvoidUnsets the "tickLblSkip" elementvoidUnsets the "tickMarkSkip" elementvoidUnsets the "title" elementvoidUnsets the "txPr" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getAxId
CTUnsignedInt getAxId()Gets the "axId" element -
setAxId
Sets the "axId" element -
addNewAxId
CTUnsignedInt addNewAxId()Appends and returns a new empty "axId" element -
getScaling
CTScaling getScaling()Gets the "scaling" element -
setScaling
Sets the "scaling" element -
addNewScaling
CTScaling addNewScaling()Appends and returns a new empty "scaling" element -
getDelete
CTBoolean getDelete()Gets the "delete" element -
isSetDelete
boolean isSetDelete()True if has "delete" element -
setDelete
Sets the "delete" element -
addNewDelete
CTBoolean addNewDelete()Appends and returns a new empty "delete" element -
unsetDelete
void unsetDelete()Unsets the "delete" element -
getAxPos
CTAxPos getAxPos()Gets the "axPos" element -
setAxPos
Sets the "axPos" element -
addNewAxPos
CTAxPos addNewAxPos()Appends and returns a new empty "axPos" element -
getMajorGridlines
CTChartLines getMajorGridlines()Gets the "majorGridlines" element -
isSetMajorGridlines
boolean isSetMajorGridlines()True if has "majorGridlines" element -
setMajorGridlines
Sets the "majorGridlines" element -
addNewMajorGridlines
CTChartLines addNewMajorGridlines()Appends and returns a new empty "majorGridlines" element -
unsetMajorGridlines
void unsetMajorGridlines()Unsets the "majorGridlines" element -
getMinorGridlines
CTChartLines getMinorGridlines()Gets the "minorGridlines" element -
isSetMinorGridlines
boolean isSetMinorGridlines()True if has "minorGridlines" element -
setMinorGridlines
Sets the "minorGridlines" element -
addNewMinorGridlines
CTChartLines addNewMinorGridlines()Appends and returns a new empty "minorGridlines" element -
unsetMinorGridlines
void unsetMinorGridlines()Unsets the "minorGridlines" element -
getTitle
CTTitle getTitle()Gets the "title" element -
isSetTitle
boolean isSetTitle()True if has "title" element -
setTitle
Sets the "title" element -
addNewTitle
CTTitle addNewTitle()Appends and returns a new empty "title" element -
unsetTitle
void unsetTitle()Unsets the "title" element -
getNumFmt
CTNumFmt getNumFmt()Gets the "numFmt" element -
isSetNumFmt
boolean isSetNumFmt()True if has "numFmt" element -
setNumFmt
Sets the "numFmt" element -
addNewNumFmt
CTNumFmt addNewNumFmt()Appends and returns a new empty "numFmt" element -
unsetNumFmt
void unsetNumFmt()Unsets the "numFmt" element -
getMajorTickMark
CTTickMark getMajorTickMark()Gets the "majorTickMark" element -
isSetMajorTickMark
boolean isSetMajorTickMark()True if has "majorTickMark" element -
setMajorTickMark
Sets the "majorTickMark" element -
addNewMajorTickMark
CTTickMark addNewMajorTickMark()Appends and returns a new empty "majorTickMark" element -
unsetMajorTickMark
void unsetMajorTickMark()Unsets the "majorTickMark" element -
getMinorTickMark
CTTickMark getMinorTickMark()Gets the "minorTickMark" element -
isSetMinorTickMark
boolean isSetMinorTickMark()True if has "minorTickMark" element -
setMinorTickMark
Sets the "minorTickMark" element -
addNewMinorTickMark
CTTickMark addNewMinorTickMark()Appends and returns a new empty "minorTickMark" element -
unsetMinorTickMark
void unsetMinorTickMark()Unsets the "minorTickMark" element -
getTickLblPos
CTTickLblPos getTickLblPos()Gets the "tickLblPos" element -
isSetTickLblPos
boolean isSetTickLblPos()True if has "tickLblPos" element -
setTickLblPos
Sets the "tickLblPos" element -
addNewTickLblPos
CTTickLblPos addNewTickLblPos()Appends and returns a new empty "tickLblPos" element -
unsetTickLblPos
void unsetTickLblPos()Unsets the "tickLblPos" element -
getSpPr
CTShapeProperties getSpPr()Gets the "spPr" element -
isSetSpPr
boolean isSetSpPr()True if has "spPr" element -
setSpPr
Sets the "spPr" element -
addNewSpPr
CTShapeProperties addNewSpPr()Appends and returns a new empty "spPr" element -
unsetSpPr
void unsetSpPr()Unsets the "spPr" element -
getTxPr
CTTextBody getTxPr()Gets the "txPr" element -
isSetTxPr
boolean isSetTxPr()True if has "txPr" element -
setTxPr
Sets the "txPr" element -
addNewTxPr
CTTextBody addNewTxPr()Appends and returns a new empty "txPr" element -
unsetTxPr
void unsetTxPr()Unsets the "txPr" element -
getCrossAx
CTUnsignedInt getCrossAx()Gets the "crossAx" element -
setCrossAx
Sets the "crossAx" element -
addNewCrossAx
CTUnsignedInt addNewCrossAx()Appends and returns a new empty "crossAx" element -
getCrosses
CTCrosses getCrosses()Gets the "crosses" element -
isSetCrosses
boolean isSetCrosses()True if has "crosses" element -
setCrosses
Sets the "crosses" element -
addNewCrosses
CTCrosses addNewCrosses()Appends and returns a new empty "crosses" element -
unsetCrosses
void unsetCrosses()Unsets the "crosses" element -
getCrossesAt
CTDouble getCrossesAt()Gets the "crossesAt" element -
isSetCrossesAt
boolean isSetCrossesAt()True if has "crossesAt" element -
setCrossesAt
Sets the "crossesAt" element -
addNewCrossesAt
CTDouble addNewCrossesAt()Appends and returns a new empty "crossesAt" element -
unsetCrossesAt
void unsetCrossesAt()Unsets the "crossesAt" element -
getAuto
CTBoolean getAuto()Gets the "auto" element -
isSetAuto
boolean isSetAuto()True if has "auto" element -
setAuto
Sets the "auto" element -
addNewAuto
CTBoolean addNewAuto()Appends and returns a new empty "auto" element -
unsetAuto
void unsetAuto()Unsets the "auto" element -
getLblAlgn
CTLblAlgn getLblAlgn()Gets the "lblAlgn" element -
isSetLblAlgn
boolean isSetLblAlgn()True if has "lblAlgn" element -
setLblAlgn
Sets the "lblAlgn" element -
addNewLblAlgn
CTLblAlgn addNewLblAlgn()Appends and returns a new empty "lblAlgn" element -
unsetLblAlgn
void unsetLblAlgn()Unsets the "lblAlgn" element -
getLblOffset
CTLblOffset getLblOffset()Gets the "lblOffset" element -
isSetLblOffset
boolean isSetLblOffset()True if has "lblOffset" element -
setLblOffset
Sets the "lblOffset" element -
addNewLblOffset
CTLblOffset addNewLblOffset()Appends and returns a new empty "lblOffset" element -
unsetLblOffset
void unsetLblOffset()Unsets the "lblOffset" element -
getTickLblSkip
CTSkip getTickLblSkip()Gets the "tickLblSkip" element -
isSetTickLblSkip
boolean isSetTickLblSkip()True if has "tickLblSkip" element -
setTickLblSkip
Sets the "tickLblSkip" element -
addNewTickLblSkip
CTSkip addNewTickLblSkip()Appends and returns a new empty "tickLblSkip" element -
unsetTickLblSkip
void unsetTickLblSkip()Unsets the "tickLblSkip" element -
getTickMarkSkip
CTSkip getTickMarkSkip()Gets the "tickMarkSkip" element -
isSetTickMarkSkip
boolean isSetTickMarkSkip()True if has "tickMarkSkip" element -
setTickMarkSkip
Sets the "tickMarkSkip" element -
addNewTickMarkSkip
CTSkip addNewTickMarkSkip()Appends and returns a new empty "tickMarkSkip" element -
unsetTickMarkSkip
void unsetTickMarkSkip()Unsets the "tickMarkSkip" element -
getNoMultiLvlLbl
CTBoolean getNoMultiLvlLbl()Gets the "noMultiLvlLbl" element -
isSetNoMultiLvlLbl
boolean isSetNoMultiLvlLbl()True if has "noMultiLvlLbl" element -
setNoMultiLvlLbl
Sets the "noMultiLvlLbl" element -
addNewNoMultiLvlLbl
CTBoolean addNewNoMultiLvlLbl()Appends and returns a new empty "noMultiLvlLbl" element -
unsetNoMultiLvlLbl
void unsetNoMultiLvlLbl()Unsets the "noMultiLvlLbl" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-