| synopsis || arguments || prev || next |

kdu_message_formatter::set_master_indent

Java: Kdu_message_formatter::Set_master_indent

void set_master_indent( int val)

Java: void Set_master_indent( int val)

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

Go to class description.


Synopsis

This function alters the amount by which every line will be indented from this point forward, in addition to any paragraph-specific indents inserted by sending tab ( \t) characters to the put_text function.

You should try to avoid calling this function except at the beginning of a paragraph (i.e., immediately after a new-line character, a call to flush, or object construction). If you call the function in the middle of a paragraph, the flush function will be invoked first.


Arguments

val [int]

Minimal indent (number of spaces) at the beginning of each formatted line of text. Additional indentation may be introduced by tab characters in text supplied to the base streambuf object.


| top || synopsis || arguments || prev || next |