Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Method and Description |
---|---|
WmlInline |
WmlDrawing.getInline()
Returns the inline tag if one exists or else instantiates a new one.
|
WmlInline |
WmlInline.setHeight(GfxSize inValue)
Specifies the height of the drawing.
|
WmlInline |
WmlInline.setMarginBottom(GfxSize inValue)
Specifies the top margin for the drawing.
|
WmlInline |
WmlInline.setMarginLeft(GfxSize inValue)
Specifies the left margin for the drawing.
|
WmlInline |
WmlInline.setMarginRight(GfxSize inValue)
Specifies the right margin for the drawing.
|
WmlInline |
WmlInline.setMarginTop(GfxSize inValue)
Specifies the top margin for the drawing.
|
WmlInline |
WmlInline.setWidth(GfxSize inValue)
Specifies the width of the drawing.
|
jataylor@hairyfatguy.com