| Modifier and Type | Method and Description |
|---|---|
static RtfTextPara.TabLead |
RtfTextPara.TabLead.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtfTextPara.TabLead[] |
RtfTextPara.TabLead.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,
RtfTextPara.TabLead tabLead,
double tabPostion,
RtfUnit unit)
Defines a tab with an additional tab lead.
|
Copyright © 2010–2015 Tutego. All rights reserved.