Graph Class |
Namespace: Aspose.Pdf.Drawing
The Graph type exposes the following members.
Name | Description | |
---|---|---|
![]() | Graph |
Initializes a new instance of the Graph class.
|
Name | Description | |
---|---|---|
![]() | Border |
Gets or sets the border.
|
![]() | GraphInfo |
Gets or sets a GraphInfo object that indicates the graph info,such as color,
line width,etc.
|
![]() | Height |
Gets or sets a float value that indicates the graph height.
The unit is point.
|
![]() | HorizontalAlignment |
Gets or sets a horizontal alignment of paragraph
(Inherited from BaseParagraph.) |
![]() | Hyperlink |
Gets or sets the fragment hyperlink(for pdf generator).
(Inherited from BaseParagraph.) |
![]() | IsChangePosition |
Gets or sets change curret position after process paragraph.(default true)
|
![]() | IsFirstParagraphInColumn |
Gets or sets a bool value that indicates whether this paragraph will be at next column.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | IsInLineParagraph |
Gets or sets a paragraph is inline.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | IsInNewPage |
Gets or sets a bool value that force this paragraph generates at new page.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | IsKeptWithNext |
Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | Left |
Gets or sets the table left coordinate.
|
![]() | Margin |
Gets or sets a outer margin for paragraph (for pdf generation)
(Inherited from BaseParagraph.) |
![]() | Shapes |
Gets or sets a Shapes collection that indicates all shapes in the graph.
|
![]() | Title |
Gets or sets a string value that indicates the title of the graph.
|
![]() | Top |
Gets or sets the table top coordinate.
|
![]() | VerticalAlignment |
Gets or sets a vertical alignment of paragraph
(Inherited from BaseParagraph.) |
![]() | Width |
Gets or sets a float value that indicates the graph width.
The unit is point.
|
![]() | ZIndex |
Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex
will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative
ZIndex will be placed behind the text in the page.
(Inherited from BaseParagraph.) |
Name | Description | |
---|---|---|
![]() | Clone |
Clone the graph.
(Overrides BaseParagraphClone.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |