Document.section

Gets a section associated with this document by its title (ANSI is stripped).

class Document
const @safe
const(Section)
section
(
string title
)

Parameters

title string

Title of the section.

Return Value

Type: const(Section)

Null if no matching section is found, otherwise the matching section.