content property

List<StructuralElement>? content
getter/setter pair

The contents of the footnote.

The indexes for a footnote's content begin at zero.

Implementation

core.List<StructuralElement>? content;