Add
内容
[
隐藏
]Add<TContextObject>(string, string, TContextObject)
public IOutputFile Add<TContextObject>(string path, string templateKey,
TContextObject contextObject)
也可以看看
- interface IOutputFile
- class Output
- 命名空间 Aspose.Slides.Export.Web
- 部件 Aspose.Slides
Add(string, IPPImage)
为图像添加输出元素。
public IOutputFile Add(string path, IPPImage image)
范围 | 类型 | 描述 |
---|---|---|
path | String | 输出路径。 |
image | IPPImage | 要输出的图像。 |
返回值
IOutputFile
图像对象。
也可以看看
- interface IOutputFile
- interface IPPImage
- class Output
- 命名空间 Aspose.Slides.Export.Web
- 部件 Aspose.Slides
Add(string, Image)
为图像添加输出元素。
public IOutputFile Add(string path, Image image)
范围 | 类型 | 描述 |
---|---|---|
path | String | 输出路径。 |
image | Image | 要输出的图像。 |
返回值
IOutputFile
图像对象。
也可以看看
- interface IOutputFile
- class Output
- 命名空间 Aspose.Slides.Export.Web
- 部件 Aspose.Slides
Add(string, IVideo)
为视频添加一个输出元素。
public IOutputFile Add(string path, IVideo video)
范围 | 类型 | 描述 |
---|---|---|
path | String | 输出路径。 |
video | IVideo | 要输出的视频。 |
返回值
IOutputFile
视频对象。
也可以看看
- interface IOutputFile
- interface IVideo
- class Output
- 命名空间 Aspose.Slides.Export.Web
- 部件 Aspose.Slides
Add(string, IFontData, FontStyle)
为字体添加输出元素。
public IOutputFile Add(string path, IFontData fontData, FontStyle fontStyle)
范围 | 类型 | 描述 |
---|---|---|
path | String | 输出路径。 |
fontData | IFontData | 要输出的字体。 |
fontStyle | FontStyle | 字体样式。 |
返回值
IOutputFile
字体对象。
也可以看看
- interface IOutputFile
- interface IFontData
- class Output
- 命名空间 Aspose.Slides.Export.Web
- 部件 Aspose.Slides
Add(string, string)
为文本内容添加一个输出元素。
public IOutputFile Add(string path, string textContent)
范围 | 类型 | 描述 |
---|---|---|
path | String | 输出路径。 |
textContent | String | 要输出的内容。 |
返回值
IOutputFile
文本内容的对象。
也可以看看
- interface IOutputFile
- class Output
- 命名空间 Aspose.Slides.Export.Web
- 部件 Aspose.Slides