| Modifier and Type | Method and Description |
|---|---|
OutputStream |
CustomImagesStrategy.getImageStream(ImageExportContext context)
Gets an output stream for writing the exported image to the file system.
|
OutputStream |
ExportImagesAsBase64Strategy.getImageStream(ImageExportContext context)
Returns
null to indicate that the image should be embedded as Base64. |
OutputStream |
ExportImagesToFileSystemStrategy.getImageStream(ImageExportContext context)
Gets a stream for writing the exported image to the file system.
|
OutputStream |
IImageExportStrategy.getImageStream(ImageExportContext context)
Gets a stream for writing the exported image.
|
OutputStream |
SkipImagesStrategy.getImageStream(ImageExportContext context)
Returns
null to indicate that the image should be skipped. |
Copyright © 2026. All rights reserved.