StringFormat Class

Summary: Encapsulates text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features. This class cannot be inherited.

Module: aspose.psd

Full Name: aspose.psd.StringFormat

Inheritance: DisposableObject

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
StringFormat()Initializes a new StringFormat object.
StringFormat(format)Initializes a new StringFormat object from the specified existing StringFormat object.
StringFormat(options)Initializes a new StringFormat object with the specified StringFormatFlags enumeration and language.

Properties

NameTypeAccessDescription
alignmentStringAlignmentr/wGets or sets text alignment information on the vertical plane.
custom_char_identPointFr/wGets or sets the custom character ident.
digit_substitution_languageintr/wGets or sets the language that is used when local digits are substituted for western digits.
digit_substitution_methodStringDigitSubstituter/wGets or sets the method to be used for digit substitution.
disposedboolrGets a value indicating whether this instance is disposed.
first_tab_offsetfloatrGets the number of spaces between the beginning of a line of text and the first tab stop.
format_flagsStringFormatFlagsr/wGets or sets a StringFormatFlags enumeration that contains formatting information.
generic_default [static]StringFormatrGets a generic default StringFormat object.
generic_typographic [static]StringFormatrGets a generic typographic StringFormat object.
hotkey_prefixHotkeyPrefixr/wGets or sets the HotkeyPrefix object for this StringFormat object.
line_alignmentStringAlignmentr/wGets or sets the line alignment on the horizontal plane.
tab_stopsfloatrGets an array of distances between tab stops in the units specified by the Graphics.page_unit property.
trimmingStringTrimmingr/wGets or sets the StringTrimming enumeration for this StringFormat object.

Methods

NameDescription
deep_clone()Creates a deep clone of this StringFormat object.
set_tab_stops(first_tab_offset, tab_stops)Sets tab stops for this StringFormat object.

Constructor: StringFormat()

 StringFormat() 

Initializes a new StringFormat object.

Constructor: StringFormat(format)

 StringFormat(format) 

Initializes a new StringFormat object from the specified existing StringFormat object.

Parameters:

ParameterTypeDescription
formatStringFormatThe StringFormat object from which to initialize the new StringFormat object.

Constructor: StringFormat(options)

 StringFormat(options) 

Initializes a new StringFormat object with the specified StringFormatFlags enumeration and language.

Parameters:

ParameterTypeDescription
optionsStringFormatFlagsThe StringFormatFlags enumeration for the new StringFormat object.

Method: deep_clone()

 deep_clone() 

Creates a deep clone of this StringFormat object.

Returns

TypeDescription
StringFormatThe deep clone of the current StringFormat.

Method: set_tab_stops(first_tab_offset, tab_stops)

 set_tab_stops(first_tab_offset, tab_stops) 

Sets tab stops for this StringFormat object.

Parameters:

ParameterTypeDescription
first_tab_offsetfloatThe number of spaces between the beginning of a line of text and the first tab stop.
tab_stopsfloatAn array of distances between tab stops in the units specified by the Graphics.page_unit property.