Microsoft SDK for Java

RichEdit.getBulletIndent

Retrieves the indention used in the RichEdit control when the bullet style is applied to the text.

Syntax

public int getBulletIndent()

Return Value

Returns, in pixels, the amount of indention.

Remarks

To apply the bullet style to text, use setSelBullet and then use the setBulletIndent method to specify how many pixels the text should be indented.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.