Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Field and Description |
---|---|
static WmlTabStyle |
WmlTabStyle.BAR
A bar tab does not result in a tab stop in the parent paragraph but instead a vertical bar is drawn at the location.
|
static WmlTabStyle |
WmlTabStyle.CENTER
All text folowing and preceding the next tab shall be centered around the tab.
|
static WmlTabStyle |
WmlTabStyle.CLEAR
The current tab stop is cleared and shall be removed.
|
static WmlTabStyle |
WmlTabStyle.DECIMAL
All following text is aligned around the first decimal character in the following text.
|
static WmlTabStyle |
WmlTabStyle.END
All following and preceding text is aligned against the trailing edge.
|
static WmlTabStyle |
WmlTabStyle.START
All following and preceding text is aligned against the leading edge.
|
Modifier and Type | Method and Description |
---|---|
WmlTabStyle |
WmlTab.getTabStyle() |
static WmlTabStyle |
WmlTabStyle.valueOf(String inString) |
Modifier and Type | Method and Description |
---|---|
static Collection<WmlTabStyle> |
WmlTabStyle.values() |
Modifier and Type | Method and Description |
---|---|
WmlTab |
WmlTab.setTabStyle(WmlTabStyle inValue)
Specifies the style for the tab.
|
jataylor@hairyfatguy.com