Interface SimpleTextItem

A simplified version of raw text items, without any transformations applied.

Hierarchy

  • SimpleTextItem

Properties

Properties

arabic: "true" | "false"

Whether the item contains any Arabic characters or not.

height: number

The height of the item.

value: string

The content of the simplified item.

width: number

The width of the item.

x: number

The X coordinates of the item's bottom-left corner.

y: number

The Y coordinates of the item's bottom-left corner.

Generated using TypeDoc