| 名前 | 解説 | |
|---|---|---|
![]() | SvgExporter コンストラクタ |
SvgExporterデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | SvgExporter コンストラクタ |
| 名前 | 解説 | |
|---|---|---|
![]() | DrawSpecialSymbols | Specifies whether draw special symbols or using Wingdings symbols (in standard checkboxs, crossboxs and radiobuttons). C1.Document.Export.HtmlFilterBaseから継承されます。 |
![]() | NavigatorPosition | Specifies the navigator position C1.Document.Export.HtmlFilterBaseから継承されます。 |
![]() | ShowNavigator | Specifies whether the navigator should be added C1.Document.Export.HtmlFilterBaseから継承されます。 |
![]() | SingleFile | Specifies whether the filter should produce a single file C1.Document.Export.HtmlFilterBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | m_MultiFile | A value indicating whether multiple files were generated during export. C1.Document.Export.ExportFilterから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | CanShowPreview | Gets a value indicating whether the exported file can be previewed. This property is cached for each exporter, and is not refreshed after it has been determined. ATTENTION! This property is used to edit export's parameters in user's ui so it should NOT use data generated AFTER export, OutputFiles property for example. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Document | Gets or sets the C1.Document.C1Document providing exporting content. C1.Document.Export.ExportFilterから継承されます。 |
![]() | DocumentInfo | Gets or sets the C1.Document.Export.ExportFilter.DocumentInfo object associated with the document assigned to the current exporter. C1.Document.Export.ExportFilterから継承されます。 |
![]() | ExportProvider | オーバーライドされます。 Gets an instance of a class derived from C1.Document.Export.ExportFilter.ExportProvider describing the export format associated with the current exporter. That instance can be used to retrieve static information about the current export format such as format description or default extension. |
![]() | FileName | Gets or sets the name of the output file. C1.Document.Export.ExportFilterから継承されます。 |
![]() | MaxPageNumber | C1.Document.Export.ExportFilterから継承されます。 |
![]() | MultiFile | Gets a value indicating whether multiple files were generated during export. If multiple files were generated, and the C1.Document.Export.ExportFilter.UseZipForMultipleFiles property is true, the output (stream or file) will be a zipped archive containing the generated files. The list of actual files can be retrieved via C1.Document.Export.ExportFilter.OutputFiles property. C1.Document.Export.ExportFilterから継承されます。 |
![]() | OutputFiles | Gets the list of files which were generated by the call to C1.Document.Export.ExportFilter.Export. Typically exporters produce a single file (e.g. RTF, XLS exporters), but some (like HTML, EMF exporters) may produce several files all of which can be then accessed through this property. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Pages | Gets or sets the list of the document pages, fragments of these pages reference render objects of the document C1.Document.Export.ExportFilter.Document. C1.Document.Export.ExportFilterから継承されます。 |
![]() | PageSettings | Gets or sets the C1.Document.C1PageSettings providing exporting content. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Preview | Gets or sets a value indicating whether the exported document should be opened after exporting it to a disk file. The application used to open the file is determined by the OS shell. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Range | Gets or sets the range of pages that is to be exported. C1.Document.Export.ExportFilterから継承されます。 |
![]() | ShowOptions | Gets or sets a value indicating whether the options dialog should be shown to the user before exporting the document. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Stream | Gets or sets the output stream. C1.Document.Export.ExportFilterから継承されます。 |
![]() | UseZipForMultipleFiles | Gets or sets a value indicating whether the output (stream or file) should be a zipped archive with the generated files, if multiple files are created during export. C1.Document.Export.ExportFilterから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | CanExportRange | オーバーライドされます。 Tests whether the specified type of range can be exported by the current exporter. |
![]() | Dispose | オーバーロードされます。 Disposes the C1.Document.Export.ExportFilter object. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Export | C1.Document.Export.ExportFilterから継承されます。 |
![]() | IsPaginated | オーバーライドされます。 |
![]() | ShowOptionsDialog | Displays a dialog that allows the user to edit the export options. C1.Document.Export.ExportFilterから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | CopyPropertiesFromOptionsForm | Copies the options from the specified export options form to corresponding properties on the current exporter. Can be overridden in a derived class to handle format-specific options. C1.Document.Export.ExportFilterから継承されます。 |
![]() | CopyPropertiesToOptionsForm | Copies the properties of the current exporter to corresponding user-editable options of the specified export options form. Can be overridden in a derived class to handle format-specific options. C1.Document.Export.ExportFilterから継承されます。 |
![]() | CreateGraphics | Creates C1.Document.Util.C1HtmlGraphics instance to draw page. C1.Document.Export.HtmlFilterBaseから継承されます。 |
![]() | Deinit | Override this method to dispose all resources used in export. C1.Document.Export.HtmlFilterBaseから継承されます。 |
![]() | ExportFinished | Called when export was successfully finished. C1.Document.Export.HtmlFilterBaseから継承されます。 |
![]() | ExportPage | Performs export of the single C1.Document.C1Page. C1.Document.Export.HtmlFilterBaseから継承されます。 |
![]() | Finalize | Disposes the C1.Document.Export.ExportFilter object. C1.Document.Export.ExportFilterから継承されます。 |
![]() | GetMainStream | Returns stream which should be used to store content if exporter produces SINGLE file during export. Do NOT dispose this stream, it will be automatically disposed after export if needed. C1.Document.Export.ExportFilterから継承されます。 |
![]() | GetStream | Returns stream which can be used to store content if exporter produces MULTIPLE files during export. Dispose this stream after using. C1.Document.Export.ExportFilterから継承されます。 |
![]() | Init | Override this method to perform initialization linked with used C1Graphics object. C1.Document.Export.HtmlFilterBaseから継承されます。 |
![]() | InternalExport | オーバーライドされます。 |