TFlexCelHtmlExport |
A component for exporting an Excel file to HTML.
|
TFlexCelHtmlExportProgress |
Indicates how much of the report has been generated.
|
TFlexCelImgExport |
A component for exporting an Excel file to an image. It can return an image object, or the actual bytes of a specific file format. (like gif, tiff or png) |
TFlexCelPdfExport |
A component for exporting an Excel file to PDF.
|
TFlexCelPdfExportProgress |
Indicates how much of the report has been generated.
|
TFlexCelPrintDocument |
Use this class to print an Excel file natively.
|
TFlexCelPrintingProgress |
Indicates how much of the report has been generated.
|
TFlexCelSVGExport |
A component for exporting an Excel file to an SVG (Scalable Vector Graphics) image.
|
TGeneratedFiles |
An object containing all the files generated in the export.
|
TGetBookmarkInformationArgs |
Arguments passed on TFlexCelPdfExport.GetBookmarkInformation, |
THtmlExtraInfo |
Stores extra data to write in the HTML file.
|
THtmlHotTrack |
Defines how and if the cells will be highlighted when the mouse is over them.
|
THtmlSpreadView |
The properties in this class make the generated file look more like when you view a Spreadsheet in Excel, and less like a printed page. By default, FlexCel tries to mimic the printed-page output, not the interactive view.
|
TImageInformationEventArgs |
Arguments passed on TFlexCelHtmlExport.OnGetImageInformation, |
TImgPaintEventArgs |
Arguments passed on Paint events.
|
TNamedRangeExportEventArgs |
Arguments passed on TFlexCelHtmlExport.OnNamedRangeExport, |
TPageEventArgs |
Arguments passed on TFlexCelPdfExport.BeforeGeneratePage, TFlexCelPdfExport.BeforeNewPage and TFlexCelPdfExport.AfterGeneratePage |
TPartialExportState |
This class is used to save the necessary information to partially export a file.
|
TPrintPageEventArgs |
Arguments passed on TFlexCelPrintDocument.BeforeGeneratePage, TFlexCelPrintDocument.BeforeNewPage and TFlexCelPrintDocument.AfterGeneratePage |
TSaveImageEventArgs |
Arguments passed on TFlexCelHtmlExport.OnSaveImage, |
TSheetSelector |
Abstract class to implement a Sheet Selector. Derive from this class for example to implement tabs with images. For a standard implementation using CSS Tabs and divs, use TStandardSheetSelector |
TSheetSelectorEntryEventArgs |
Arguments passed on FlexCel.Render.TStandardSheetSelector.OnSheetSelectorEntry.
|
TSheetSelectorLink |
Holds the sheet name in Excel and in the file.
|
TStandardSheetSelector |
Implements a standard sheet selector (with CSS tabs) that will allow you to change the page when exporting multiple sheets. You can customize its default behavior by altering the CSS properties, or by inheriting from it and replacing the virtual methods. If you want to create a completely new type of sheet selector, derive it from TSheetSelector instead of this class.
|
TStandardSheetSelectorStyles |
Holds the styles for one of the positions of a TStandardSheetSelector.
|
TSVGExportParameters |
Parameters used when exporting to SVG.
|