public class

MarkdownToPDFOptions

extends ConversionOptions
java.lang.Object
   ↳ com.pdftron.pdf.OptionsBase
     ↳ com.pdftron.pdf.ConversionOptions
       ↳ com.pdftron.pdf.MarkdownToPDFOptions

Summary

Public Constructors
MarkdownToPDFOptions()
Constructor.
Public Methods
String getFontFace()
Gets the value of FontFace from the options object Override font face used in converted output.
MarkdownToPDFOptions setFontFace(String value)
Sets the value for FontFace in the options object Override font face used in converted output.
[Expand]
Inherited Methods
From class com.pdftron.pdf.ConversionOptions
From class java.lang.Object

Public Constructors

public MarkdownToPDFOptions ()

Constructor.

Public Methods

public String getFontFace ()

Gets the value of FontFace from the options object Override font face used in converted output.

Returns
  • a String, the current value for FontFace.

public MarkdownToPDFOptions setFontFace (String value)

Sets the value for FontFace in the options object Override font face used in converted output.

Returns
  • this object, for call chaining