[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.TextEffectAlignment

TextEffectAlignment Enum

Specifies alignment for text.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum TextEffectAlignment
Public Enum TextEffectAlignment

Fields

Name Description
Center

Centered.

Left

Left-aligned.

LetterJustify

Text is justified. Spacing between letters may be adjusted to justify text.

Right

Right- aligned.

StretchJustify

Text is justified. Letters may be stretched to justify text.

Unspecified

The alignment is unspecified.

WordJustify

Text is justified. Spacing between words (but not letters) may be adjusted to justify text.