|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Marker
public class Marker
Method Summary | |
---|---|
IFormat |
getFormat()
Gets or sets the marker fill. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
int |
getSize()
Represents the marker size in a line chart, scatter chart, or radar chart. |
int |
getSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart. |
void |
setSize(int value)
Represents the marker size in a line chart, scatter chart, or radar chart. |
void |
setSymbol(int value)
Represents the marker style in a line chart, scatter chart, or radar chart. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart.
Read/write MarkerStyleType
.
getSymbol
in interface IMarker
public void setSymbol(int value)
Represents the marker style in a line chart, scatter chart, or radar chart.
Read/write MarkerStyleType
.
setSymbol
in interface IMarker
public IFormat getFormat()
Gets or sets the marker fill.
Read-only IFormat
.
getFormat
in interface IMarker
public int getSize()
Represents the marker size in a line chart, scatter chart, or radar chart.
Read/write int
.
getSize
in interface IMarker
public void setSize(int value)
Represents the marker size in a line chart, scatter chart, or radar chart.
Read/write int
.
setSize
in interface IMarker
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |