An instance of the Web.TextFrame class represents a text frame in a Text Control document. A text frame is a rectangle that can be filled with text by an end-user and can be edited like the main text. The Web.TextFrame class inherits from the Web.TextPart class.

Syntax

public class TextFrame : Web.TextPart
Public Class TextFrame
  Inherits Web.TextPart

Introduced: X12.

Properties

Property Description
Selection Gets or sets the current selection in a text part.
(Inherited from TextPart)