PlainTextContentControl Members (2007 System)
Include Protected Members
Include Inherited Members
Represents a block of text in a document.
The PlainTextContentControl type exposes the following members.
Constructors
Name
Description
Infrastructure. Overloaded.
Top
Methods
Name
Description
Infrastructure.
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Copies the PlainTextContentControl from the document to the Clipboard.
Removes the PlainTextContentControl from the document and adds it to the Clipboard.
Deletes a dynamically created content control from the document and removes it from the ControlCollection in the document. (Inherited from ContentControlBase.)
Overloaded. Releases all resources used by the ContentControlBase.
Infrastructure.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
(Inherited from RemoteComponent.)
Serves as a hash function for a particular type. (Inherited from Object.)
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Infrastructure. (Inherited from ContentControlBase.)
(Inherited from RemoteComponent.)
Gets the type of the current instance. (Inherited from Object.)
Infrastructure. (Inherited from ContentControlBase.)
Infrastructure. (Inherited from ContentControlBase.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Infrastructure. (Inherited from RemoteBindableComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Infrastructure. (Inherited from ContentControlBase.)
Displays text that is in a BuildingBlock, a Range, or a string as the placeholder text in the PlainTextContentControl.
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets a Application that represents the current instance of Microsoft Office Word.
Gets or sets the System.Windows.Forms.BindingContext for the component. (Inherited from RemoteBindableComponent.)
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from RemoteBindableComponent.)
Gets a 32-bit integer that indicates the application in which the PlainTextContentControl was created.
Gets the Binding objects for the component. (Inherited from RemoteBindableComponent.)
Gets or sets the default DataSourceUpdateMode for the component. (Inherited from RemoteBindableComponent.)
Gets the name of the character style to use to format text in the PlainTextContentControl.
(Inherited from RemoteComponent.)
Gets the Document that contains the content control. (Inherited from ContentControlBase.)
(Inherited from RemoteComponent.)
Gets a unique number that identifies the content control. (Inherited from ContentControlBase.)
(Inherited from RemoteComponent.)
Gets the underlying native object for the content control. (Inherited from ContentControlBase.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Gets or sets a value that specifies whether the PlainTextContentControl can be deleted from the document.
Gets or sets a value that specifies whether the contents of the PlainTextContentControl can be edited.
Gets or sets a value that specifies whether the PlainTextContentControl can contain line breaks.
Gets the parent of the PlainTextContentControl.
Gets the parent content control of a PlainTextContentControl that is nested in another content control.
Gets or sets the text that is displayed in the PlainTextContentControl until the text is changed by a user action or some other operation.
(Inherited from RemoteComponent.)
Gets a Range that represents the contents of the PlainTextContentControl.
Gets a value that specifies whether the PlainTextContentControl is currently displaying placeholder text.
(Inherited from RemoteComponent.)
Gets or sets a string that you want to associate with the PlainTextContentControl.
Gets or sets a value that specifies whether the PlainTextContentControl is automatically deleted from the document when the control is edited.
Gets or sets the text in the PlainTextContentControl.
Gets or sets the title of the PlainTextContentControl.
Gets an XMLMapping that represents the binding between the PlainTextContentControl and an element in a custom XML part.
Top
Events
Name
Description
Occurs after the content control is added to the document. (Inherited from ContentControlBase.)
Occurs when the value of the BindingContext property changes. (Inherited from RemoteBindableComponent.)
Occurs just before Microsoft Office Word updates the text in the content control, if the content control is bound to a custom XML part. (Inherited from ContentControlBase.)
Occurs just before the content control is deleted from the document. (Inherited from ContentControlBase.)
(Inherited from RemoteComponent.)
Occurs when the user clicks in the content control, or when the cursor is moved into the content control programmatically. (Inherited from ContentControlBase.)
Occurs when the user clicks outside the content control, or when the cursor is moved outside the content control programmatically. (Inherited from ContentControlBase.)
Occurs just before Microsoft Office Word updates data in a custom XML part that is bound to the content control (that is, after the text in the content control changes). (Inherited from ContentControlBase.)
Occurs when the content control has been successfully validated. (Inherited from ContentControlBase.)
Occurs when the contents of the content control are being validated. (Inherited from ContentControlBase.)
Top
Explicit Interface Implementations
Name
Description
ISupportInitializeControl.InitializeControl
Infrastructure.
Top