| synopsis || functions |

kdu_message_formatter

Java: Kdu_message_formatter

Derives from kdu_message

[Declared in "../coresys/common/kdu_messaging.h"]


Synopsis

Derived kdu_message object which formats the text it receives into lines of a given maximum length (as supplied to the constructor) and passes the lines to a separate kdu_message-derived object. Every attempt is made to avoid breaking words (space-delimited tokens) across lines. Tab characters are converted to a single space, unless they appear immediately after the last new-line (or immediately after the object is created). In the latter case, each tab increments indentation for the paragraph (currently by 4 spaces). Indentation state is cancelled at the next new-line character.


Public Functions

kdu_message_formatter {Java: Kdu_message_formatter}

~kdu_message_formatter [virtual] {Java: Native_destroy}

set_master_indent {Java: Set_master_indent}

put_text [virtual] {Java: Put_text}

flush [virtual] {Java: Flush}

start_message [virtual] {Java: Start_message}


| top || synopsis || functions |