Word.PresetExtrusionDirection enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the direction that the extrusion's sweep path takes away from the extruded shape (the front face of the extrusion).
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
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. |