TextChunk
The TextChunk object allows for manipulating and removing chunks of text content. This object is especially useful when generating result pages.
Constructors
|
Constructor
|
Initializes a new instance of the TextChunk class.
Arguments:
(void)
(Source, Start, End)
|
Methods
|
Begin
|
Begins a chunk.
|
|
End
|
Terminates a chunk iteration by appending the Current property to the All property.
|
|
Replace
|
Replaces the This arguments contents with in the Current property with the contents of the WithThis argument
|
|
ToString
|
Returns the contents of the All property.
|
Properties
|
All
|
Stores all the appended contents of each chunk iteration. |
|
Blank
|
Stores the blank chunk contents. |
|
Current
|
Stores the current chunk contents. |
|