PagesExportProviderデータ型で公開されるメンバを以下の表に示します。
パブリック プロパティ
パブリック メソッド
| 名前 | 解説 |
| CanExportObject | オーバーライドされます。 Tests whether the specified object represents a document that can be exported by the current export provider. |
| CanExportRange | オーバーライドされます。 Tests whether the specified type of range can be exported by the current export provider. |
| CanExportType | オーバーライドされます。 Tests whether documents of the specified type can be exported by the current export provider. Note that if the type is array, this method returns false even though an array of metafiles can be exported by the associated exporter. Use PagesExportProvider.CanExportObject to get a definitive value. |
| NewExporter | Creates a new Exporter object. When overridden in a derived class, returns an instance of a specialized class derived from Exporter. C1.C1Preview.Export.ExportProviderから継承されます。 |
トップ
参照