indent property

int indent
final

How many steps of indentation the paragraph has.

  • 0 means the paragraph is not indented.
  • 1 means the paragraph is indented one unit of indentation.
  • 2 means the paragraph is indented two units of indentation.

...and so forth.

In addition, the special value centeredIndent can be used to indicate that rather than being indented, the paragraph is centered.

Implementation

final int indent;