TextIndent
-
Cmn
class TextIndent
Specify the indentation of a paragraph.
Summary
Public companion properties |
||
|---|---|---|
TextIndent |
Constant fot no text indent. |
Cmn
|
Public constructors |
|
|---|---|
TextIndent(firstLine: TextUnit, restLine: TextUnit) |
Cmn
|
Public functions |
||
|---|---|---|
TextIndent |
Cmn
|
|
open operator Boolean |
Cmn
|
|
open Int |
hashCode() |
Cmn
|
open String |
toString() |
Cmn
|
Public properties |
||
|---|---|---|
TextUnit |
the amount of indentation applied to the first line. |
Cmn
|
TextUnit |
the amount of indentation applied to every line except the first line. |
Cmn
|