Word.PresetLightingDirection enum

指定延伸(三维)形状上的光源相对于该形状的位置。

注解

[ API 集:WordApiDesktop 1.3 ]

字段

bottom = "Bottom"

表示底部的照明。

bottomLeft = "BottomLeft"

表示左下角的照明。

bottomRight = "BottomRight"

表示右下角的照明。

left = "Left"

表示左侧的照明。

mixed = "Mixed"

表示混合照明方向。

none = "None"

表示无照明。

right = "Right"

表示右侧的照明。

top = "Top"

表示顶部的照明。

topLeft = "TopLeft"

表示左上角的照明。

topRight = "TopRight"

表示右上角的照明。