StringFormat.StringFormat
Contents
[
Hide
]StringFormat()
Initializes a new StringFormat
object.
public StringFormat()
See Also
- class StringFormat
- namespace Aspose.PSD
- assembly Aspose.PSD
StringFormat(StringFormatFlags)
Initializes a new StringFormat
object with the specified StringFormatFlags
enumeration and language.
public StringFormat(StringFormatFlags options)
Parameter | Type | Description |
---|---|---|
options | StringFormatFlags | The StringFormatFlags enumeration for the new StringFormat object. |
See Also
- enum StringFormatFlags
- class StringFormat
- namespace Aspose.PSD
- assembly Aspose.PSD
StringFormat(StringFormat)
Initializes a new StringFormat
object from the specified existing StringFormat
object.
public StringFormat(StringFormat format)
Parameter | Type | Description |
---|---|---|
format | StringFormat | The StringFormat object from which to initialize the new StringFormat object. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | format is null. |
See Also
- class StringFormat
- namespace Aspose.PSD
- assembly Aspose.PSD