Add
Add<TContextObject>(string, string, TContextObject)
public IOutputFile Add<TContextObject>(string path, string templateKey,
TContextObject contextObject)
See Also
- interface IOutputFile
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides
Add(string, IPPImage)
Adds an output element for the image.
public IOutputFile Add(string path, IPPImage image)
Parameter | Type | Description |
---|---|---|
path | String | Output path. |
image | IPPImage | Image to output. |
Return Value
IOutputFile
object for the image.
See Also
- interface IOutputFile
- interface IPPImage
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides
Add(string, IImage)
Adds an output element for the image.
public IOutputFile Add(string path, IImage image)
Parameter | Type | Description |
---|---|---|
path | String | Output path. |
image | IImage | Image to output. |
Return Value
IOutputFile
object for the image.
See Also
- interface IOutputFile
- interface IImage
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides
Add(string, IVideo)
Adds an output element for the video.
public IOutputFile Add(string path, IVideo video)
Parameter | Type | Description |
---|---|---|
path | String | Output path. |
video | IVideo | Video to output. |
Return Value
IOutputFile
object for the video.
See Also
- interface IOutputFile
- interface IVideo
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides
Add(string, IFontData, FontStyle)
Adds an output element for the font.
public IOutputFile Add(string path, IFontData fontData, FontStyle fontStyle)
Parameter | Type | Description |
---|---|---|
path | String | Output path. |
fontData | IFontData | Font to output. |
fontStyle | FontStyle | Font style. |
Return Value
IOutputFile
object for the font.
See Also
- interface IOutputFile
- interface IFontData
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides
Add(string, string)
Adds an output element for the text content.
public IOutputFile Add(string path, string textContent)
Parameter | Type | Description |
---|---|---|
path | String | Output path. |
textContent | String | Content to output. |
Return Value
IOutputFile
object for the text content.
See Also
- interface IOutputFile
- class Output
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides