An instance of the Text
public class TextFrame : FrameBase, IFormattedTextPublic Class TextFrame
Inherits FrameBase
Implements IFormattedText Introduced: 12.0.
The following example uses Text
TXTextControl.TextFrame myFrame = new TXTextControl.TextFrame(new System.Drawing.Size(3000, 2000));
myFrame.BackColor = System.Drawing.Color.Blue;
textControl1.TextFrames.Add(myFrame, -1);Dim MyFrame As New TXTextControl.TextFrame(New System.Drawing.Size(3000, 2000))
MyFrame.BackColor = System.Drawing.Color.Blue
TextControl1.TextFrames.Add(MyFrame, -1)| Constructor | Description |
|---|---|
| Text |
Initializes a new instance of the Text |
| Method | Description |
|---|---|
| Activate | Activates the text frame. |
| Change |
Changes the frame's z-order.
(Inherited from Frame |
| Find | Finds a text string in a text frame. |
| Get |
Returns a collection containing text fields of the specified types. |
| Property | Description |
|---|---|
| Alignment | Gets or sets the frame's horizontal alignment when it is anchored to a paragraph.
(Inherited from Frame |
| Application |
Gets a collection of all Microsoft Word or Heiler High |
| Back |
Gets or sets the background color of a text frame. |
| Barcodes | Gets a collection of all barcodes contained in a text frame. |
| Border |
Gets or sets the color of a text frame's border line. |
| Border |
Gets or sets the style of a text frame's border line. |
| Border |
Gets or sets the width, in twips, of a text frame's border line. |
| Bounds | Gets the frame's bounding rectangle relative to the upper left corner of the document.
(Inherited from Frame |
| Charts | Gets a collection of all charts contained in a text frame. |
| Comments | Gets a collection of all comments in the text frame. |
| Document |
Gets a collection of all links in a text frame which point to targets in the same document. |
| Document |
Gets a collection of all targets in a text frame. |
| Drawings | Gets a collection of all drawings contained in a text frame. |
| Editable |
Gets a collection of all editable regions in the text frame. |
| Form |
Gets a collection of all form fields contained in a text frame. |
| Frames | Gets a collection of all images, textframes, charts, barcodes and drawings in a text frame. |
| Hypertext |
Gets a collection of all hypertext links in a text frame. |
| ID | Gets or sets an identifier for the frame.
(Inherited from Frame |
| Images | Gets a collection of all images contained in a text frame. |
| Insertion |
Gets or sets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame.
(Inherited from Frame |
| Internal |
Gets or sets the distances, in twips, between the text frame's border line and the text. |
| Lines | Gets a collection of all text lines contained in a text frame. |
| Location | Gets or sets, in twips, the frame's current location.
(Inherited from Frame |
| Misspelled |
Gets a collection of all misspelled words the text frame contains. |
| Moveable | Determines whether a frame can be moved in the document at run time with the built-in mouse interface.
(Inherited from Frame |
| Name | Gets or sets a name for the frame.
(Inherited from Frame |
| Paragraphs | Gets a collection of all paragraphs contained in a text frame. |
| Selection | Gets or sets the current selection in a text frame. |
| Size | Gets or sets the frame's size in twips.
(Inherited from Frame |
| Sizeable | Determines whether the frame can be resized at run time with the built-in mouse interface.
(Inherited from Frame |
| Sub |
Gets a collection of all subtextparts in a text frame. |
| Tables | Gets a collection of all tables in a text frame. |
| Tables |
Gets a collection of all tables of contents in a text frame. |
| Text |
Gets a collection of all characters contained in a text frame. |
| Text |
Gets or sets the distances, in twips, between the frame and the document's text.
(Inherited from Frame |
| Text |
Gets a collection of all standard text fields in a text frame. |
| Text |
Read only.
(Inherited from Frame |
| Tracked |
Gets a collection of all changes made in a text frame. |
| Transparency | Gets or sets the text frame's transparency. |