Graph Class
Represents graph - graphics generator paragraph.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Drawing
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class Graph : BaseParagraph

The Graph type exposes the following members.

Constructors
  NameDescription
Public methodGraph
Initializes a new instance of the Graph class.
Properties
  NameDescription
Public propertyBorder
Gets or sets the border.
Public propertyGraphInfo
Gets or sets a GraphInfo object that indicates the graph info,such as color, line width,etc.
Public propertyHeight
Gets or sets a float value that indicates the graph height. The unit is point.
Public propertyHorizontalAlignment
Gets or sets a horizontal alignment of paragraph
(Inherited from BaseParagraph.)
Public propertyHyperlink
Gets or sets the fragment hyperlink(for pdf generator).
(Inherited from BaseParagraph.)
Public propertyIsChangePosition
Gets or sets change curret position after process paragraph.(default true)
Public propertyIsFirstParagraphInColumn
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.)
Public propertyIsInLineParagraph
Gets or sets a paragraph is inline. Default is false.(for pdf generation)
(Inherited from BaseParagraph.)
Public propertyIsInNewPage
Gets or sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation)
(Inherited from BaseParagraph.)
Public propertyIsKeptWithNext
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.)
Public propertyLeft
Gets or sets the table left coordinate.
Public propertyMargin
Gets or sets a outer margin for paragraph (for pdf generation)
(Inherited from BaseParagraph.)
Public propertyShapes
Gets or sets a Shapes collection that indicates all shapes in the graph.
Public propertyTitle
Gets or sets a string value that indicates the title of the graph.
Public propertyTop
Gets or sets the table top coordinate.
Public propertyVerticalAlignment
Gets or sets a vertical alignment of paragraph
(Inherited from BaseParagraph.)
Public propertyWidth
Gets or sets a float value that indicates the graph width. The unit is point.
Public propertyZIndex
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.)
Methods
See Also