
RTF::Reader::Context

A place in an RTF document

Creates a new context. If you call this on an object, it'll create a child of that object.
Pass it a true or false value, depending what you want to do. If it's off, then text will get passed straight up to RTF::Reader::add_to_text. If it's on, it won't, and we have to wait until it's flushed to play with it.
Accessor ... set or get the current number of characters included in the ANSI representation of a Unicode character...
Adds to the text buffer
Returns and clears the text buffer
Create a child context
Calls all of the context's 'on_destroy' routines, and then returns its parent.
Returns an object's parent
Returns an object's parent
Holds a context string, which is free-form. This is just an accessor.
Adds a method call to the ones process when the context is destroyed...
Adds a method call to the ones process when the context is destroyed, only this is inherited in child contexts.