The PsdTextVObject type exposes the following members.
Name | Description | |
---|---|---|
dispose |
Removes the current TextVObject from the application. (Inherited from TextVObject.) |
|
draw |
Draws this vector text block. (Inherited from TextVObject.) |
|
drawDesign |
Draws grips which frame this vector text block. (Inherited from TextVObject.) |
|
hitTest |
Determines whether the specified point is located inside this vector text block. (Inherited from TextVObject.) |
|
initialize |
Initializes the current TextVObject. (Inherited from TextVObject.) |
|
processEvent |
Executes the specified event. (Inherited from BaseRectangleVObject.) |
|
quickUpdate |
Update this vector text block only. |
|
raiseChanged |
Fires the changed event. (Inherited from VObject.) |
|
raiseChanging |
Fires the changing event. (Inherited from VObject.) |
|
update |
Updates the canvas state. (Inherited from TextVObject.) |
Name | Description | |
---|---|---|
alignment |
Gets or sets the value that specifies text alignment. (Inherited from TextVObject.) |
|
bold |
Get or sets the value indicating whether the text of this vector text block is bold. (Inherited from TextVObject.) |
|
borderColor |
Gets or sets a color of the border around this vector rectangle. (Inherited from RectangleVObject.) |
|
borderWidth |
Gets or sets a width of the border around this vector rectangle. (Inherited from RectangleVObject.) |
|
bounds |
Gets the size and location of this BaseRectangleVObject taking into account its rotation and margins. (Inherited from BaseRectangleVObject.) |
|
canvas |
Gets a reference to the Canvas object this vector object belongs to. (Inherited from VObject.) |
|
controlPoints |
Gets or sets an array of control points associated with the v-object. (Inherited from VObject.) |
|
customFont |
Gets or sets the value indicating whether to use a custom font or an original one when rendering. |
|
data |
Gets or sets serialized data of this v-object. (Inherited from VObject.) |
|
fillColor |
Gets or sets a color used to fill this vector rectangle. (Inherited from RectangleVObject.) |
|
fontName |
Gets or sets typeface name of the font used to display a text in this vector text block. (Inherited from TextVObject.) |
|
fontSize |
Gets or sets the size of the font used to display text in this vector text block. (Inherited from TextVObject.) |
|
height |
Gets or sets the height of this vector rectangle. (Inherited from RectangleVObject.) |
|
index |
Get the index of this v-object in the VObjectCollection. Returns |
|
italic |
Get or sets the value indicating whether the text of this vector text block is italic. (Inherited from TextVObject.) |
|
layer |
Gets a reference to the Layer object this vector object belongs to. (Inherited from VObject.) |
|
location |
Gets or sets the coordinates of the upper-left corner of this vector rectangle. (Inherited from RectangleVObject.) |
|
locked |
Gets or sets the value indicating if the v-object is locked. (Inherited from VObject.) |
|
mode |
Gets or sets the state of this v-object. (Inherited from VObject.) |
|
name |
Gets or sets the name of this vector object. (Inherited from VObject.) |
|
originalAlignment |
Gets or sets the value that specifies an origianl text alignment. |
|
originalBold |
Get or sets the value indicating whether an original text of this PsdTextVObject is bold. |
|
originalFontName |
Gets or sets original typeface name of the font used to display a text in this PsdTextVObject. |
|
originalFontSize |
Gets or sets an origianl size of the font used to display text in this PsdTextVObject. |
|
originalItalic |
Get or sets the value indicating whether an original text of this PsdTextVObject is italic. |
|
originalUnderline |
Get or sets the value indicating whether an original text of this PsdTextVObject is underlined. |
|
originalWeight |
Gets or sets an origianl weight of the font used to display text in this PsdTextVObject. |
|
rectangle |
Gets or sets a rectangle and its rotation angle. (Inherited from BaseRectangleVObject.) |
|
supportedActions |
Gets or sets the enumeration of actions which can be applied to this vector text block. (Inherited from TextVObject.) |
|
tag |
Gets or sets custom data. (Inherited from VObject.) |
|
textColor |
Gets or sets color of the font used to display a text in this vector text block. (Inherited from TextVObject.) |
|
transform |
Gets or sets value which configures v-object transformation. (Inherited from VObject.) |
|
underline |
Get or sets the value indicating whether the text of this vector text block is underlined. (Inherited from TextVObject.) |
|
uniqueId |
Gets or sets a unique identifier of this vector object. (Inherited from VObject.) |
|
visible |
Gets or sets the value indicating if the v-object is visible. (Inherited from VObject.) |
|
width |
Gets or sets the width of this vector rectangle. (Inherited from RectangleVObject.) |
Name | Description | |
---|---|---|
beforeCreate |
Fires when v-object is about to be created. (Inherited from VObject.) |
|
changed |
Fires when v-object was modified (after the end of an operation). (Inherited from VObject.) |
|
changing |
Fires before v-object is being modified (before the start of an operation). (Inherited from VObject.) |