Notebook.LoadChildNotebook
Inhalt
[
Ausblenden
]LoadChildNotebook(string)
Fügt einen untergeordneten Notizbuchknoten hinzu. Öffnet ein vorhandenes OneNote-Notizbuch aus einer Datei.
public void LoadChildNotebook(string filePath)
Parameter | Typ | Beschreibung |
---|---|---|
filePath | String | Der Dateipfad. |
Siehe auch
- class Notebook
- namensraum Aspose.Note
- Montage Aspose.Note
LoadChildNotebook(string, NotebookLoadOptions)
Fügt einen untergeordneten Notizbuchknoten hinzu. Öffnet ein vorhandenes OneNote-Notizbuch aus einer Datei. Ermöglicht die Angabe zusätzlicher Ladeoptionen.
public void LoadChildNotebook(string filePath, NotebookLoadOptions loadOptions)
Parameter | Typ | Beschreibung |
---|---|---|
filePath | String | Der Dateipfad. |
loadOptions | NotebookLoadOptions | Die Ladeoptionen. |
Siehe auch
- class NotebookLoadOptions
- class Notebook
- namensraum Aspose.Note
- Montage Aspose.Note
LoadChildNotebook(Stream)
Fügt einen untergeordneten Notizbuchknoten hinzu. Öffnet ein vorhandenes OneNote-Notizbuch aus einem Stream.
public void LoadChildNotebook(Stream stream)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Der Strom. |
Siehe auch
- class Notebook
- namensraum Aspose.Note
- Montage Aspose.Note
LoadChildNotebook(Stream, NotebookLoadOptions)
Fügt einen untergeordneten Notizbuchknoten hinzu. Öffnet ein vorhandenes OneNote-Notizbuch aus einem Stream. Ermöglicht die Angabe zusätzlicher Ladeoptionen.
public void LoadChildNotebook(Stream stream, NotebookLoadOptions loadOptions)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Der Strom. |
loadOptions | NotebookLoadOptions | Die Ladeoptionen. |
Siehe auch
- class NotebookLoadOptions
- class Notebook
- namensraum Aspose.Note
- Montage Aspose.Note