| Name | Description |
 | AcceptsTab | Returns true if the view accepts tabs (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | AdjustTextColorForReadability | Returns true whether to adjust text color for readability purposes (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | Angle | (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | BackgroundFill | Gets or sets the shape blcok background fill. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | Baseline | Gets or sets the text baseline (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | Border | Gets or sets the border. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | BorderThickness | Gets or sets the thickness of the box border sides. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | 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. |
 | ContextMenuBuilder | Gets the rich text context menu builder. (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | DesiredHeight | Gets the desired height text block Automatically updated by Nevron. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | DesiredSize | Gets the desired size of the shape block (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | DesiredWidth | Gets the desired width text block. Automatically updated by Nevron. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | DisplaySurface | Gets the display surface on which this visual is displayed (painted) (Inherited from Nevron.Nov.Dom.NVisual) |
 | EditingRoot | Gets the editing root element. (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | EditSettings | Gets the text view settings (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | Fill | Gets or sets the text fill (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | FindSettings | Gets the text find settings (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | FontName | The name of the used font (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | FontSize | Gets or Sets the em size of the used font. (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | FontStyle | The style of the used font (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | FontStyleBold | Gets or sets the bold font style flag (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | FontStyleItalic | Gets or sets the italic font style flag (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | FontStyleStrikethrough | Gets or sets the strikeout font style flag (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | FontStyleUnderline | Gets or sets the underline font style flag (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | Glue | Gets or sets the text block glue, that glues the block PinX, PinY and Angle properties. Use the Glue() methods for an easier way to work with the glue. (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | Height | Gets or sets the text block height (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | HistoryService | Gets the document effective history service that this node uses to record history (Inherited from Nevron.Nov.Dom.NDocumentNode) |
 | HorizontalAlignment | Gets or sets the block horizontal alignment (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | HRuler | Gets the horizontal ruler. (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | Id | Gets the id of the element, which uniquely identifies the element inside the owner document. It is automatically assigned when the element is registered in a document and is also automatically set to -1 when the element is unregistered from the document. You can manually assign the next document Id to the element, before it is added to a specific document, by using AssingNextId method. (Inherited from Nevron.Nov.Dom.NElement) |
 | InsertDateSettings | Gets the insert date settings (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | InsertTimeSettings | Gets the insert time settings (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | IsActive | Retursnt true if the view is active (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | IsArrangeValid | Gets whether the arrange of the element is valid. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | IsInPlace | Returns true if the view is in place edit view (and handles Esc key) (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | IsMeasureValid | Gets whether the measure of the element is valid (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | IsPooledForArrange | Gets whether the element is pooled for arrange validation. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | IsPooledForMeasure | Gets whether the element is pooled for measure validation. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | IsReadOnly | Returns whether the view is readonly (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | IsSelectable | Overridden. Gets whether the view is selectable. |
 | IsVisible | Gets whether the visual is displayed inside the window. (Inherited from Nevron.Nov.Dom.NVisual) |
 | KeepUpward | Gets or sets whether the text can be displayed with downward orientation. By default false. (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | LineHeightFactor | Gets or sets the line height factor (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | LocPinRelative | Gets or sets whether the local pin point is positioned relatively to the text block Width and Height. By default true. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | LocPinX | Gets or sets the local pin point X coordinate (in local coordinates or relative local coordinate depending on LocPinRelative), to which the pin point X coordinate is mapped. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | LocPinY | Gets or sets the local pin point Y coordinate (in local coordinates or relative local coordinate depending on LocPinRelative), to which the pin point Y coordinate is mapped. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | Margins | Gets or sets the margins (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | OwnerDocument | Gets a reference to the document owning the node. Returns null if the node is not residing in a document. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
 | OwnerShape | Gets the shape, to which this shape part belongs (Inherited from Nevron.Nov.Diagram.NVisualShapePart) |
 | Padding | Gets or sets the padding applied to the box content. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | ParentNode | Gets the parent node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode) |
 | ParentVisual | Gets the parent visual. This implementation returns the first ancestor that is a visual. (Inherited from Nevron.Nov.Dom.NVisual) |
 | PinX | Gets or sets the pin point X coordinate (in parent coordinates) (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | PinY | Gets or sets the pin point Y coordinate (in parent coordinates) (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | ResizeMode | Gets or sets the mode in which the text block can be automatically resized. |
 | RootNode | Gets the root node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode) |
 | RootVisual | Gets the root visual of this visual. (Inherited from Nevron.Nov.Dom.NVisual) |
 | Schema | Gets the node schema. (Inherited from Nevron.Nov.Dom.NNode) |
 | Shadow | Gets or sets the text shadow (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | SpellChecker | Gets the spell checker. (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | Stroke | Gets or sets the text stroke (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | SubtreeDisplayVersion | Gets the subtree display version. Automatically managed by Nevron. (Inherited from Nevron.Nov.Dom.NVisual) |
 | Tag | Gets or sets the node tag, that can be any DOM compliant object. This property is not used by the node itself and is intended to provide users with the ability to attach custom data to the node. Attaching custom data to any node can also be achieved with the help of extendeded properties. (Inherited from Nevron.Nov.Dom.NNode) |
 | 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 |
 | TextContent | Gets the text content. (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | TextDocument | Gets the text document. (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | UserClass | Gets or sets the User Class to which the element belongs. This property is usually assigned by the user and is used to group related elements. An element can belong to more than one user classes that should be separated by the ' '(space) character. For example: element.UserClass = "MyClass1 MyClass2" specifies that element belongs to both MyClass1 and MayClass2 classes. The NUserClassCondtion styling condition lets you select elements of a specific user class. (Inherited from Nevron.Nov.Dom.NElement) |
 | UserId | Gets or sets the User Id associated to this element. This property is usually assigned by the user and is used to identify specific elements in the document. Unlike the Id property, the value of this property is not guaranteed to be unique in the document. The NUserIdCondition styling condition lets you select elements with a specific User Id. (Inherited from Nevron.Nov.Dom.NElement) |
 | VerticalAlignment | Gets or sets the text vertical alignment (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | ViewMode | Gets or sets whether the text must be stretched to fill the display bounds of the text block. |
 | ViewSettings | Gets the text view settings (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | Visible | Gets or sets whether this shape block is visible or not. (Inherited from Nevron.Nov.Diagram.NShapeBlock) |
 | VRuler | Gets the vertical ruler. (Inherited from Nevron.Nov.Diagram.NTextBlockBase) |
 | Width | Gets or sets the text block width (Inherited from Nevron.Nov.Diagram.NShapeBlock) |