IBlockNode

Description

interface Tinman.Core.Document.IBlockNode

Derived from

IDocumentNode

Extended by

ListNode sealed
ParagraphNode sealed
SeparatorNode sealed
TextBlockNode sealed

Base interface for block nodes in a text document.

Public / Methods

Is​Paragraph


public method IsParagraph → (1)

style opt : ParagraphStyle = ParagraphStyle.Paragraph

The paragraph style.

returns → bool

true if this is a ParagraphNode with the given style opt,
false if not.

Is this block node a paragraph of the given style?