Word.ContentControlPlaceholderOptions interface
The options that define what placeholder to be used in the content control.
Remarks
Properties
| building |
If provided, specifies the |
| range | If provided, specifies the |
| 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
range
If provided, specifies the Range object to use as placeholder.
range?: Word.Range;
Property Value
Remarks
text
If provided, specifies the text to use as placeholder.
text?: string;
Property Value
string