Constant Value | Description | Numeric Equivalent |
---|---|---|
AP_NONE | Object not anchored | 0 |
AP_TOPLEFT | Anchors object to top left corner of cell | 9 |
AP_TOPCENTER | Anchors object to top center of cell | 10 |
AP_TOPRIGHT | Anchors object to top right corner of cell | 12 |
AP_CENTERLEFT | Anchors object to left center of cell | 17 |
AP_CENTER | Anchors object in the center of cell | 18 |
AP_CENTERRIGHT | Anchors object to right center of cell | 20 |
AP_BOTTOMLEFT | Anchors object to bottom left corner of cell | 33 |
AP_BOTTOMCENTER | Anchors object to bottom center of cell | 34 |
AP_BOTTOMRIGHT | Anchors object to bottom right corner of cell | 36 |