NotebookSaveOptionsGeneric

Inheritance: java.lang.Object, com.aspose.note.NotebookSaveOptions

public abstract class NotebookSaveOptionsGeneric<TDocumentSaveOptions> extends NotebookSaveOptions

特定の形式向けのノートブック保存オプションを表し、すべてのドキュメント子ノードに共通の保存オプションを提供する抽象基底クラスです。

TDocumentSaveOptions: すべてのノートブックの子ドキュメントの保存オプションです。

TDocumentSaveOptions :

コンストラクタ

コンストラクタ説明
NotebookSaveOptionsGeneric()

メソッド

メソッド説明
getDocumentSaveOptions()すべてのノートブックの子ドキュメントの保存オプションを取得または設定します。
getDocumentSaveOptionsInternal()ノートブックのすべての子ドキュメントの保存オプションを取得します。
getSaveFormat()ノートブックが保存される形式を取得します。

NotebookSaveOptionsGeneric()

public NotebookSaveOptionsGeneric()

getDocumentSaveOptions()

public TDocumentSaveOptions getDocumentSaveOptions()

すべてのノートブックの子ドキュメントの保存オプションを取得または設定します。

Returns: TDocumentSaveOptions

getDocumentSaveOptionsInternal()

public SaveOptions getDocumentSaveOptionsInternal()

ノートブックのすべての子ドキュメントの保存オプションを取得します。

Returns: SaveOptions - The SaveOptions.

getSaveFormat()

public int getSaveFormat()

ノートブックが保存される形式を取得します。

Returns: int