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

VerticalAbsolutePosition Class

Contains information about a floating object’s vertical position. The position is specified in twips relative to an anchor element.

Declaration

export class VerticalAbsolutePosition

Properties

position Property

Specifies the floating object’s position in twips relative to an anchor element.

Declaration

position: number

Property Value

Type Description
number

The position in twips.

relativeTo Property

Specifies the anchor element relative to the specified position.

Declaration

relativeTo: FloatingObjectVerticalAnchorElement

Property Value

Type Description
FloatingObjectVerticalAnchorElement

An anchor element.

type Property

Returns the position type.

Declaration

readonly type: FloatingObjectVerticalPositionType

Property Value

Type Description
FloatingObjectVerticalPositionType

Returns the Absolute value.