add method
Contents
[
Hide
]add
Adds an output element for the image.
Returns
IOutputFile
object for the image.
def add(self, path, image):
...
Parameter | Type | Description |
---|---|---|
path | str | Output path. |
image | IPPImage | Image to output. |
add
Adds an output element for the image.
Returns
IOutputFile
object for the image.
def add(self, path, image):
...
Parameter | Type | Description |
---|---|---|
path | str | Output path. |
image | aspose.pydrawing.Image | Image to output. |
add
Adds an output element for the image.
Returns
IOutputFile
object for the image.
def add(self, path, image):
...
Parameter | Type | Description |
---|---|---|
path | str | Output path. |
image | IImage | Image to output. |
add
Adds an output element for the video.
Returns
IOutputFile
object for the video.
def add(self, path, video):
...
Parameter | Type | Description |
---|---|---|
path | str | Output path. |
video | IVideo | Video to output. |
add
Adds an output element for the text content.
Returns
IOutputFile
object for the text content.
def add(self, path, text_content):
...
Parameter | Type | Description |
---|---|---|
path | str | Output path. |
text_content | str | Content to output. |
add
Adds an output element for the font.
Returns
IOutputFile
object for the font.
def add(self, path, font_data, font_style):
...
Parameter | Type | Description |
---|---|---|
path | str | Output path. |
font_data | IFontData | Font to output. |
font_style | aspose.pydrawing.FontStyle | Font style. |
See Also
- class
IFontData
- class
IImage
- class
IOutputFile
- class
IPPImage
- class
IVideo
- class
Output
- module
aspose.slides.export.web
- library
Aspose.Slides