AsciiDoctorJRunnerSettings.

DocType Property

Summary

Gets or sets a value indicating the document type to use when rendering output: [article, book, inline].

Default: article.

corresponds to: -d, --doctype.

Syntax

public Nullable<DocType> DocType { get; set; }

Value

Type Description
Nullable<DocType>