Edit

Share via


Word.ContentControlPlaceholderOptions interface

The options that define what placeholder to be used in the content control.

Remarks

[ API set: WordApiDesktop 1.3 ]

Properties

buildingBlock

If provided, specifies the BuildingBlock object to use as placeholder.

range

If provided, specifies the Range object to use as placeholder.

text

If provided, specifies the text to use as placeholder.

Property Details

buildingBlock

If provided, specifies the BuildingBlock object to use as placeholder.

buildingBlock?: Word.BuildingBlock;

Property Value

Remarks

[ API set: WordApiDesktop 1.3 ]

range

If provided, specifies the Range object to use as placeholder.

range?: Word.Range;

Property Value

Remarks

[ API set: WordApiDesktop 1.3 ]

text

If provided, specifies the text to use as placeholder.

text?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.3 ]