Word.Interfaces.ThreeDimensionalFormatUpdateData interface
用于更新对象上 ThreeDimensionalFormat 的数据的接口,用于 threeDimensionalFormat.set({ ... }).
属性
| bevel |
指定底部棱台的深度。 |
| bevel |
指定底部棱台的插图大小。 |
| bevel |
指定一个 |
| bevel |
指定顶部棱台的深度。 |
| bevel |
指定顶部棱台的插图大小。 |
| bevel |
指定表示 |
| contour |
返回 |
| contour |
指定形状轮廓的宽度。 |
| depth | 指定形状压模的深度。 |
| extrusion |
返回 |
| extrusion |
指定延伸区域的颜色是否基于原图形的填充(延伸区域的正面),并随着图形填充的改变而自动改变,或者延伸区域的颜色是否与图形填充无关。 |
| field |
指定形状的透视量。 |
| is |
|
| is |
指定指定对象或应用于它的格式是否可见。 |
| light |
指定照明角度。 |
| preset |
指定表示 |
| preset |
指定光源相对于拉伸的位置。 |
| preset |
指定压模照明的强度。 |
| preset |
指定延伸表面的材料。 |
| project |
指定形状上的文本是否随形状旋转。
|
| rotationX | 指定压模形状绕 x 轴的旋转角度(以度为单位)。 |
| rotationY | 指定压模形状绕 y 轴的旋转角度(以度为单位)。 |
| rotationZ | 指定相机的 z 轴旋转。 |
| z | 指定形状在 z 轴上的位置。 |
属性详细信息
bevelBottomDepth
bevelBottomInset
bevelBottomType
指定一个 BevelType 值,该值表示下斜面的棱台类型。
bevelBottomType?: Word.BevelType | "mixed" | "none" | "relaxedInset" | "circle" | "slope" | "cross" | "angle" | "softRound" | "convex" | "coolSlant" | "divot" | "riblet" | "hardEdge" | "artDeco";
属性值
Word.BevelType | "mixed" | "none" | "relaxedInset" | "circle" | "slope" | "cross" | "angle" | "softRound" | "convex" | "coolSlant" | "divot" | "riblet" | "hardEdge" | "artDeco"
注解
bevelTopDepth
bevelTopInset
bevelTopType
指定表示 BevelType 顶部棱台类型的值。
bevelTopType?: Word.BevelType | "mixed" | "none" | "relaxedInset" | "circle" | "slope" | "cross" | "angle" | "softRound" | "convex" | "coolSlant" | "divot" | "riblet" | "hardEdge" | "artDeco";
属性值
Word.BevelType | "mixed" | "none" | "relaxedInset" | "circle" | "slope" | "cross" | "angle" | "softRound" | "convex" | "coolSlant" | "divot" | "riblet" | "hardEdge" | "artDeco"
注解
contourColor
返回 ColorFormat 表示形状轮廓颜色的对象。
contourColor?: Word.Interfaces.ColorFormatUpdateData;
属性值
注解
contourWidth
depth
extrusionColor
返回 ColorFormat 表示形状压模颜色的对象。
extrusionColor?: Word.Interfaces.ColorFormatUpdateData;
属性值
注解
extrusionColorType
指定延伸区域的颜色是否基于原图形的填充(延伸区域的正面),并随着图形填充的改变而自动改变,或者延伸区域的颜色是否与图形填充无关。
extrusionColorType?: Word.ExtrusionColorType | "mixed" | "automatic" | "custom";
属性值
Word.ExtrusionColorType | "mixed" | "automatic" | "custom"
注解
fieldOfView
isPerspective
true指定延伸是否以透视方式显示 - 即,如果延伸的壁向消失点变窄,false如果延伸是平行或正交投影,即墙是否不向消失点变窄。
isPerspective?: boolean;
属性值
boolean
注解
isVisible
lightAngle
presetLighting
指定表示 LightRigType 照明预设的值。
presetLighting?: Word.LightRigType | "Mixed" | "LegacyFlat1" | "LegacyFlat2" | "LegacyFlat3" | "LegacyFlat4" | "LegacyNormal1" | "LegacyNormal2" | "LegacyNormal3" | "LegacyNormal4" | "LegacyHarsh1" | "LegacyHarsh2" | "LegacyHarsh3" | "LegacyHarsh4" | "ThreePoint" | "Balanced" | "Soft" | "Harsh" | "Flood" | "Contrasting" | "Morning" | "Sunrise" | "Sunset" | "Chilly" | "Freezing" | "Flat" | "TwoPoint" | "Glow" | "BrightRoom";
属性值
Word.LightRigType | "Mixed" | "LegacyFlat1" | "LegacyFlat2" | "LegacyFlat3" | "LegacyFlat4" | "LegacyNormal1" | "LegacyNormal2" | "LegacyNormal3" | "LegacyNormal4" | "LegacyHarsh1" | "LegacyHarsh2" | "LegacyHarsh3" | "LegacyHarsh4" | "ThreePoint" | "Balanced" | "Soft" | "Harsh" | "Flood" | "Contrasting" | "Morning" | "Sunrise" | "Sunset" | "Chilly" | "Freezing" | "Flat" | "TwoPoint" | "Glow" | "BrightRoom"
注解
presetLightingDirection
指定光源相对于拉伸的位置。
presetLightingDirection?: Word.PresetLightingDirection | "Mixed" | "TopLeft" | "Top" | "TopRight" | "Left" | "None" | "Right" | "BottomLeft" | "Bottom" | "BottomRight";
属性值
Word.PresetLightingDirection | "Mixed" | "TopLeft" | "Top" | "TopRight" | "Left" | "None" | "Right" | "BottomLeft" | "Bottom" | "BottomRight"
注解
presetLightingSoftness
指定压模照明的强度。
presetLightingSoftness?: Word.PresetLightingSoftness | "Mixed" | "Dim" | "Normal" | "Bright";
属性值
Word.PresetLightingSoftness | "Mixed" | "Dim" | "Normal" | "Bright"
注解
presetMaterial
指定延伸表面的材料。
presetMaterial?: Word.PresetMaterial | "Mixed" | "Matte" | "Plastic" | "Metal" | "WireFrame" | "Matte2" | "Plastic2" | "Metal2" | "WarmMatte" | "TranslucentPowder" | "Powder" | "DarkEdge" | "SoftEdge" | "Clear" | "Flat" | "SoftMetal";
属性值
Word.PresetMaterial | "Mixed" | "Matte" | "Plastic" | "Metal" | "WireFrame" | "Matte2" | "Plastic2" | "Metal2" | "WarmMatte" | "TranslucentPowder" | "Powder" | "DarkEdge" | "SoftEdge" | "Clear" | "Flat" | "SoftMetal"