TextBrick Members
In This Article
#Constructors
Name | Description |
---|---|
Text |
Initializes a new instance of the Text |
Text |
Initializes a new instance of the Text |
Text |
Initializes a new instance of the Text |
Text |
Initializes a new instance of the Text |
Text |
Initializes a new instance of the Text |
#Properties
Name | Description |
---|---|
Accessible |
Gets or sets the description of an element used by assistive technologies. Inherited from Brick. |
Accessible |
For internal use. Inherited from Brick. |
Accessible |
Inherited from Brick. |
Anchor |
Gets or sets an anchor name assigned to the Brick object. Inherited from Brick. |
Back |
Defines the background color for the current Visual |
Bookmark |
Gets an object containing information about the bookmark for this Visual |
Border |
Defines the border color for the current Visual |
Border |
Specifies the dash style for the brick’s border.
Inherited from Visual |
Border |
Gets or sets the border style of a brick.
Inherited from Visual |
Border |
Specifies the border width of the current Visual |
Brick |
Gets the owner of this brick.
Inherited from Visual |
Bricks | Gets a collection of bricks which are contained in this Brick. Inherited from Brick. |
Brick |
Gets the text string, containing the brick type information. |
Can |
Specifies whether or not a brick is displayed in a printed or exported document.
Inherited from Brick |
Font | Defines the font used to draw text within the current brick. |
Fore |
Gets or sets the color of the text displayed in the current brick.
Inherited from Text |
Has |
For internal use. Intended to support exporting bricks to some formats. Inherited from Brick. |
Hint |
Defines the text displayed as the current brick hint.
Inherited from Visual |
Horz |
Gets or sets the horizontal alignment of the text. |
ID | Identifies the current brick. Inherited from Brick. |
Is |
Specifies the visibility of Brick. Inherited from Brick. |
Location |
Defines the current brick’s location, in Graphics |
Modifier |
Specifies the page area for displaying a specific brick.
Inherited from Brick |
Navigation |
Gets a string value, which is intended for serialization of the brick’s bookmark.
Inherited from Visual |
Navigation |
Gets an index of a page, which contains a bookmark’s brick.
Inherited from Visual |
Navigation |
Provides access to the brick-page pair, associated with the current brick.
Inherited from Visual |
No |
Specifies whether or not a brick’s bounds can be clipped.
Inherited from Brick |
Padding |
Gets or sets the padding values of a brick.
Inherited from Visual |
Parent | Obsolete. Gets or sets the parent document band for the current brick. Inherited from Brick. |
Printed |
Obsolete. Specifies whether the current brick will be printed.
Inherited from Brick |
Printing |
Gets or sets the Printing System used to create and print this brick.
Inherited from Visual |
Rect |
Defines the current brick’s location and size, in Graphics |
Repeat |
Specifies whether to repeat a brick for a content that is split across multiple pages vertically.
Inherited from Brick |
Right |
For internal use.
Inherited from Visual |
Separable | Override this property to specify whether the current brick can be divided into multiple parts when a document is repaginated. Inherited from Brick. |
Separable |
Determines whether the current brick can be divided into several parts horizontally.
Inherited from Visual |
Separable |
Determines whether the current brick can be divided into several parts vertically.
Inherited from Visual |
Sides |
Defines the border settings for the current Visual |
Size |
Defines the current brick’s size, in Graphics |
Stored |
For internal use.
Inherited from Brick |
String |
Gets or sets the formatting string applied to the brick’s text. |
Style |
Gets or sets the Brick |
Tag | Gets or sets the object that contains additional data associated with the control. Inherited from Brick. |
Target |
Gets or sets the target attribute assigned to this Brick and used when a Brick. |
Text |
Gets or sets the text to be displayed within the current brick.
Inherited from Text |
Text |
Gets an object which represents the value that will be shown as the brick’s text. |
Text |
Gets or sets the format string which is applied to the Text |
Url | Specifies the link to an external resource. Inherited from Brick. |
Use |
Specifies whether the brick hint’s content corresponds to the brick’s text.
Inherited from Visual |
Value | Gets or sets an object, containing additional information on the current brick. Inherited from Brick. |
Vert |
Gets or sets the vertical alignment of the text. |
Xls |
For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. |
Xlsx |
Gets or sets the format settings used when a document is exported to an Excel file (XLS or XLSX). |
#Methods
Name | Description |
---|---|
Clone() |
Creates a new Text |
Dispose() | Releases all resources used by Brick. Inherited from Brick. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the client rectangle of this Visual |
Get |
Returns an enumerator that can iterate through the collection of bricks. Inherited from Brick. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
For internal use.
Inherited from Visual |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Initializes a new instance of the Brick class with the specified settings. Inherited from Brick. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Inherited from Brick. |
Safe |
Obsolete. For internal use. Inherited from Brick. |
Safe |
For internal use. Inherited from Brick. |
Safe |
Obsolete. For internal use. Inherited from Brick. |
Set |
Obsolete. For internal use. Inherited from Brick. |
Set |
For internal use. Inherited from Brick. |
To |
Returns a string that represents the current object. Inherited from Object. |
Try |
For internal use. Inherited from Brick. |
Try |
Obsolete. For internal use. Inherited from Brick. |
Try |
For internal use. Inherited from Brick. |
Validate |
For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn’t, moves it (or part of it) to the next page. Inherited from Brick. |
Validate |
Checks whether the specified brick fits the empty space on the right side of the page and if it doesn’t, moves it (or part of it) to the next page.
Inherited from Visual |
See Also