Contents

Addition

Properties that all addition types share.

Declaration

object Addition

Properties

NameTypeDescription
type Requiredstring

The type of addition. For example, LinkAddition.

rangeLengthinteger

The number of text characters to highlight in the link.

rangeStartinteger

The starting character index for which the addition is meant. A range starts at 0 for the first character.

If you specify rangeStart, you must also specify rangeLength.

Discussion

This is an abstract definition. Don’t use this object type directly; use only the objects that extend it, such as LinkAddition.

See Also

Links