Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.drawing |
Modifier and Type | Method and Description |
---|---|
GraphInfo |
BorderInfo.getBottom()
Gets or sets a object that indicates bottom of the border.
|
GraphInfo |
BorderInfo.getLeft()
Gets or sets a
GraphInfo object that indicates left of the border. |
GraphInfo |
BorderInfo.getRight()
Gets or sets a
GraphInfo object that indicates right of the border. |
GraphInfo |
BorderInfo.getTop()
Gets or sets a
GraphInfo object that indicates the top border. |
Modifier and Type | Method and Description |
---|---|
void |
BorderInfo.setBottom(GraphInfo value) |
void |
BorderInfo.setLeft(GraphInfo value) |
void |
BorderInfo.setRight(GraphInfo value) |
void |
BorderInfo.setTop(GraphInfo value) |
Constructor and Description |
---|
BorderInfo(int borderSide,
GraphInfo borderStyle)
Initializes a new instance of the
BorderInfo class. |
Modifier and Type | Method and Description |
---|---|
GraphInfo |
Graph.getGraphInfo()
Gets or sets a
GraphInfo object that indicates the graph info. |
GraphInfo |
Shape.getGraphInfo()
Gets or sets a
GraphInfo object that indicates the graph info,such as color,
line width,etc. |
Modifier and Type | Method and Description |
---|---|
void |
Graph.setGraphInfo(GraphInfo value) |
void |
Shape.setGraphInfo(GraphInfo value) |
Copyright © 2014 Aspose. All Rights Reserved.