# WdShapePosition 枚举

指定所指定形状的相对位置。

| 名称                 | 值        | 说明      |
| ------------------ | -------- | ------- |
| **wdShapeBottom**  | \-999997 | 底部。     |
| **wdShapeCenter**  | \-999995 | 中央。     |
| **wdShapeInside**  | \-999994 | 所选区域内部。 |
| **wdShapeLeft**    | \-999998 | 左侧。     |
| **wdShapeOutside** | \-999993 | 所选区域外部。 |
| **wdShapeRight**   | \-999996 | 右侧。     |
| **wdShapeTop**     | \-999999 | 顶部。     |
