Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml | |
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Method and Description |
---|---|
WmlTextBorder |
WmlTextRunProperties.getBorder() |
WmlTextBorder |
WmlTextRunProperties.getBorder(CSSDeclaration inCSSDeclaration) |
Modifier and Type | Method and Description |
---|---|
WmlTextBorder |
WmlTextBorder.setAutoColor(boolean inValue) |
WmlTextBorder |
WmlTextBorder.setColor(Color inValue) |
WmlTextBorder |
WmlTextBorder.setShadow(boolean inValue) |
WmlTextBorder |
WmlTextBorder.setSize(GfxSize inValue)
Specifies the width of the border in eighths of a point, with a minimum value
of 1/4 of a point and a maximum value of twelve points.
|
WmlTextBorder |
WmlTextBorder.setSpace(GfxSize inValue)
The padding between the text and the border.
|
WmlTextBorder |
WmlTextBorder.setStyle(WmlLineBorderStyle inValue) |
jataylor@hairyfatguy.com