IHorizontalAbsolutePosition Interface
Declares settings that specify a floating object’s horizontal position.
Declaration
export interface IHorizontalAbsolutePosition
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: FloatingObjectHorizontalAnchorElement
Property Value
Type | Description |
---|---|
FloatingObjectHorizontalAnchorElement | An anchor element. |