java.lang.Object
com.aspose.diagram.RelationShape
public class RelationShape
| Constructor Summary |
|---|
RelationShape()
|
| Property Getters/Setters Summary | ||
|---|---|---|
int | getFlag() | |
void | setFlag(int) | |
| Gets or sets flag The value of the property is RelationFlag integer constant. | ||
Shape | getShape() | |
void | setShape(Shape) | |
| Gets or sets the shape | ||
| Constructor Detail |
|---|
public RelationShape()
| Property Getters/Setters Detail |
|---|
getShape/setShape | |
public Shape getShape() / public void setShape(Shape value) | |
getFlag/setFlag | |
public int getFlag() / public void setFlag(int value) | |