Package | Description |
---|---|
com.aspose.psd |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.psd.extensions |
The package contains extension methods.
|
com.aspose.psd.shapes |
The package contains different shapes combined from shape segments.
|
Modifier and Type | Method and Description |
---|---|
StringFormat |
StringFormat.deepClone()
Creates a deep clone of this
com.aspose.psd.StringFormat object. |
static StringFormat |
StringFormat.getGenericDefault()
Gets a generic default
com.aspose.psd.StringFormat object. |
static StringFormat |
StringFormat.getGenericTypographic()
Gets a generic typographic
com.aspose.psd.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
com.aspose.psd.Brush and com.aspose.psd.Font objects using the formatting attributes of the specified com.aspose.psd.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
com.aspose.psd.Brush and com.aspose.psd.Font objects using the formatting attributes of the specified com.aspose.psd.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
com.aspose.psd.Brush and com.aspose.psd.Font objects using the formatting attributes of the specified com.aspose.psd.stringFormat . |
Constructor and Description |
---|
StringFormat(StringFormat format)
Initializes a new
com.aspose.psd.StringFormat object from the specified existing com.aspose.psd.StringFormat object. |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.StringFormat |
StringFormatExtensions.toGdiStringFormat(StringFormat stringFormat)
Converts the
StringFormat to the System.Drawing.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. |