ContentfulTextMarksListX extension

Extension methods for ContentfulTextMark. Text marks are used to style text nodes. And they are retunrned inside the item of nodeType text.

on

Properties

hasBold bool

Available on List<ContentfulTextMark>, provided by the ContentfulTextMarksListX extension

Returns true if this ContentfulTextMark is bold.
no setter
hasItalic bool

Available on List<ContentfulTextMark>, provided by the ContentfulTextMarksListX extension

Returns true if this ContentfulTextMark is italic.
no setter
hasUnderline bool

Available on List<ContentfulTextMark>, provided by the ContentfulTextMarksListX extension

Returns true if this ContentfulTextMark is underline.
no setter