To Class

Assembly
Cake.Pandoc.dll
Namespace
Cake.Pandoc.Enums
Base Types
graph BT Type-->Base0["EnumBaseType"] click Base0 "/api/Cake.Pandoc.Enums/EnumBaseType" Base0-->Base1["Object"] Type["To"] class Type type-node

Syntax

public class To : EnumBaseType

Fields

Name Constant Value Summary
AsciiDoc
(AsciiDoc) or asciidoctor (AsciiDoctor).
static
Beamer
(LaTeX beamer slide show).
static
Commonmark
CommonMark Markdown.
static
CommonmarkWithExtensions
CommonMark Markdown with extensions.
static
ConTeXt
(ConTeXt).
static
DocBook
DocBook.
static
DocBook5
(DocBook 5).
static
Docx
Word docx.
static
DokuWiki
DokuWiki markup.
static
DZSlides
(DZSlides HTML5 + JavaScript slide show),.
static
Epub
EPUB.
static
Epub2
(EPUB v2).
static
FictionBook2
FictionBook2 e-book.
static
GitHubFlavoredMarkdown
GitHub-Flavored Markdown), or the deprecated and less accurate markdown_github; use markdown_github only if you need extensions not supported in gfm.
static
Haddock
Haddock markup.
static
Html
HTML.
static
Html4
(XHTML 1.0 Transitional).
static
Icml
(InDesign ICML).
static
Jats
JATS XML.
static
JatsArchiving
(JATS XML, Archiving and Interchange Tag Set).
static
JatsArticleAuthoring
(JATS XML, Article Authoring Tag Set).
static
JatsPublishing
(JATS XML, Journal Publishing Tag Set).
static
Jira
Jira/Confluence wiki markup.
static
Json
JSON version of native AST.
static
JupyterNotebook
Jupyter notebook.
static
Latex
LaTeX.
static
Man
roff man.
static
Markdown
Pandoc’s Markdown.
static
MediaWiki
MediaWiki markup.
static
Ms
(roff ms).
static
MultiMarkdown
MultiMarkdown.
static
Muse
Muse.
static
Native
native Haskell.
static
Odt
ODT.
static
OpenDocument
(OpenDocument).
static
Opml
OPML.
static
Org
Emacs Org mode.
static
Pdf
(PDF).
static
PhpExtraMarkdown
PHP Markdown Extra.
static
Plain
(plain text),.
static
Pptx
(PowerPoint slide show).
static
ReStructuredText
reStructuredText.
static
Revealjs
(reveal.js HTML5 + JavaScript slide show).
static
Rtf
(Rich Text Format).
static
S5
(S5 HTML and JavaScript slide show).
static
Slideous
(Slideous HTML and JavaScript slide show).
static
Slidy
(Slidy HTML and JavaScript slide show).
static
StrictMarkdown
original unextended Markdown.
static
Tei
(TEI Simple).
static
Texinfo
(GNU Texinfo).
static
Textile
Textile.
static
XWiki
(XWiki markup).
static
ZimWiki
(ZimWiki markup).
static

Methods

Name Value Summary
ToString() string
Converts to string.
Inherited from EnumBaseType

Extension Methods

Name Value Summary
Dump<To>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<To>(To[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<To>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<To>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<To>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<To>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin