Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.extensions | |
com.aspose.psd.shapes |
Modifier and Type | Method and Description |
---|---|
StringFormat |
StringFormat.deepClone()
Creates a deep clone of this
StringFormat object. |
static StringFormat |
StringFormat.getGenericDefault()
Gets a generic default
StringFormat object. |
static StringFormat |
StringFormat.getGenericTypographic()
Gets a generic typographic
StringFormat object. |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.drawString(String s,
Font font,
Brush brush,
float x,
float y,
StringFormat format)
Draws the specified text string at the specified location with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat . |
void |
Graphics.drawString(String s,
Font font,
Brush brush,
PointF point,
StringFormat format)
Draws the specified text string at the specified location with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat . |
void |
Graphics.drawString(String s,
Font font,
Brush brush,
RectangleF layoutRectangle,
StringFormat format)
Draws the specified text string in the specified rectangle with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat . |
Constructor and Description |
---|
StringFormat(StringFormat format)
Initializes a new
StringFormat object from the specified existing StringFormat object. |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.StringFormat |
StringFormatExtensions.toGdiStringFormat(StringFormat stringFormat)
Converts the
StringFormat to the StringFormat . |
Modifier and Type | Method and Description |
---|---|
StringFormat |
TextShape.getTextFormat()
Gets or sets the text format.
|
Modifier and Type | Method and Description |
---|---|
void |
TextShape.setTextFormat(StringFormat value)
Gets or sets the text format.
|
Constructor and Description |
---|
TextShape(String text,
RectangleF rectangle,
Font font,
StringFormat stringFormat)
Initializes a new instance of the
TextShape class. |
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.