Word.PresetLightingDirection 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 location of lighting on an extruded (three-dimensional) shape relative to the shape.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
bottom = "Bottom" | Represents lighting from the bottom. |
bottomLeft = "BottomLeft" | Represents lighting from the bottom-left. |
bottomRight = "BottomRight" | Represents lighting from the bottom-right. |
left = "Left" | Represents lighting from the left. |
mixed = "Mixed" | Represents a mixed lighting direction. |
none = "None" | Represents no lighting. |
right = "Right" | Represents lighting from the right. |
top = "Top" | Represents lighting from the top. |
topLeft = "TopLeft" | Represents lighting from the top-left. |
topRight = "TopRight" | Represents lighting from the top-right. |