Edit

Share via


Word.Interfaces.ReflectionFormatLoadOptions interface

Represents the reflection formatting for a shape in Word.

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).

blur

Specifies the degree of blur effect applied to the ReflectionFormat object as a value between 0.0 and 100.0.

offset

Specifies the amount of separation, in points, of the reflected image from the shape.

size

Specifies the size of the reflection as a percentage of the reflected shape from 0 to 100.

transparency

Specifies the degree of transparency for the reflection effect as a value between 0.0 (opaque) and 1.0 (clear).

type

Specifies a ReflectionType value that represents the type and direction of the lighting for a shape reflection.

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

blur

Specifies the degree of blur effect applied to the ReflectionFormat object as a value between 0.0 and 100.0.

blur?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

offset

Specifies the amount of separation, in points, of the reflected image from the shape.

offset?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

size

Specifies the size of the reflection as a percentage of the reflected shape from 0 to 100.

size?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

transparency

Specifies the degree of transparency for the reflection effect as a value between 0.0 (opaque) and 1.0 (clear).

transparency?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

type

Specifies a ReflectionType value that represents the type and direction of the lighting for a shape reflection.

type?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]