add

add(String path, String templateKey, TContextObject contextObject) function

Adds an output element for the context object.

Parameters

NameTypeDescription
pathStringOutput path.
templateKeyStringThe key of the template used for context object transformation before output.
contextObjectTContextObjectContext object.

Result

OutputFile


add(String path, PPImage image) function

Adds an output element for the image.

Parameters

NameTypeDescription
pathStringOutput path.
imagePPImageImage to output.

Result

OutputFile


add(String path, BufferedImage image) function

Adds an output element for the image.

Parameters

NameTypeDescription
pathStringOutput path.
imageBufferedImageImage to output.

Result

OutputFile


add(String path, Video video) function

Adds an output element for the video.

Parameters

NameTypeDescription
pathStringOutput path.
videoVideoVideo to output.

Result

OutputFile


add(String path, FontData fontData, int fontStyle) function

Adds an output element for the font.

Parameters

NameTypeDescription
pathStringOutput path.
fontDataFontDataFont to output.
fontStyleintFont style.

Result

OutputFile


add(String path, String textContent) function

Adds an output element for the text content.

Parameters

NameTypeDescription
pathStringOutput path.
textContentStringContent to output.

Result

OutputFile