GBCommentParagraph Class Reference
Inherits from | NSObject |
Declared in | GBCommentParagraph.h GBCommentParagraph.m |
Overview
Describes a paragraph for a GBComment
.
A paragraph is simply an array of items. It can contain the following objects: GBParagraphTextItem
, GBParagraphDecoratorItem
, GBParagraphLinkItem
, GBParagraphListItem
, GBParagraphSpecialItem
.
Tasks
Initialization & disposal
-
+ paragraph
Returns autoreleased paragraph instance.
Paragraph values
-
– registerItem:
Registers the given paragraph item by adding it to the end ofitems
list. -
paragraphItems
The list of all paragraph items in the order of registration. property
Input values
-
stringValue
Paragraph's raw string value as declared in source code. property