public class CTMarker extends Object implements Child
Java class for CT_Marker complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Marker">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="symbol" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_MarkerStyle" minOccurs="0"/>
<element name="size" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_MarkerSize" minOccurs="0"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" 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 CTExtensionList |
extLst |
protected CTMarkerSize |
size |
protected CTShapeProperties |
spPr |
protected CTMarkerStyle |
symbol |
| Constructor and Description |
|---|
CTMarker() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTMarkerSize |
getSize()
Gets the value of the size property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTMarkerStyle |
getSymbol()
Gets the value of the symbol property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setParent(Object parent) |
void |
setSize(CTMarkerSize value)
Sets the value of the size property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setSymbol(CTMarkerStyle value)
Sets the value of the symbol property.
|
protected CTMarkerStyle symbol
protected CTMarkerSize size
protected CTShapeProperties spPr
protected CTExtensionList extLst
public CTMarkerStyle getSymbol()
CTMarkerStylepublic void setSymbol(CTMarkerStyle value)
value - allowed object is
CTMarkerStylepublic CTMarkerSize getSize()
CTMarkerSizepublic void setSize(CTMarkerSize value)
value - allowed object is
CTMarkerSizepublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.