Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Method and Description |
---|---|
WmlTab |
WmlTab.setPosition(GfxSize inValue)
Specifies the position of the tab.
|
WmlTab |
WmlTab.setTabLeader(WmlTabLeader inValue)
Specifies the character used to fill in the space created by the tab.
|
WmlTab |
WmlTab.setTabStyle(WmlTabStyle inValue)
Specifies the style for the tab.
|
Modifier and Type | Method and Description |
---|---|
List<WmlTab> |
WmlParagraphProperties.getTabs()
Adds a tab stop definition.
|
Modifier and Type | Method and Description |
---|---|
WmlParagraphProperties |
WmlParagraphProperties.addTab(WmlTab inValue)
Adds a tab stop definition.
|
jataylor@hairyfatguy.com