[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BaseLineAlignment

BaseLineAlignment Enum

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

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum BaseLineAlignment
Public Enum BaseLineAlignment

Fields

Name Description
Auto

Automatically determine llignment.

Baseline

Align text at baseline.

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

Bottom

Align text at bottom.

Center

Align text at center.

Top

Align text at top.