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

Description

Object representing a paragraph in a comment

Properties

Spans

IReadOnlyList<FormattedString> Spans

List of formatted text spans that make up the paragraph


Methods

CommentParagraph

CommentParagraph(IEnumerable< FormattedString > spans)

Creates a new comment paragraph with the given spans

Parameter Description
spans The spans that comprise the paragraph
Exception Condition
ParatextPluginException spans is null

CommentParagraph

CommentParagraph(params FormattedString[] spans)

Creates a new comment paragraph with the given spans

Parameter Description
spans The spans that comprise the paragraph
Exception Condition
ParatextPluginException spans is null

ToString

override string ToString()

Gets the text of the spans


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

Clone this wiki locally