Skip to content
FoolRunning edited this page Jul 26, 2022 · 11 revisions

Description

A token representing textual data. When occurring in a sequence of tokens, this text can be understood to pertain to the current paragraph (if any) and any open character style as indicated by the preceding opening - and not subsequently closed - marker(s).

NOTE: IUSFMMarkerToken

Properties

IsFigure

bool IsFigure

True if the token is part of a figure.


IsFootnoteOrCrossReference

bool IsFootnoteOrCrossReference

True if the token is part of a footnote or cross reference


IsMetadata

bool IsMetadata

Determines if the token is metadata (as opposed to publishable material)


IsPublishableVernacular

bool IsPublishableVernacular

Determines if the token is in publishable (not metadata) vernacular material


IsScripture

bool IsScripture

Determines if the token is in Scripture (includes chapter/verse numbers)


IsSpecial

bool IsSpecial

True if the token is part of a special indivisible group of tokens (link, category, or chapter/verse alternate/publishable)


Text

string Text

Text of the token.


VerseOffset

int VerseOffset

Character offset of start of token in verse


VerseRef

IVerseRef VerseRef

Current verse reference


This page is auto-generated. User edits will be lost when regenerated.

Clone this wiki locally