-
Notifications
You must be signed in to change notification settings - Fork 6
CommentParagraph
FoolRunning edited this page Jul 26, 2022
·
5 revisions
Object representing a paragraph in a comment
IReadOnlyList<FormattedString> Spans
List of formatted text spans that make up the paragraph
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(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 |
override string ToString()
Gets the text of the spans
This page is auto-generated. User edits will be lost when regenerated.