Aspose::Pdf::Drawing::Graph class
Contents
[
Hide
]Graph class
Represents graph - graphics generator paragraph.
class Graph : public Aspose::Pdf::BaseParagraph
Methods
| Method | Description |
|---|---|
| Clone() override | Clone the graph. |
| get_Border() const | Gets the border. |
| get_GraphInfo() const | Gets a GraphInfo object that indicates the graph info,such as color, line width,etc. |
| get_Height() const | Gets a float value that indicates the graph height. The unit is point. |
| get_IsChangePosition() const | Gets change curret position after process paragraph.(default true) |
| get_Left() const | Gets the table left coordinate. |
| get_Shapes() const | Gets a Shapes collection that indicates all shapes in the graph. |
| get_Title() const | Gets a string value that indicates the title of the graph. |
| get_Top() const | Gets the table top coordinate. |
| get_Width() const | Gets a float value that indicates the graph width. The unit is point. |
| Graph(double, double) | Initializes a new instance of the Graph class. |
| Graph(float, float) | Initializes a new instance of the Graph class. |
| set_Border(System::SharedPtr<BorderInfo>) | Sets the border. |
| set_GraphInfo(System::SharedPtr<Aspose::Pdf::GraphInfo>) | Sets a GraphInfo object that indicates the graph info,such as color, line width,etc. |
| set_Height(double) | Sets a float value that indicates the graph height. The unit is point. |
| set_IsChangePosition(bool) | Sets change curret position after process paragraph.(default true) |
| set_Left(double) | Sets the table left coordinate. |
| set_Shapes(System::SharedPtr<BoundsCheckableList<System::SharedPtr<Shape>>>) | Sets a Shapes collection that indicates all shapes in the graph. |
| set_Title(System::SharedPtr<Text::TextFragment>) | Sets a string value that indicates the title of the graph. |
| set_Top(double) | Sets the table top coordinate. |
| set_Width(double) | Sets a float value that indicates the graph width. The unit is point. |
See Also
- Class BaseParagraph
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++