|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GraphInfo in aspose.pdf |
---|
Methods in aspose.pdf that return GraphInfo | |
---|---|
GraphInfo |
BorderInfo.getBottom()
Gets a GraphInfo object that indicates bottom of the border. |
GraphInfo |
Graph.getGraphInfo()
Gets a GraphInfo object that indicates the graph info. |
GraphInfo |
HeaderFooter.getGraphInfo()
Gets a GraphInfo object that indicates the graph info of the header or
footer. |
GraphInfo |
Pdf.getGraphInfo()
Gets a GraphInfo object that indicates the graph info in the Pdf document. |
GraphInfo |
Section.getGraphInfo()
Gets a GraphInfo that indicates graph info of the section. |
GraphInfo |
Shape.getGraphInfo()
Gets a Shape object that indicates the graph info,
such as color,line width,etc. |
GraphInfo |
BorderInfo.getLeft()
Gets a GraphInfo object that indicates left of the border. |
GraphInfo |
BorderInfo.getRight()
Gets a GraphInfo object that indicates right of the border. |
GraphInfo |
BorderInfo.getTop()
Gets a GraphInfo object that indicates top of the border. |
Methods in aspose.pdf with parameters of type GraphInfo | |
---|---|
void |
BorderInfo.setBottom(GraphInfo value)
Sets a GraphInfo object that indicates
bottom of the border. |
void |
Graph.setGraphInfo(GraphInfo graphInfo)
Sets a GraphInfo object that indicates the graph info. |
void |
HeaderFooter.setGraphInfo(GraphInfo graphInfo)
Sets a GraphInfo object that indicates the graph info of the header or
footer. |
void |
Pdf.setGraphInfo(GraphInfo value)
Sets a GraphInfo object that indicates the graph info in the Pdf document. |
void |
Section.setGraphInfo(GraphInfo value)
Sets a GraphInfo that indicates graph info of the section. |
void |
Shape.setGraphInfo(GraphInfo value)
Sets a Shape object that indicates the graph info,
such as color,line width,etc. |
void |
BorderInfo.setLeft(GraphInfo value)
Sets a GraphInfo object that indicates left of the border. |
void |
BorderInfo.setRight(GraphInfo value)
Sets a GraphInfo object that indicates
right of the border. |
void |
BorderInfo.setTop(GraphInfo value)
Sets a GraphInfo object that indicates top of the border. |
Constructors in aspose.pdf with parameters of type GraphInfo | |
---|---|
BorderInfo(int borderSide,
GraphInfo borderFormat)
Constructor - initializes a new instance of the BorderInfo class. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |