[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SizeRelativeVertically

SizeRelativeVertically Enum

Specifies the relative height type of a shape.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum SizeRelativeVertically
Public Enum SizeRelativeVertically

Fields

Name Description
BottomMargin

Height is relative to the size of the bottom margin.

InsideMargin

Height is relative to the size of the inside margin—to the size of the top margin for odd pages, and to the size of the bottom margin for even pages.

Margin

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

None

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

OutsideMargin

Height is relative to the size of the outside margin—to the size of the bottom margin for odd pages, and to the size of the top margin for even pages.

Page

Height is relative to the height of the page.

TopMargin

Height is relative to the size of the top margin.