Paper Office
paper-docxAPI referenceshape

InlineShape

paper-docx 0.2.0 API reference

Proxy for an <wp:inline> element, representing the container for an inline graphical object.

InlineShape(inline: CT_Inline)

Attributes

height

attributeheightLength

Read/write.

The display height of this inline shape as an Emu instance.

type

attributetype

The type of this inline shape as a member of docx.enum.shape.WD_INLINE_SHAPE, e.g. LINKED_PICTURE.

Read-only.

width

attributewidth

Read/write.

The display width of this inline shape as an Emu instance.

On this page