Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Field and Description |
---|---|
static WmlTabLeader |
WmlTabLeader.DOT
A dot.
|
static WmlTabLeader |
WmlTabLeader.HEAVY
A heavy solid line or underscore.
|
static WmlTabLeader |
WmlTabLeader.HYPHEN
A hyphen or dash.
|
static WmlTabLeader |
WmlTabLeader.MIDDLE_DOT
A centered dot.
|
static WmlTabLeader |
WmlTabLeader.NONE
No leader character.
|
static WmlTabLeader |
WmlTabLeader.UNDERSCORE
An underscore.
|
Modifier and Type | Method and Description |
---|---|
WmlTabLeader |
WmlTab.getTabLeader() |
static WmlTabLeader |
WmlTabLeader.valueOf(String inString) |
Modifier and Type | Method and Description |
---|---|
static Collection<WmlTabLeader> |
WmlTabLeader.values() |
Modifier and Type | Method and Description |
---|---|
WmlTab |
WmlTab.setTabLeader(WmlTabLeader inValue)
Specifies the character used to fill in the space created by the tab.
|
jataylor@hairyfatguy.com