[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextVerticalAnchor

Enum TextVerticalAnchor

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

Specifies the available vertical anchoring types for text.

public enum TextVerticalAnchor

Fields

Bottom = 2

Anchor the text at the bottom of the bounding rectangle.

Center = 1

Anchor the text at the middle of the bounding rectangle.

Top = 0

Anchor the text at the top of the bounding rectangle.