public class MdLoadOptions extends LoadOptions
Load options for Markdown format conversion.
LoadOptions.MarginsAreaUsageModes, LoadOptions.PageSizeAdjustmentModes, LoadOptions.ResourceLoadingResult, LoadOptions.ResourceLoadingStrategy
Constructor and Description |
---|
MdLoadOptions()
Creates load options for converting markdown into pdf document.
|
Modifier and Type | Method and Description |
---|---|
PageInfo |
getPageInfo()
Gets or sets document page info
|
boolean |
isPriorityCssPageRule()
Gets or sets the flag that specifies that @page rules defined in css will override values defined in PageInfo.
|
void |
setPageInfo(PageInfo value)
Gets or sets document page info
|
void |
setPriorityCssPageRule(boolean value)
Gets or sets the flag that specifies that @page rules defined in css will override values defined in PageInfo.
|
getLoadFormat, getWarningHandler, isDisableFontLicenseVerifications, setDisableFontLicenseVerifications, setWarningHandler
public MdLoadOptions()
Creates load options for converting markdown into pdf document.
public final PageInfo getPageInfo()
Gets or sets document page info
public final void setPageInfo(PageInfo value)
Gets or sets document page info
value
- PageInfo instancepublic final boolean isPriorityCssPageRule()
Gets or sets the flag that specifies that @page rules defined in css will override values defined in PageInfo.
public final void setPriorityCssPageRule(boolean value)
Gets or sets the flag that specifies that @page rules defined in css will override values defined in PageInfo.
value
- boolean valueCopyright © 2024 Aspose. All Rights Reserved.