NotebookSaveOptionsGeneric
Inhalt
[
Ausblenden
]Inheritance: java.lang.Object, com.aspose.note.NotebookSaveOptions
public abstract class NotebookSaveOptionsGeneric<TDocumentSaveOptions> extends NotebookSaveOptions
Eine abstrakte Basisklasse, die Notizbuch-Speicheroptionen für ein bestimmtes Format darstellt und gemeinsame Speicheroptionen für alle untergeordneten Dokumentknoten bereitstellt.
TDocumentSaveOptions: Die Speicheroptionen für alle Unterdokumente des Notizbuchs.
TDocumentSaveOptions :
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| NotebookSaveOptionsGeneric() |
Methoden
| Methode | Beschreibung |
|---|---|
| getDocumentSaveOptions() | Liest oder setzt die Speicheroptionen für alle Unterdokumente des Notizbuchs. |
| getDocumentSaveOptionsInternal() | Ermittelt die Speicheroptionen für alle Kinddokumente des Notizbuchs. |
| getSaveFormat() | Ermittelt das Format, in dem das Notizbuch gespeichert wird. |
NotebookSaveOptionsGeneric()
public NotebookSaveOptionsGeneric()
getDocumentSaveOptions()
public TDocumentSaveOptions getDocumentSaveOptions()
Liest oder setzt die Speicheroptionen für alle Unterdokumente des Notizbuchs.
Returns: TDocumentSaveOptions
getDocumentSaveOptionsInternal()
public SaveOptions getDocumentSaveOptionsInternal()
Ermittelt die Speicheroptionen für alle Kinddokumente des Notizbuchs.
Returns:
SaveOptions - The SaveOptions.
getSaveFormat()
public int getSaveFormat()
Ermittelt das Format, in dem das Notizbuch gespeichert wird.
Returns: int