IVerticalAbsolutePosition Interface
Declares settings that specify a floating object’s vertical position.
#Declaration
export interface IVerticalAbsolutePosition
#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 |
---|---|
Floating |
An anchor element. |