Skip to content

ShapeBlock

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

readonly optional altText?: string

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

wp:docPr @descr/@title — alternate text for the tagged-PDF Figure (/Alt).


readonly optional children?: readonly ShapeGroupChild[]

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

§20.5.2.17 — the shapes a group holds, drawn inside its own box.


readonly fill: ShapeFill

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


readonly optional float?: FloatAnchor

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

§20.4.2.3 — present when the drawing is anchored (floating).


readonly geometry: ShapeGeometry

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


readonly height: Pt

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


readonly optional line?: ShapeLine

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


readonly paragraphProperties: ParagraphProperties

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


readonly optional relativeSize?: RelativeSize

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

wp14:sizeRelH/V — a size stated as a share of the page or margins.


readonly optional shadow?: ShapeShadow

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

§20.1.8.40 — the shape’s drop shadow, direct or from its style reference.


readonly optional text?: ShapeTextBody

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


readonly optional transform?: ShapeTransform

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


readonly width: Pt

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