public abstract class Shape extends XmlBoundEntity
Modifier and Type | Field and Description |
---|---|
GraphInfo |
GraphInfo |
String |
ID
Gets or sets a string that indicates the ID of the shape.
|
Constructor and Description |
---|
Shape() |
Modifier and Type | Method and Description |
---|---|
float |
getOpacity()
Gets or sets a float value between 0.0 and 1.0 that indicates the opacity of the shape.
|
float |
getStrokeOpacity()
Gets or sets a float value between 0.0 and 1.0 that indicates the stroke opacity of the shape.
|
void |
setOpacity(float value) |
void |
setStrokeOpacity(float value) |
load
public String ID
Gets or sets a string that indicates the ID of the shape.
public GraphInfo GraphInfo
public float getOpacity()
Gets or sets a float value between 0.0 and 1.0 that indicates the opacity of the shape. The default value is 1.0.
public void setOpacity(float value)
public float getStrokeOpacity()
Gets or sets a float value between 0.0 and 1.0 that indicates the stroke opacity of the shape. The default value is 1.0.
public void setStrokeOpacity(float value)
Copyright © 2014 Aspose. All Rights Reserved.