Add
Contents
[
Hide
]Add<TContextObject>(string, string, TContextObject)
Adds an output element for the context object.
public IOutputFile Add<TContextObject>(string path, string templateKey,
TContextObject contextObject)
Parameter | Type | Description |
---|---|---|
path | String | Output path. |
templateKey | String | The key of the template used for context object transformation before output. |
contextObject | TContextObject | Context object. |
Return Value
IOutputFile
object for the context object.
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, FontStyleType)
Creates and adds an output file element for the specified font.
public IOutputFile Add(string path, IFontData fontData, FontStyleType fontStyle)
Parameter | Type | Description |
---|---|---|
path | String | The file path where the font output will be saved. |
fontData | IFontData | The font data to be written to the output. |
fontStyle | FontStyleType | The style of the font (e.g., Regular, Bold, Italic). |
Return Value
An IOutputFile
instance for the generated font.
See Also
- interface IOutputFile
- interface IFontData
- enum FontStyleType
- 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