Skip to content

FloatAnchor

Defined in: src/core/document-model/types.ts:943

§20.4.2.3 wp:anchor — a floating drawing’s placement. v1 honours out-of-flow placement for wrap 'none' (incl. behindDoc); the side-wrapping modes (square/tight/through) and topAndBottom stay in flow as blocks.

readonly optional behind?: boolean

Defined in: src/core/document-model/types.ts:945


readonly optional posH?: object

Defined in: src/core/document-model/types.ts:946

readonly optional align?: "right" | "left" | "center"

readonly optional offsetPt?: Pt

readonly relativeFrom: "page" | "column" | "margin"


readonly optional posV?: object

Defined in: src/core/document-model/types.ts:951

readonly optional offsetPt?: Pt

readonly relativeFrom: "page" | "line" | "paragraph" | "margin"


readonly wrap: "none" | "square" | "tight" | "through" | "topAndBottom"

Defined in: src/core/document-model/types.ts:944