[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.VerticalPosition

VerticalPosition Enum

Chooses the relative vertical position for an anchored object.

Namespace: GrapeCity.Documents.Text
Assembly: DS.Documents.Imaging.dll
Syntax
public enum VerticalPosition
Public Enum VerticalPosition

Fields

Name Description
CharBottomIn

The object bottom side coincides with anchor line (character) bottom side.

CharBottomOut

The object top side coincides with anchor line (character) bottom side.

CharCenter

The object center coincides with anchor line (character) center.

CharTopIn

The object top side coincides with anchor line (character) top side.

CharTopOut

The object bottom side coincides with anchor line (character) top side.

ContentBottomIn

The object bottom side coincides with anchor content bottom side.

ContentBottomOut

The object top side coincides with anchor content bottom side.

ContentCenter

The object center coincides with anchor content center.

ContentTopIn

The object top side coincides with anchor content top side.

ContentTopOut

The object bottom side coincides with anchor content top side.

FixedBottom

The object bottom side is set to some fixed position.

FixedCenter

The object center is set to some fixed position.

FixedTop

The object top side is set to some fixed position.

MarginBottomIn

The object bottom side coincides with the bottom margin of the layout box.

MarginBottomOut

The object top side coincides with the bottom margin of the layout box.

MarginCenter

The object center coincides with the layout box center.

MarginTopIn

The object top side coincides with the top margin of the layout box.

MarginTopOut

The object bottom side coincides with the top margin of the layout box.

ParagraphBottomIn

The object bottom side coincides with anchor paragraph bottom side (horizontal text) or bottom margin (vertical text).

ParagraphBottomOut

The object top side coincides with anchor paragraph bottom side (horizontal text) or bottom margin (vertical text).

ParagraphCenter

The object center coincides with anchor paragraph center.

ParagraphTopIn

The object top side coincides with anchor paragraph top side (horizontal text) or top margin (vertical text).

ParagraphTopOut

The object bottom side coincides with anchor paragraph top side (horizontal text) or top margin (vertical text).