MdLoadOptions

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

ConstructorDescription
MdLoadOptionsCreates load options for converting markdown into pdf document.

Methods

MethodDescription
getPageInfoGets or sets document page info
isPriorityCssPageRuleGets or sets the flag that specifies that @page rules defined in css will override values defined in PageInfo.
setPageInfoGets or sets document page info
setPriorityCssPageRuleGets 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:

ParameterTypeDescription
valueboolean value