Add
Inhalt
[
Ausblenden
]Add<TContextObject>(string, string, TContextObject)
public IOutputFile Add<TContextObject>(string path, string templateKey,
TContextObject contextObject)
Siehe auch
- interface IOutputFile
- class Output
- namensraum Aspose.Slides.Export.Web
- Montage 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 | Ausgangspfad. |
image | IPPImage | Bild zur Ausgabe. |
Rückgabewert
IOutputFile
Objekt für das Bild.
Siehe auch
- interface IOutputFile
- interface IPPImage
- class Output
- namensraum Aspose.Slides.Export.Web
- Montage Aspose.Slides
Add(string, Image)
Fügt ein Ausgabeelement für das Bild hinzu.
public IOutputFile Add(string path, Image image)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Ausgangspfad. |
image | Image | Bild zur Ausgabe. |
Rückgabewert
IOutputFile
Objekt für das Bild.
Siehe auch
- interface IOutputFile
- class Output
- namensraum Aspose.Slides.Export.Web
- Montage 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 | Ausgangspfad. |
video | IVideo | Video zur Ausgabe. |
Rückgabewert
IOutputFile
Objekt für das Video.
Siehe auch
- interface IOutputFile
- interface IVideo
- class Output
- namensraum Aspose.Slides.Export.Web
- Montage 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 | Ausgangspfad. |
fontData | IFontData | Schriftart zur Ausgabe. |
fontStyle | FontStyle | Schriftstil. |
Rückgabewert
IOutputFile
Objekt für die Schriftart.
Siehe auch
- interface IOutputFile
- interface IFontData
- class Output
- namensraum Aspose.Slides.Export.Web
- Montage 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 | Ausgangspfad. |
textContent | String | Auszugebender Inhalt. |
Rückgabewert
IOutputFile
Objekt für den Textinhalt.
Siehe auch
- interface IOutputFile
- class Output
- namensraum Aspose.Slides.Export.Web
- Montage Aspose.Slides