Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Class and Description |
---|---|
class |
WmlLineBorder
Represents an Office Open XML border tag that is restricted to line styles.
|
Modifier and Type | Method and Description |
---|---|
WmlBorder |
WmlBorder.setAutoColor() |
WmlBorder |
WmlBorder.setColor(Color inValue) |
WmlBorder |
WmlBorder.setFrame(boolean inValue)
Whether or not to create a frame effect for the border.
|
WmlBorder |
WmlBorder.setShadow(boolean inValue)
Whether or not to add a shadow to the border.
|
WmlBorder |
WmlBorder.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.
|
WmlBorder |
WmlBorder.setSpace(GfxSize inValue)
The padding (in points) between the text and the border.
|
WmlBorder |
WmlLineBorder.setValue(WmlLineBorderStyle inValue) |
jataylor@hairyfatguy.com