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.
Remarks
Used by
Properties
| buildingBlock | 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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
