MdLoadOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.LoadOptions com.aspose.pdf.MdLoadOptions, com.aspose.pdf.LoadOptions, com.aspose.pdf.MdLoadOptions
public class MdLoadOptions extends LoadOptions
Load options for Markdown format conversion.
Constructors
| Constructor | Description |
|---|---|
| MdLoadOptions | Creates load options for converting markdown into pdf document. |
Methods
| Method | Description |
|---|---|
| getPageInfo | Gets or sets document page info |
| isPriorityCssPageRule | Gets or sets the flag that specifies that @page rules defined in css will override values defined in PageInfo. |
| setPageInfo | Gets or sets document page info |
| setPriorityCssPageRule | Gets or sets the flag that specifies that @page rules defined in css will override values defined in PageInfo. |
MdLoadOptions
public MdLoadOptions()
Creates load options for converting markdown into pdf document.
getPageInfo
public final PageInfo getPageInfo()
Gets or sets document page info
Returns: PageInfo instance
isPriorityCssPageRule
public final boolean isPriorityCssPageRule()
Gets or sets the flag that specifies that @page rules defined in css will override values defined in PageInfo.
Returns: boolean value
setPageInfo
Gets or sets document page info
setPriorityCssPageRule
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean value |