Class PdfTreeGrid
Inheritance
System.Object
PdfTreeGrid
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class PdfTreeGrid : PdfLayoutElement
Constructors
PdfTreeGrid()
Declaration
Properties
AllowRowBreakAcrossPages
Declaration
public bool AllowRowBreakAcrossPages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Columns
Declaration
public PdfTreeGridColumnCollection Columns { get; }
Property Value
Declaration
public bool EnableHeader { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableWordWrap
Declaration
public bool EnableWordWrap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public PdfTreeGridHeaderCollection Headers { get; }
Property Value
IsDark
Declaration
public bool IsDark { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFitToWidth
Declaration
public bool IsFitToWidth { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFromGantt
Declaration
public bool IsFromGantt { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RowHeight
Declaration
public float RowHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Rows
Declaration
public PdfTreeGridRowCollection Rows { get; }
Property Value
Style
Declaration
public PdfTreeGridStyle Style { get; set; }
Property Value
TreeColumnIndex
Declaration
public int TreeColumnIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Draw(PdfGraphics, PointF, Single)
Declaration
public void Draw(PdfGraphics graphics, PointF location, float width)
Parameters
Type |
Name |
Description |
PdfGraphics |
graphics |
|
System.Drawing.PointF |
location |
|
System.Single |
width |
|
Draw(PdfGraphics, RectangleF)
Declaration
public void Draw(PdfGraphics graphics, RectangleF bounds)
Parameters
Type |
Name |
Description |
PdfGraphics |
graphics |
|
System.Drawing.RectangleF |
bounds |
|
Draw(PdfGraphics, Single, Single, Single)
Declaration
public void Draw(PdfGraphics graphics, float x, float y, float width)
Parameters
Type |
Name |
Description |
PdfGraphics |
graphics |
|
System.Single |
x |
|
System.Single |
y |
|
System.Single |
width |
|
Draw(PdfPage, PointF, PdfTreeGridLayoutFormat)
Declaration
public PdfTreeGridLayoutResult Draw(PdfPage page, PointF location, PdfTreeGridLayoutFormat format)
Parameters
Returns
Layout(PdfLayoutParams)
Declaration
protected override PdfLayoutResult Layout(PdfLayoutParams param)
Parameters
Returns
Overrides