Edit

Share via


Word.Interfaces.ThreeDimensionalFormatLoadOptions interface

Represents a shape's three-dimensional formatting.

Remarks

[ API set: WordApiDesktop 1.3 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

bevelBottomDepth

Specifies the depth of the bottom bevel.

bevelBottomInset

Specifies the inset size for the bottom bevel.

bevelBottomType

Specifies a BevelType value that represents the bevel type for the bottom bevel.

bevelTopDepth

Specifies the depth of the top bevel.

bevelTopInset

Specifies the inset size for the top bevel.

bevelTopType

Specifies a BevelType value that represents the bevel type for the top bevel.

contourColor

Returns a ColorFormat object that represents color of the contour of a shape.

contourWidth

Specifies the width of the contour of a shape.

depth

Specifies the depth of the shape's extrusion.

extrusionColor

Returns a ColorFormat object that represents the color of the shape's extrusion.

extrusionColorType

Specifies whether the extrusion color is based on the extruded shape's fill (the front face of the extrusion) and automatically changes when the shape's fill changes, or whether the extrusion color is independent of the shape's fill.

fieldOfView

Specifies the amount of perspective for a shape.

isPerspective

Specifies true if the extrusion appears in perspective — that is, if the walls of the extrusion narrow toward a vanishing point, false if the extrusion is a parallel, or orthographic, projection — that is, if the walls don't narrow toward a vanishing point.

isVisible

Specifies if the specified object, or the formatting applied to it, is visible.

lightAngle

Specifies the angle of the lighting.

presetCamera

Returns a PresetCamera value that represents the camera presets.

presetExtrusionDirection

Returns the direction taken by the extrusion's sweep path leading away from the extruded shape (the front face of the extrusion).

presetLighting

Specifies a LightRigType value that represents the lighting preset.

presetLightingDirection

Specifies the position of the light source relative to the extrusion.

presetLightingSoftness

Specifies the intensity of the extrusion lighting.

presetMaterial

Specifies the extrusion surface material.

presetThreeDimensionalFormat

Returns the preset extrusion format.

projectText

Specifies whether text on a shape rotates with shape. true rotates the text.

rotationX

Specifies the rotation of the extruded shape around the x-axis in degrees.

rotationY

Specifies the rotation of the extruded shape around the y-axis in degrees.

rotationZ

Specifies the z-axis rotation of the camera.

z

Specifies the position on the z-axis for the shape.

Property Details

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

bevelBottomDepth

Specifies the depth of the bottom bevel.

bevelBottomDepth?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

bevelBottomInset

Specifies the inset size for the bottom bevel.

bevelBottomInset?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

bevelBottomType

Specifies a BevelType value that represents the bevel type for the bottom bevel.

bevelBottomType?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

bevelTopDepth

Specifies the depth of the top bevel.

bevelTopDepth?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

bevelTopInset

Specifies the inset size for the top bevel.

bevelTopInset?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

bevelTopType

Specifies a BevelType value that represents the bevel type for the top bevel.

bevelTopType?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

contourColor

Returns a ColorFormat object that represents color of the contour of a shape.

contourColor?: Word.Interfaces.ColorFormatLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.3 ]

contourWidth

Specifies the width of the contour of a shape.

contourWidth?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

depth

Specifies the depth of the shape's extrusion.

depth?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

extrusionColor

Returns a ColorFormat object that represents the color of the shape's extrusion.

extrusionColor?: Word.Interfaces.ColorFormatLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.3 ]

extrusionColorType

Specifies whether the extrusion color is based on the extruded shape's fill (the front face of the extrusion) and automatically changes when the shape's fill changes, or whether the extrusion color is independent of the shape's fill.

extrusionColorType?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

fieldOfView

Specifies the amount of perspective for a shape.

fieldOfView?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

isPerspective

Specifies true if the extrusion appears in perspective — that is, if the walls of the extrusion narrow toward a vanishing point, false if the extrusion is a parallel, or orthographic, projection — that is, if the walls don't narrow toward a vanishing point.

isPerspective?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

isVisible

Specifies if the specified object, or the formatting applied to it, is visible.

isVisible?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

lightAngle

Specifies the angle of the lighting.

lightAngle?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

presetCamera

Returns a PresetCamera value that represents the camera presets.

presetCamera?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

presetExtrusionDirection

Returns the direction taken by the extrusion's sweep path leading away from the extruded shape (the front face of the extrusion).

presetExtrusionDirection?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

presetLighting

Specifies a LightRigType value that represents the lighting preset.

presetLighting?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

presetLightingDirection

Specifies the position of the light source relative to the extrusion.

presetLightingDirection?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

presetLightingSoftness

Specifies the intensity of the extrusion lighting.

presetLightingSoftness?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

presetMaterial

Specifies the extrusion surface material.

presetMaterial?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

presetThreeDimensionalFormat

Returns the preset extrusion format.

presetThreeDimensionalFormat?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

projectText

Specifies whether text on a shape rotates with shape. true rotates the text.

projectText?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

rotationX

Specifies the rotation of the extruded shape around the x-axis in degrees.

rotationX?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

rotationY

Specifies the rotation of the extruded shape around the y-axis in degrees.

rotationY?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

rotationZ

Specifies the z-axis rotation of the camera.

rotationZ?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

z

Specifies the position on the z-axis for the shape.

z?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]