Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.ContentControlPlaceholderOptions interface

Package:
word

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

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


Feedback

Was this page helpful?