TXTextControl.DocumentLinkCollection.Add |
Inserts a new document link at the current input position. |
TXTextControl.DocumentLinkCollection.Clear |
Removes all document links from a Text Control document. |
TXTextControl.DocumentLinkCollection.CopyTo |
Copies the elements of the collection to an array, starting at a particular index. |
TXTextControl.DocumentLinkCollection.GetItem |
Gets a particular document link from the collection. |
TXTextControl.DocumentLinkCollection.Remove |
Removes a document link from a Text Control document. |
TXTextControl.DocumentTargetCollection.Add |
Inserts the specified target at the current text input position. |
TXTextControl.DocumentTargetCollection.Clear |
Removes all document targets from a Text Control document. |
TXTextControl.DocumentTargetCollection.CopyTo |
Copies the elements of the collection to an array, starting at a particular index. |
TXTextControl.DocumentTargetCollection.GetEnumerator |
Returns an enumerator that can be used to iterate through the collection. |
TXTextControl.DocumentTargetCollection.GetItem |
Gets a particular document target from the collection. |
TXTextControl.DocumentTargetCollection.Remove |
Removes the specified target from a Text Control document. |
TXTextControl.FrameBaseCollection.Clear |
Removes all objects from the collection and from the document. |
TXTextControl.FrameBaseCollection.GetEnumerator |
Returns an enumerator that can be used to iterate through the collection. |
TXTextControl.HypertextLinkCollection.Add |
Inserts a new hypertext link at the current input position. |
TXTextControl.HypertextLinkCollection.Clear |
Removes all hypertext links from a Text Control document. |
TXTextControl.HypertextLinkCollection.CopyTo |
Copies the elements of the collection to an array, starting at a particular index. |
TXTextControl.HypertextLinkCollection.GetItem |
Gets a particular hypertext link from the collection. |
TXTextControl.HypertextLinkCollection.Remove |
Removes a hypertext link from a Text Control document. |
TXTextControl.PageNumberFieldCollection.Add |
Inserts a new page number field at the current input position of a header or footer. |
TXTextControl.PageNumberFieldCollection.Clear |
Removes all page number fields contained in the collection from the document. |
TXTextControl.PageNumberFieldCollection.CopyTo |
Copies the elements of the collection to an array, starting at a particular index. |
TXTextControl.PageNumberFieldCollection.Remove |
Removes a page number from a header or footer of a Text control document. |
TXTextControl.TableBaseCollection.Clear |
Removes all tables contained in the collection from a Text Control document. |
TXTextControl.TextFieldCollection.Add |
Inserts a new standard text field at the current input position. |
TXTextControl.TextFieldCollection.Clear |
Removes all text fields from a Text Control document. |
TXTextControl.TextFieldCollection.CopyTo |
Copies the elements of the collection to an array, starting at a particular index. |
TXTextControl.TextFieldCollection.GetItem |
Gets a particular text field from the collection. |
TXTextControl.TextFieldCollection.Remove |
Removes a text field from a Text Control document. |
TXTextControl.TextFrame.Activate |
Activates the text frame. |
TXTextControl.TextFrame.Find |
Finds a text string in a text frame. |
TXTextControl.TextFrameCollection.DeactivateItem |
Deactivates the activated text frame and sets the input focus back to the text part that contains the text frame. |