Skip to main content
All docs
V19.2

SubDocumentBaseApi Class

Defines a sub-document in a document.

Declaration

export class SubDocumentBaseApi extends SubDocument

Inheritance

SubDocument
SubDocumentBaseApi

Properties

bookmarks Property

Provide access to the sub-document’s collection of bookmarks.

Declaration

readonly bookmarks: BookmarkCollectionBase

Property Value

Type Description
BookmarkCollectionBase

A collection of bookmarks.

fields Property

Provide access to the sub-document’s collection of fields.

Declaration

readonly fields: FieldCollection

Property Value

Type Description
FieldCollection

A collection of fields.

Remarks

richEdit.document.fields.updateAllFields();
See Also

Provide access to the sub-document’s collection of hyperlinks.

readonly hyperlinks: HyperlinkCollection
Type Description
HyperlinkCollection

A collection of hyperlinks.

tables Property

Provide access to the sub-document’s collection of tables.

Declaration

readonly tables: TableCollectionBaseApi

Property Value

Type Description
TableCollectionBaseApi

A collection of tables.