Word.PresetExtrusionDirection enum
Specifies the direction that the extrusion's sweep path takes away from the extruded shape (the front face of the extrusion).
Remarks
[ API set: WordApiDesktop 1.3 ]
Fields
| bottom = "Bottom" | Represents an extrusion direction to the bottom. |
| bottomLeft = "BottomLeft" | Represents an extrusion direction to the bottom-left. |
| bottomRight = "BottomRight" | Represents an extrusion direction to the bottom-right. |
| left = "Left" | Represents an extrusion direction to the left. |
| mixed = "Mixed" | Represents a mixed extrusion direction. |
| none = "None" | Represents no extrusion direction. |
| right = "Right" | Represents an extrusion direction to the right. |
| top = "Top" | Represents an extrusion direction to the top. |
| topLeft = "TopLeft" | Represents an extrusion direction to the top-left. |
| topRight = "TopRight" | Represents an extrusion direction to the top-right. |