Package com.pspdfkit.ui
Interface PdfOutlineView.DocumentOutlineProvider
-
- All Implemented Interfaces:
public interface PdfOutlineView.DocumentOutlineProvider
Interface to objects that provide outline elements.
-
-
Method Summary
Modifier and Type Method Description abstract Single<List<OutlineElement>>
getOutlineElements()
Returns list of outline elements, asynchronously. -
-
Method Detail
-
getOutlineElements
@NonNull() abstract Single<List<OutlineElement>> getOutlineElements()
Returns list of outline elements, asynchronously.
- Returns:
Single emitting list of outline elements that will be displayed in the outline list.
-
-
-
-