StructTreeContent 型の別名

StructTreeContent: { actualText: string | undefined; id: string; type: "content" | "object" }

構造ツリーのコンテンツ。

型宣言

  • actualText: string | undefined

    実際のコンテンツテキスト。

  • id: string

    プロパティ

    テキストレイヤーにマップする一意のID。

  • type: "content" | "object"

    プロパティ

    ページおよびストリーム構造要素の場合は「content」、オブジェクト参照の場合は「object」。