Skip to main content
A newer version of this page is available. .

FloatingObjectRelativeHeightType Enum

Lists values specifying to what element the floating object height is relative.

Declaration

declare enum FloatingObjectRelativeHeightType {
    Margin = 0,
    Page,
    TopMargin,
    BottomMargin,
    InsideMargin,
    OutsideMargin,
}

Members

Name Description
BottomMargin

Relative to bottom margin.

InsideMargin

Relative to inside margin.

Margin

Relative to margin.

OutsideMargin

Relative to outside margin.

Page

Relative to page.

TopMargin

Relative to top margin.

Remarks

Values listed by this enumeration are used to set the TextBoxRelativeSizeSettings.relativeHeightType property.