Text Frames | ||
Classes | ||
| Class | Description | |
| FrameBase | The FrameBase class is the base class of the Image and the TextFrame class. | |
| TextFrame | An instance of the TextFrame class represents a text frame in a Text Control document. | |
| TextFrameCollection | An instance of the TextFrameCollection class contains all text frames in a Text Control document or part of the document represented through objects of the type TextFrame. | |
| TextFrameEventArgs | The TextFrameEventArgs class provides data for all events that occur with text frames. | |
Properties | ||
| Property | Description | |
| ServerTextControl.TextFrames | Gets a collection of all text frames the current document contains. | |
| TextControl.TextFrameMarkerLines | Specifies whether text frames that have no border line are shown with marker lines. | |
| TextControl.TextFrames | Gets a collection of all text frames the current document contains. | |
Methods | ||
| Method | Description | |
| ServerTextControl.OnTextFrameCreated | Raises the TextFrameCreated event. | |
| ServerTextControl.OnTextFrameDeleted | Raises the TextFrameDeleted event. | |
| TextControl.OnTextFrameActivated | Raises the TextFrameActivated event. | |
| TextControl.OnTextFrameClicked | Raises the TextFrameClicked event. | |
| TextControl.OnTextFrameCreated | Raises the TextFrameCreated event. | |
| TextControl.OnTextFrameDeactivated | Raises the TextFrameDeactivated event. | |
| TextControl.OnTextFrameDeleted | Raises the TextFrameDeleted event. | |
| TextControl.OnTextFrameDoubleClicked | Raises the TextFrameDoubleClicked event. | |
| TextControl.OnTextFrameMoved | Raises the TextFrameMoved event. | |
| TextControl.OnTextFrameRightClicked | Raises the TextFrameRightClicked event. | |
| TextControl.OnTextFrameSized | Raises the TextFrameSized event. | |
| TextControl.TextFrameAttributesDialog | Invokes the built-in dialog box for setting attributes of text frames. | |
Events | ||
| Event | Description | |
| ServerTextControl.TextFrameCreated | Occurs when a new text frame has been created. | |
| ServerTextControl.TextFrameDeleted | Occurs when a text frame has been deleted. | |
| TextControl.TextFrameActivated | Occurs when a text frame has been activated. | |
| TextControl.TextFrameClicked | Occurs when a text frame has been clicked on. | |
| TextControl.TextFrameCreated | Occurs when a new text frame has been created. | |
| TextControl.TextFrameDeactivated | Occurs when a text frame has been deactivated. | |
| TextControl.TextFrameDeleted | Occurs when a text frame has been deleted. | |
| TextControl.TextFrameDoubleClicked | Occurs when a text frame has been doubleclicked on. | |
| TextControl.TextFrameMoved | Occurs when a text frame has been moved with the built-in mouse interface. | |
| TextControl.TextFrameRightClicked | Occurs when a text frame has been clicked on with the right mouse button. | |
| TextControl.TextFrameSized | Occurs when a text frame has been sized with the built-in mouse interface. | |