Method BeginLeftIndent
BeginLeftIndent(int, int)
Begins applying a left indent and sub-indent in tenths of a millimeter.
bool BeginLeftIndent(int leftIndent, int leftSubIndent = 0)
Parameters
leftIndentintThe distance between the margin and the bullet.
leftSubIndentintThe distance between the left edge of the bullet and the left edge of the actual paragraph.
Returns
Remarks
The sub-indent is an offset from the left edge of the paragraph, and is used for all but the first line in a paragraph. A positive value will cause the first line to appear to the left of the subsequent lines, and a negative value will cause the first line to be indented to the right of the subsequent lines. Control uses indentation to render a bulleted item. The content of the paragraph, including the first line, starts at the leftIndent plus the leftSubIndent.