DocType Enum

Summary

The document types to use for DocType.
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["DocType"] class Type type-node

Syntax

public enum DocType

Fields

Name Constant Value Summary
Article 0
Article
static
Book 1
Book
static
Inline 2
Inline
static
GitHub Discussion