Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.drawingml | |
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Method and Description |
---|---|
DmlGraphicFrameLocks |
DmlGraphicFrameLocks.setDisallowAspectRatioChange(boolean inValue)
Specifies whether or not to disallow aspect ratio change.
|
DmlGraphicFrameLocks |
DmlGraphicFrameLocks.setDisallowChildShapeSelection(boolean inValue)
Specifies whether or not to disallow selection of child shapes.
|
DmlGraphicFrameLocks |
DmlGraphicFrameLocks.setDisallowShapeGrouping(boolean inValue)
Specifies whether or not to disallow shape grouping.
|
DmlGraphicFrameLocks |
DmlGraphicFrameLocks.setDisallowShapeMovement(boolean inValue)
Specifies whether or not to disallow movement of shapes.
|
DmlGraphicFrameLocks |
DmlGraphicFrameLocks.setDisallowShapeResize(boolean inValue)
Specifies whether or not to disallow resizing of shapes.
|
DmlGraphicFrameLocks |
DmlGraphicFrameLocks.setDisallowShapeSelection(boolean inValue)
Specifies whether or not to disallow selection of shapes.
|
Modifier and Type | Method and Description |
---|---|
DmlGraphicFrameLocks |
WmlCommonDrawingMLNonVisualProperties.getGraphicFrameLocks()
Returns the pic tag if one exists or else instantiates a new one.
|
jataylor@hairyfatguy.com