Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Method and Description |
---|---|
WmlEffectExtent |
WmlEffectExtent.setBottom(GfxSize inValue)
Specifies the additional extent to add to the bottom of the drawing.
|
WmlEffectExtent |
WmlEffectExtent.setLeft(GfxSize inValue)
Specifies the additional extent to add to the left of the drawing.
|
WmlEffectExtent |
WmlEffectExtent.setRight(GfxSize inValue)
Specifies the additional extent to add to the right of the drawing.
|
WmlEffectExtent |
WmlEffectExtent.setTop(GfxSize inValue)
Specifies the additional extent to add to the top of the drawing.
|
jataylor@hairyfatguy.com