| 名前 | 解説 | |
|---|---|---|
![]() | DocxExportProvider コンストラクタ |
DocxExportProviderデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | CanShowOptions | Gets a value indicating whether the associated C1.Document.Export.ExportFilter can show a dialog allowing the user to edit the export options. C1.Document.Export.ExportProviderから継承されます。 |
![]() | DefaultExtension | 現在のエクスポート形式のデフォルトのファイル名拡張子を取得します。 この実装は "docx" を返します。 C1.Document.Export.DocxExportProviderから継承されます。 |
![]() | FormatName | RTF エクスポート形式の簡単な説明を取得します。 C1.Document.Export.DocxExportProviderから継承されます。 |
![]() | OptionsFormClass | オーバーライドされます。 Gets the type of form which is used to edit the export options by default. |
![]() | SupportedDocumentInfoFields | Gets the combination of flags indicating which fields of the C1.Document.DocumentInfo class are supported by the current export format. This implementation returns the combination of Author, Creator, Title, Operator, Subject, Keywords, CreationTime, RevisionTime, Manager, Company and Comment. C1.Document.Export.RtfExportProviderから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | NewExporter | オーバーライドされます。 RtfFilter.OpenXmlが true の場合は、 RtfFilterクラスの新しいインスタンスを作成します。 |