[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BaseLineAlignment

Enum BaseLineAlignment

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

specifies the vertical alignment of all text on each line displayed within a paragraph.

public enum BaseLineAlignment

Fields

Auto = 4

Automatically determine llignment.

Baseline = 2

Align text at baseline.

When the item is serialized out as xml, its value is "baseline".

Bottom = 3

Align text at bottom.

Center = 1

Align text at center.

Top = 0

Align text at top.