add
Contents
[
Hide
]add(String path, String templateKey, TContextObject contextObject) function
Adds an output element for the context object.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
templateKey | String | The key of the template used for context object transformation before output. |
contextObject | TContextObject | Context object. |
Result
add(String path, PPImage image) function
Adds an output element for the image.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
image | PPImage | Image to output. |
Result
add(String path, BufferedImage image) function
Adds an output element for the image.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
image | BufferedImage | Image to output. |
Result
add(String path, Video video) function
Adds an output element for the video.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
video | Video | Video to output. |
Result
add(String path, FontData fontData, int fontStyle) function
Adds an output element for the font.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
fontData | FontData | Font to output. |
fontStyle | int | Font style. |
Result
add(String path, String textContent) function
Adds an output element for the text content.
Parameters
Name | Type | Description |
---|---|---|
path | String | Output path. |
textContent | String | Content to output. |