[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapeHorizontalRelativePosition

Enum ShapeHorizontalRelativePosition

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

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

public enum ShapeHorizontalRelativePosition

Fields

Character = 3

Relative to character.

Column = 2

Relative to column.

InsideMargin = 6

Relative to inner margin area.

LeftMargin = 4

Relative to left margin.

Margin = 0

Relative to margin.

OutsideMargin = 7

Relative to outer margin area.

Page = 1

Relative to page.

RightMargin = 5

Relative to right margin.