The PsdTextFrame type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Releases all resources used by this PipelineElement. (Inherited from PipelineElement.) |
|
Equals | (Inherited from Object.) | |
GetBitmap |
Returns a bitmap representing this layer. (Inherited from PsdFrame.) |
|
GetHashCode | (Inherited from Object.) | |
GetLayerMask | (Inherited from PsdFrame.) | |
GetType | (Inherited from Object.) | |
IsPixelFormatSupported |
Verifies whether the specified pixel format is supported by this Frame. (Inherited from Frame.) |
|
MemberwiseClone | (Inherited from Object.) | |
RunPipeline |
Runs a pipeline staring from this PipelineElement. (Inherited from PipelineElement.) |
|
SetDpiX |
Sets the horizontal resolution for this layer. |
|
SetDpiY |
Sets the vertical resolution for this layer. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
BlendMode |
Gets a blending mode of this layer. (Inherited from PsdFrame.) |
|
Caps |
Gets the caps settings of this layer. |
|
Color |
Gets a color of the text in this layer. |
|
ColorProfile |
Gets a color profile of the bitmap stored in the frame. (Inherited from Frame.) |
|
ColorSpace |
Gets a color space of the bitmap stored in the frame. (Inherited from Frame.) |
|
DigitType |
Gets digit type. |
|
DpiX |
Gets the horizontal resolution, in pixels per inch, of an image. (Overrides Frame.DpiX.) |
|
DpiY |
Gets the vertical resolution, in pixels per inch, of an image. (Overrides Frame.DpiY.) |
|
Effects |
Gets or sets the text effects for PSD layers. (Inherited from PsdFrame.) |
|
FauxBold |
Gets bold style emulation of the text string stored in this layer. |
|
FauxItalic |
Gets italic style emulation of the text string stored in this layer. |
|
Features | (Inherited from PsdFrame.) | |
Font |
Gets the font settings of the text string stored in this layer. |
|
FontName |
Gets the font name for the text string stored in this layer. |
|
FontSize |
Gets the font size for the text string stored in this layer. |
|
FormattedText |
Gets the collection of text spans. Each span has its own format (font, style, color, etc.). |
|
HasClippingMask | (Inherited from PsdFrame.) | |
Height |
Gets the height of the bitmap stored in the frame. (Inherited from Frame.) |
|
HorizontalScale |
Gets horizontal scaling value of the text string stored in this layer. |
|
Id |
Gets or sets a unique identifier of this PipelineElement. (Inherited from PipelineElement.) |
|
Index |
Gets an index of this frame. (Inherited from Frame.) |
|
Ink |
Gets ink characteristics of a spot color in the frame. (Inherited from Frame.) |
|
IsClippingMask | (Inherited from PsdFrame.) | |
IsLocked |
Gets a value indicating whether a frame is locked. (Inherited from PsdFrame.) |
|
IsVertical |
Gets whether the text is vertical. |
|
IsVisible |
Gets a value indicating whether a frame is visible. (Inherited from PsdFrame.) |
|
Justification |
Gets the justification type of the text string inside the paragraph. |
|
LayerID | (Inherited from PsdFrame.) | |
Leading |
Gets the text leading. |
|
Name |
Gets a name of this layer. (Inherited from PsdFrame.) |
|
Opacity |
Gets an opacity of this layer. (Inherited from PsdFrame.) |
|
Palette |
Gets a palette associated with a bitmap stored in the frame. (Inherited from Frame.) |
|
Paragraph |
Gets the paragraph settings of this layer. |
|
Paragraphs |
Gets the collection of paragraph settings of this layer. |
|
Parent |
Gets a parent layer. (Inherited from PsdFrame.) |
|
Path |
Gets the path specifying the curve along which the text locates. |
|
PathEndPoint |
Gets the end point of the text on the path . |
|
PathStartPoint |
Gets the start point of the text on the path . |
|
PixelFormat |
Returns a pixel format of the bitmap stored in this frame. (Inherited from Frame.) |
|
Raw |
Gets text settings before implementing the transformation matrix (if there is any) to them. |
|
Receivers |
Gets a collection of pipeline elements that will receive the result of this PipelineElement. (Inherited from PipelineElement.) |
|
Strikeout |
Gets text strikeout. |
|
SupportedPixelFormats |
Gets a collection of pixel formats that are supported by this PipelineElement. (Inherited from PipelineElement.) |
|
Text |
Gets the text in this layer. |
|
TextBox |
Gets the boundaries of the transformed text in this layer. |
|
Tracking |
Gets a text tracking (also known as intercharacter spacing) for the layer. |
|
Transform |
Gets or sets a transformation matrix for this layer. |
|
Type |
Gets a type of this layer. (Overrides PsdFrame.Type.) |
|
Underline |
Gets text underline. |
|
VectorMask |
Gets a vector mask of this layer. (Inherited from PsdFrame.) |
|
VerticalScale |
Gets vertical scaling value of the text string stored in this layer. |
|
Width |
Gets the width of the bitmap stored in the frame. (Inherited from Frame.) |
|
X |
Gets the x-coordinate of the upper-left corner of this layer. (Inherited from PsdFrame.) |
|
Y |
Gets the y-coordinate of the upper-left corner of this layer. (Inherited from PsdFrame.) |
Name | Description | |
---|---|---|
OnInit |
Occurs when the pipeline element is initialized. (Inherited from PipelineElement.) |