[]
The abstract base class for render object types representing text (RenderText and RenderParagraph) in a C1PrintDocument.
public abstract class RenderTextBase : RenderObject, IStyleOwner, IDocumentLocation
Name | Description |
---|---|
RenderTextBase() | Initializes a new instance of the RenderTextBase class. |
Name | Description |
---|---|
HasTabPositions | Gets a value indicating whether the TabPositions collection has been initialized and contains one or more elements. |
HasText | Gets a value indicating whether the current object represents a non-empty text. |
TabPositions | Gets the collection of TabPosition objects representing tab stops associated with the current text. |
TextLength | Gets the lenght of text represented by the current object. (Do not use this property to test whether a non-empty text is assigned to the current object, use HasText instead.) |
Name | Description |
---|---|
AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) | Assigns (copies) properties from another RenderObject to the current object.
Calls the base AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) method.
If |
ShouldSerializeTabPositions() | Indicates whether the TabPositions property should be serialized. |