DocxEndnote class
An endnote definition.
Contains the actual endnote content that appears at the end of the document.
Constructors
-
DocxEndnote({required int endnoteId, required List<
DocxBlock> content, String? id}) -
const
Properties
-
content
→ List<
DocxBlock> -
The content of the endnote (paragraphs, etc.).
final
- endnoteId → int
-
Unique ID for this endnote.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
Unique identifier for this node (for debugging/tracking).
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
accept(
DocxVisitor visitor) → void -
Accepts a visitor for traversing the AST.
override
-
buildXml(
XmlBuilder builder) → void -
Converts this node to its XML representation.
override
-
copyWith(
{int? endnoteId, List< DocxBlock> ? content}) → DocxEndnote -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited