GroupingGridWordConverter Class Members
The following tables list the members exposed by GroupingGridWordConverter.
Public Constructors
Name | Description | |
---|---|---|
![]() | GroupingGridWordConverter Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | ExportStyle | Gets or sets a value indicating whether styles has to be exported. |
![]() | ShowFooter | Gets or sets a value indicating whether footer should be added. (Inherited from Syncfusion.GridHelperClasses.GridWordConverterBase) |
![]() | ShowHeader | Gets or sets a value indicating whether header should be added. (Inherited from Syncfusion.GridHelperClasses.GridWordConverterBase) |
![]() | UseColumnHeaderText | Gets or sets a value indicating whether the HeaderText of columns should be exported. True if HeaderText should be shown; Default is false. |
Public Methods
Name | Description | |
---|---|---|
![]() | GroupingGridToWord | Overloaded. Exports grouping grid contents to a word document. |
Protected Methods
Name | Description | |
---|---|---|
![]() | DrawHeaderFooter | Draws the Header and Footer. (Inherited from Syncfusion.GridHelperClasses.GridWordConverterBase) |
![]() | ExportCaptionRow | Exports the caption row to word document. |
![]() | ExportCellStyle | Export the grid cell styles such as BackColor, Alignments, TextColor and Font to word table cell. |
![]() | ExportColumnHeader | Exports column headers to word file. |
![]() | ExportElements | Exports the display elements of grouping grid to word document. |
![]() | ExportImage | Export the image to word document. |
![]() | ExportNestedTable | Export the nested table to word document. |
![]() | ExportRecord | Exports the grid records to word. |
![]() | ExportSummaryRow | Export the summary row to table in word document. |
![]() ![]() | GetGroupCaptionDisplayText | Gets caption text for a group. |
![]() ![]() | GetGroupCaptionText | Retrieves caption text for group. |
![]() | OnDrawFooter | Raises the DrawFooter event. (Inherited from Syncfusion.GridHelperClasses.GridWordConverterBase) |
![]() | OnDrawHeader | Raises the DrawHeader event. (Inherited from Syncfusion.GridHelperClasses.GridWordConverterBase) |
![]() | OnExportNestedTable | Raises the QueryExportNestedTable event. |
![]() | OnExportRowRange | Raises the QueryExportRowRange event. |
![]() | OnQueryExportCellRange | Raises the QueryExportCellRange event. |
Extension Methods
Name | Description | |
---|---|---|
![]() | IterateIndex | Overloaded. Iterates the index. |
![]() | IterateIndex | Overloaded. Iterates the index. |
Public Events
Name | Description | |
---|---|---|
![]() | DrawFooter | Lets the user draw a Footer for the PDF Document (Inherited from Syncfusion.GridHelperClasses.GridWordConverterBase) |
![]() | DrawHeader | Lets the user draw a header for the PDF Document (Inherited from Syncfusion.GridHelperClasses.GridWordConverterBase) |
![]() | QueryExportCellRange | Occurs whenever cell range is exported. |
![]() | QueryExportNestedTable | Occurs whenever nested table is exported. |
![]() | QueryExportRowRange | Occurs whenever row element is exported. |
See Also