C

Paragraphs

A container class that models the VSDX Paragraphs section, stores all Paragraph instances and provides factory methods for them.

Members

Show:

Properties

Methods

Factory method for creating a new Paragraph object.

If a Paragraph object is given as input, the index of the newly created object will be the one of the input, otherwise a new index will be created and assigned.

Parameters

baseParagraph?: Paragraph

Return Value

Returns the row with the (one-based) index.

Parameters

index: number

Return Value

Parameters

comparator?: any