| Modifier and Type | Method and Description |
|---|---|
static RtfTextPara.TabKind |
RtfTextPara.TabKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtfTextPara.TabKind[] |
RtfTextPara.TabKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RtfTextPara |
RtfTextPara.tab(RtfTextPara.TabKind tabKind,
double tabPostion,
RtfUnit unit)
Defines a tab.
|
RtfTextPara |
RtfTextPara.tab(RtfTextPara.TabKind tabKind,
RtfTextPara.TabLead tabLead,
double tabPostion,
RtfUnit unit)
Defines a tab with an additional tab lead.
|
Copyright © 2010–2015 Tutego. All rights reserved.