In This Topic
The following tables list the members exposed by NTextBlock.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| ClipWithBlockBounds | Gets or sets whether the text should be clipped with the text block bounds. By default the text is not clipped. |
| Content | A shortcut property that gets or sets the content inside the document displayed by this view. |
| IsSelectable | Overridden. Gets whether the view is selectable. |
| ResizeMode | Gets or sets the mode in which the text block can be automatically resized. By default set to None. |
| Text | Overridden. Shortcut property to get or set the text contained in this rich text block |
| TextBlockContent | Overridden. Gets the text block content object (generally a root block that implements the INTextBlockContent interface) |
| TextBlockContentChild | Overridden. Gets the text block content child |
| ViewMode | Gets or sets whether the text must be stretched to fill the display bounds of the text block. |
Top
Protected Properties
| Name | Description |
| nfMj | |
Top
Public Methods
| Name | Description |
| InitXForm | Overridden. Helper method for setting up the transformation of the text block relative to the owner shape. |
Top
See Also