menu
custom_pdf_converter package
documentation
pdf.dart
PdfOutline
getNode method
getNode method
dark_mode
light_mode
getNode
method
PdfOutline
getNode
(
int
i
)
Returns the outline at a specified position.
Implementation
PdfOutline getNode(int i) => outlines[i];
custom_pdf_converter package
documentation
pdf
PdfOutline
getNode method
PdfOutline class