[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.StringFormatEx

StringFormatEx Class

Classes derived from this abstract base class define objects used to hold string formatting information.

Inheritance
StringFormatEx
Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class StringFormatEx : ICloneable, IEquatable<StringFormatEx>

Constructors

Name Description
StringFormatEx()

Properties

Name Description
Alignment

Get ot sets text alignment in line.

CharacterSpacing

Character spacing in twips.

GetGenericDefault
GetGenericTypographic
IsRightToLeft

True of text is right to left.

IsVertical

True of text is vertical.

LineAlignment

Gets or sets alignment of entire text line.

LineLimit
LineSpacing

Line spacing in twips.

MeasureTrailingSpaces
NoClip
ShrinkToFit

Gets or sets shrink to fit flag.

TabStops

Gets or sets the custom tab stops.

TextJustify

Gets or sets the text justify.

Trimming

Gets or sets trimming.

UprightInVerticalText

Gets or sets upright mode in the vertical text.

WrapMode

Gets or sets the wrap mode.

Methods

Name Description
Clone()

Clones.

Equals(StringFormatEx)
Equals(object)
GetHashCode()
ToString()

Extension Methods