BuiltinBackend Enum

Summary

The builtin backends. Use WithBuiltinBackend(AsciiDoctorJRunnerSettings, BuiltinBackend) to use these values to modify Backend.
Namespace
Cake.AsciiDoctorJ
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["BuiltinBackend"] class Type type-node

Syntax

public enum BuiltinBackend

Fields

Name Constant Value Summary
DocBook 4
docbook backend
static
DocBook5 5
docbook5 backend
static
Html 0
html backend
static
Html5 1
html5 backend
static
Manpage 6
manpage backend
static
Xhtml 2
xhtml backend
static
Xhtml5 3
xhtml5 backend
static
GitHub Discussion