public class MarkdownImageLoadArgs extends Object
Provides data for the
M:GroupDocs.Editor.Options.IMarkdownImageLoadCallback.ProcessImage(MarkdownImageLoadArgs)
event.
| Constructor and Description |
|---|
MarkdownImageLoadArgs() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImageFileName()
Gets or sets the file name (as is in the Markdown document) that will be
process.
|
boolean |
isAbsoluteUri()
Get a value indicating whether this image has absolute URI link.
|
void |
setAbsoluteUri(boolean value)
Get a value indicating whether this image has absolute URI link.
|
void |
setData(byte[] data)
Sets user provided data of the resource which is used if
M:GroupDocs.Editor.Options.IMarkdownImageLoadCallback.ProcessImage(MarkdownImageLoadArgs) |
void |
setImageFileName(String value)
Gets or sets the file name (as is in the Markdown document) that will be
process.
|
public final String getImageFileName()
Gets or sets the file name (as is in the Markdown document) that will be process.
public final boolean isAbsoluteUri()
Get a value indicating whether this image has absolute URI link.
Value:true if this image has absolute URI link; otherwise,
false.public final void setAbsoluteUri(boolean value)
Get a value indicating whether this image has absolute URI link.
Value:true if this image has absolute URI link; otherwise,
false.public final void setData(byte[] data)
Sets user provided data of the resource which is used if
M:GroupDocs.Editor.Options.IMarkdownImageLoadCallback.ProcessImage(MarkdownImageLoadArgs)
public final void setImageFileName(String value)
Gets or sets the file name (as is in the Markdown document) that will be process.
Copyright © 2024. All rights reserved.