Inherits from GBParagraphItem : NSObject
Declared in GBParagraphTextItem.h
GBParagraphTextItem.m

Overview

Handles normal or formatted text for a GBCommentParagraph.

Use stringValue to get the text value of the item.

Tasks

  • – isTextItem Returns YES if this item is text. This is only used to simplify output generation!

Instance Methods

isTextItem

Returns YES if this item is text. This is only used to simplify output generation!

- (BOOL)isTextItem

Declared In

GBParagraphItem.h@60 -> GBParagraphTextItem.m