- getConsumptionCredit() - Static method in class com.groupdocs.markdown.Metered
-
Gets the consumption credit.
- getConsumptionQuantity() - Static method in class com.groupdocs.markdown.Metered
-
Gets the consumption file size.
- getContent() - Method in class com.groupdocs.markdown.DocumentConverterResult
-
Gets the converted Markdown content.
- getCustomHandler() - Method in class com.groupdocs.markdown.CustomImagesStrategy
-
- getErrorMessage() - Method in class com.groupdocs.markdown.DocumentConverterResult
-
Gets the error message if the conversion failed.
- getException() - Method in class com.groupdocs.markdown.DocumentConverterResult
-
Gets the exception that occurred during conversion, if any.
- getExtension() - Method in class com.groupdocs.markdown.LoadOptions
-
Gets the file extension of the stream.
- getFileFormat() - Method in class com.groupdocs.markdown.LoadOptions
-
Gets the exact type of the file that is to be loaded.
- getImageExportStrategy() - Method in class com.groupdocs.markdown.DocumentConverterOptions
-
Gets the current image export strategy.
- getImageFileName() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the file name (without path) where the image will be saved to.
- getImageFileName() - Method in class com.groupdocs.markdown.ImageExportContext
-
Gets the image file name.
- getImageFileNameOutput() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the override file name (without path) where the image will be saved to.
- getImagesFolder() - Method in class com.groupdocs.markdown.CustomImagesStrategy
-
Gets the folder where images will be exported.
- getImagesFolder() - Method in class com.groupdocs.markdown.ExportImagesAsBase64Strategy
-
Gets an empty string as this strategy does not use an images folder.
- getImagesFolder() - Method in class com.groupdocs.markdown.ExportImagesToFileSystemStrategy
-
Gets the folder where images will be exported.
- getImagesFolder() - Method in interface com.groupdocs.markdown.IImageExportStrategy
-
Gets the folder where exported images will be stored.
- getImagesFolder() - Method in class com.groupdocs.markdown.SkipImagesStrategy
-
Gets an empty string as this strategy does not use an images folder.
- getImageStream(ImageExportContext) - Method in class com.groupdocs.markdown.CustomImagesStrategy
-
Gets an output 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
-
Gets a stream for writing the exported image.
- getImageStream(ImageExportContext) - Method in class com.groupdocs.markdown.SkipImagesStrategy
-
Returns null to indicate that the image should be skipped.
- getMarkdownImagesFolder() - Method in class com.groupdocs.markdown.ExportImagesToFileSystemStrategy
-
Gets the image path for the Markdown file
- getMeteredCounter() - Method in class com.groupdocs.markdown.MarkdownConverter
-
Expose meteredCounter for tests or callers (if needed).
- getMimeType() - Method in class com.groupdocs.markdown.LoadOptions
-
Gets the MIME type of the stream.
- getOutputDirectory() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the output directory.
- getOutputStream() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the output stream.
- getPageNumbers() - Method in class com.groupdocs.markdown.DocumentConverterOptions
-
Gets the array of page or worksheet numbers to convert.
- getPassword() - Method in class com.groupdocs.markdown.LoadOptions
-
Gets the password for opening an encrypted document.
- getShapeType() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Gets the shape type.
- 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
-
Initializes a new instance of the GroupDocsMarkdownException class.
- GroupDocsMarkdownException(String) - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
-
Initializes a new instance of the GroupDocsMarkdownException class.
- GroupDocsMarkdownException(String, Throwable) - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
-
Initializes a new instance of the GroupDocsMarkdownException class.
- GroupDocsMarkdownException(Throwable) - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
-
Initializes a new instance of the GroupDocsMarkdownException class.
- set(String) - Static method in class com.groupdocs.markdown.License
-
Sets the license from a file path (static version).
- set(InputStream) - Static method in class com.groupdocs.markdown.License
-
Sets the license from a stream (static version).
- setExtension(String) - Method in class com.groupdocs.markdown.LoadOptions
-
Sets the file extension of the stream.
- setFileFormat(FileFormat) - Method in class com.groupdocs.markdown.LoadOptions
-
Sets the exact type of the file that is to be loaded.
- setImageExportStrategy(IImageExportStrategy) - Method in class com.groupdocs.markdown.DocumentConverterOptions
-
Sets the image export strategy.
- setImageFileName(String) - Method in class com.groupdocs.markdown.ImageExportContext
-
Sets the image file name.
- setLicense(String) - Method in class com.groupdocs.markdown.License
-
Sets the license from a file path.
- setLicense(InputStream) - Method in class com.groupdocs.markdown.License
-
Sets the license from a stream.
- setMeteredKey(String, String) - Method in class com.groupdocs.markdown.Metered
-
Sets the metered public and private keys.
- setMimeType(String) - Method in class com.groupdocs.markdown.LoadOptions
-
Sets the MIME type of the stream.
- setOutputImageFileName(String) - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Sets the file name (without path) where the image will be saved to.
- setOutputStream(OutputStream) - Method in class com.groupdocs.markdown.CustomImageSavingArgs
-
Sets the output stream.
- setPageNumbers(List<Integer>) - Method in class com.groupdocs.markdown.DocumentConverterOptions
-
Sets the array of page or worksheet numbers to convert.
- setPassword(String) - Method in class com.groupdocs.markdown.LoadOptions
-
Sets the password for opening an encrypted document.
- SkipImagesStrategy - Class in com.groupdocs.markdown
-
Implements an image export strategy that skips saving images during document conversion.
- SkipImagesStrategy() - Constructor for class com.groupdocs.markdown.SkipImagesStrategy
-
- success() - Static method in class com.groupdocs.markdown.DocumentConverterResult
-
Creates a successful conversion result without Markdown content.
- success(String) - Static method in class com.groupdocs.markdown.DocumentConverterResult
-
Creates a successful conversion result with Markdown content.