Interface CTMarker
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTMarker extends XmlObject
An XML CT_Marker(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTMarker.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTMarkerSizeaddNewSize()Appends and returns a new empty "size" elementCTShapePropertiesaddNewSpPr()Appends and returns a new empty "spPr" elementCTMarkerStyleaddNewSymbol()Appends and returns a new empty "symbol" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTMarkerSizegetSize()Gets the "size" elementCTShapePropertiesgetSpPr()Gets the "spPr" elementCTMarkerStylegetSymbol()Gets the "symbol" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetSize()True if has "size" elementbooleanisSetSpPr()True if has "spPr" elementbooleanisSetSymbol()True if has "symbol" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetSize(CTMarkerSize size)Sets the "size" elementvoidsetSpPr(CTShapeProperties spPr)Sets the "spPr" elementvoidsetSymbol(CTMarkerStyle symbol)Sets the "symbol" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetSize()Unsets the "size" elementvoidunsetSpPr()Unsets the "spPr" elementvoidunsetSymbol()Unsets the "symbol" element-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getSymbol
CTMarkerStyle getSymbol()
Gets the "symbol" element
-
isSetSymbol
boolean isSetSymbol()
True if has "symbol" element
-
setSymbol
void setSymbol(CTMarkerStyle symbol)
Sets the "symbol" element
-
addNewSymbol
CTMarkerStyle addNewSymbol()
Appends and returns a new empty "symbol" element
-
unsetSymbol
void unsetSymbol()
Unsets the "symbol" element
-
getSize
CTMarkerSize getSize()
Gets the "size" element
-
isSetSize
boolean isSetSize()
True if has "size" element
-
setSize
void setSize(CTMarkerSize size)
Sets the "size" element
-
addNewSize
CTMarkerSize addNewSize()
Appends and returns a new empty "size" element
-
unsetSize
void unsetSize()
Unsets the "size" element
-
getSpPr
CTShapeProperties getSpPr()
Gets the "spPr" element
-
isSetSpPr
boolean isSetSpPr()
True if has "spPr" element
-
setSpPr
void setSpPr(CTShapeProperties spPr)
Sets the "spPr" element
-
addNewSpPr
CTShapeProperties addNewSpPr()
Appends and returns a new empty "spPr" element
-
unsetSpPr
void unsetSpPr()
Unsets the "spPr" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-