Share via


ContentControls Object Members

Word Developer Reference

A collection of ContentControl objects. Content controls are bounded and potentially labeled regions in a document that serve as containers for specific types of content. Individual content controls may contain content such as dates, lists, or paragraphs of formatted text.

Methods

  Name Description
Bb257511.methods(en-us,office.12).gif Add Adds a new content control, of the type specified, into the active document and returns a ContentControl object that represents the new content control.
Bb257511.methods(en-us,office.12).gif Item Returns a ContentControl object that represents the specified content control within the collection of content controls in a document.

Properties

  Name Description
Bb257511.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257511.properties(en-us,office.12).gif Count Returns the number of items in the ContentControls collection. Read-only Long.
Bb257511.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Long.
Bb257511.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified ContentControls object.