[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SizeRelativeHorizontally

Enum SizeRelativeHorizontally

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

Specifies the relative width type of a shape.

public enum SizeRelativeHorizontally

Fields

InsideMargin = 4

Width is relative to the size of the inside margin—to the size of the left margin for odd pages, and to the size of the right margin for even pages.

LeftMargin = 2

Width is relative to the size of the left margin.

Margin = 0

Width is relative to the space between the left margin and the right margin.

None = 999999

Specifies that the Relative property is not currently valid, so the shape width is defined by the Value property.

OutsideMargin = 5

Width is relative to the size of the outside margin—to the size of the right margin for odd pages, and to the size of the left margin for even pages.

Page = 1

Width is relative to the width of the page.

RightMargin = 3

Width is relative to the width of the right margin.