Add<TContextObject>(string, string, TContextObject)
public IOutputFile Add<TContextObject>(string path, string templateKey,
TContextObject contextObject)
Siehe auch
- interface IOutputFile
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides
Add(string, IPPImage)
Fügt ein Ausgabeelement für das Bild hinzu.
public IOutputFile Add(string path, IPPImage image)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Ausgabepfad. |
image | IPPImage | Bild zum Ausgeben. |
Rückgabewert
IOutputFile
Objekt für das Bild.
Siehe auch
- interface IOutputFile
- interface IPPImage
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides
Add(string, IImage)
Fügt ein Ausgabeelement für das Bild hinzu.
public IOutputFile Add(string path, IImage image)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Ausgabepfad. |
image | IImage | Bild zum Ausgeben. |
Rückgabewert
IOutputFile
Objekt für das Bild.
Siehe auch
- interface IOutputFile
- interface IImage
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides
Add(string, IVideo)
Fügt ein Ausgabeelement für das Video hinzu.
public IOutputFile Add(string path, IVideo video)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Ausgabepfad. |
video | IVideo | Video zum Ausgeben. |
Rückgabewert
IOutputFile
Objekt für das Video.
Siehe auch
- interface IOutputFile
- interface IVideo
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides
Add(string, IFontData, FontStyle)
Fügt ein Ausgabeelement für die Schriftart hinzu.
public IOutputFile Add(string path, IFontData fontData, FontStyle fontStyle)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Ausgabepfad. |
fontData | IFontData | Schriftart zum Ausgeben. |
fontStyle | FontStyle | Schriftstil. |
Rückgabewert
IOutputFile
Objekt für die Schriftart.
Siehe auch
- interface IOutputFile
- interface IFontData
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides
Add(string, string)
Fügt ein Ausgabeelement für den Textinhalt hinzu.
public IOutputFile Add(string path, string textContent)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Ausgabepfad. |
textContent | String | Inhalt zum Ausgeben. |
Rückgabewert
IOutputFile
Objekt für den Textinhalt.
Siehe auch
- interface IOutputFile
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides