All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftron::PDF::MarkdownToPDFOptions Class Reference

#include <MarkdownToPDFOptions.h>

+ Inheritance diagram for pdftron::PDF::MarkdownToPDFOptions:

Public Member Functions

 MarkdownToPDFOptions ()
 
 ~MarkdownToPDFOptions ()
 
UString GetFontFace ()
 
MarkdownToPDFOptionsSetFontFace (const UString &value)
 

Detailed Description

Definition at line 6 of file MarkdownToPDFOptions.h.

Constructor & Destructor Documentation

pdftron::PDF::MarkdownToPDFOptions::MarkdownToPDFOptions ( )
pdftron::PDF::MarkdownToPDFOptions::~MarkdownToPDFOptions ( )

Member Function Documentation

UString pdftron::PDF::MarkdownToPDFOptions::GetFontFace ( )

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

Returns
a UString, the current value for FontFace.
MarkdownToPDFOptions& pdftron::PDF::MarkdownToPDFOptions::SetFontFace ( const UString value)

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

Parameters
value,:the new value for FontFace
Returns
this object, for call chaining

The documentation for this class was generated from the following file: