Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ParagraphElement

import type { ParagraphElement } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A ParagraphElement describes content within a Paragraph.

interface ParagraphElement {
autoText?: AutoText;
columnBreak?: ColumnBreak;
endIndex?: number;
equation?: Equation;
footnoteReference?: FootnoteReference;
horizontalRule?: HorizontalRule;
inlineObjectElement?: InlineObjectElement;
pageBreak?: PageBreak;
person?: Person;
richLink?: RichLink;
startIndex?: number;
textRun?: TextRun;
}

§Properties

§
autoText?: AutoText
[src]

An auto text paragraph element.

§
columnBreak?: ColumnBreak
[src]

A column break paragraph element.

§
endIndex?: number
[src]

The zero-base end index of this paragraph element, exclusive, in UTF-16 code units.

§
equation?: Equation
[src]

An equation paragraph element.

§
footnoteReference?: FootnoteReference
[src]

A footnote reference paragraph element.

§
horizontalRule?: HorizontalRule
[src]

A horizontal rule paragraph element.

§
inlineObjectElement?: InlineObjectElement
[src]

An inline object paragraph element.

§
pageBreak?: PageBreak
[src]

A page break paragraph element.

§
person?: Person
[src]

A paragraph element that links to a person or email address.

§
startIndex?: number
[src]

The zero-based start index of this paragraph element, in UTF-16 code units.

§
textRun?: TextRun
[src]

A text run paragraph element.