[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapeVerticalRelativePosition

Enum ShapeVerticalRelativePosition

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

Specifies the element relative to which the vertical position of an object is defined.

public enum ShapeVerticalRelativePosition

Fields

BottomMargin = 5

Relative to bottom margin.

InsideMargin = 6

Relative to inner margin area.

Line = 3

Relative to line.

Margin = 0

Relative to margin.

OutsideMargin = 7

Relative to outer margin area.

Page = 1

Relative to page.

Paragraph = 2

Relative to paragraph.

TopMargin = 4

Relative to top margin.