- getConsumptionCredit() - Static method in class com.groupdocs.markdown.Metered
-
Retrieves count of credits consumed.
- getConsumptionQuantity() - Static method in class com.groupdocs.markdown.Metered
-
Retrieves amount of MBs processed.
- getCustomHandler() - Method in class com.groupdocs.markdown.CustomImagesStrategy
-
- getDocumentInfo() - Method in class com.groupdocs.markdown.MarkdownConverter
-
- getExtension() - Method in class com.groupdocs.markdown.LoadOptions
-
- getFileFormat() - Method in class com.groupdocs.markdown.LoadOptions
-
- getFileFormatFromExtension(String) - Static method in class com.groupdocs.markdown.LoadOptions
-
- getImageFileName() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the default file name (without path) suggested by the library for this image.
- getImageFileName() - Method in class com.groupdocs.markdown.ImageExportContext
-
Gets the image file name (without directory path).
- getImageFileNameOutput() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the overridden file name, or null if no override was specified.
- getImagesFolder() - Method in class com.groupdocs.markdown.CustomImagesStrategy
-
Gets the physical folder where images will be saved on disk.
- getImagesFolder() - Method in class com.groupdocs.markdown.ExportImagesAsBase64Strategy
-
Returns an empty string since this strategy does not use an images folder.
- getImagesFolder() - Method in class com.groupdocs.markdown.ExportImagesToFileSystemStrategy
-
Gets the physical folder where images will be saved on disk.
- getImagesFolder() - Method in interface com.groupdocs.markdown.IImageExportStrategy
-
Gets the folder path where exported images will be stored.
- getImagesFolder() - Method in class com.groupdocs.markdown.SkipImagesStrategy
-
Returns an empty string since this strategy does not use an images folder.
- getImagesRelativePath() - Method in class com.groupdocs.markdown.CustomImagesStrategy
-
Gets or sets the path used in the Markdown image references.
- getImagesRelativePath() - Method in class com.groupdocs.markdown.ExportImagesToFileSystemStrategy
-
Gets or sets the path used in Markdown image references.
- getImageStream(ImageExportContext) - Method in class com.groupdocs.markdown.CustomImagesStrategy
-
Gets a stream for writing the exported image to the file system.
- getImageStream(ImageExportContext) - Method in class com.groupdocs.markdown.ExportImagesAsBase64Strategy
-
Returns null to indicate that the image should be embedded as Base64.
- getImageStream(ImageExportContext) - Method in class com.groupdocs.markdown.ExportImagesToFileSystemStrategy
-
Gets a stream for writing the exported image to the file system.
- getImageStream(ImageExportContext) - Method in interface com.groupdocs.markdown.IImageExportStrategy
-
Returns a writable stream for the image described by context.
- getImageStream(ImageExportContext) - Method in class com.groupdocs.markdown.SkipImagesStrategy
-
Returns null to indicate that the image should be skipped.
- getInfo(String) - Static method in class com.groupdocs.markdown.MarkdownConverter
-
- getInfo(String, LoadOptions) - Static method in class com.groupdocs.markdown.MarkdownConverter
-
- getMimeType() - Method in class com.groupdocs.markdown.LoadOptions
-
- getOutputDirectory() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the output directory where images are being saved.
- getOutputStream() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the custom output stream, or null if not specified.
- getPassword() - Method in class com.groupdocs.markdown.LoadOptions
-
- getReplacementImageStream() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the replacement image stream, or null if not specified.
- getShapeType() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the type of the shape that contains the image in the source document
(for example, "Picture" or "Shape").
- getSupportedFormats() - Static method in class com.groupdocs.markdown.MarkdownConverter
-
- GroupDocsMarkdownException - Exception in com.groupdocs.markdown
-
Represents a product-specific exception that is thrown during file processing.
- GroupDocsMarkdownException() - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
-
Creates exception without message.
- GroupDocsMarkdownException(String) - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
-
Creates exception with message.
- GroupDocsMarkdownException(String, Throwable) - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
-
Creates exception with message and cause.
- GroupDocsMarkdownException(Throwable) - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
-
Creates exception with cause.