public class ImageExportContext extends Object
During document conversion to Markdown, the library creates an instance of this
class for each image found in the source document. You can modify the
getImageFileName() property if you need to customize the output image filename.
Example:
{@code
public class CustomImageExportStrategy implements IImageExportStrategy {| Constructor and Description |
|---|
ImageExportContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImageFileName()
Gets the image file name.
|
void |
setImageFileName(String imageFileName)
Sets the image file name.
|
Copyright © 2026. All rights reserved.