Package com.pspdfkit.bookmarks
Class BookmarkProviderFactory
-
- All Implemented Interfaces:
public class BookmarkProviderFactory
Factory for bookmark providers for Internal usage.
-
-
Constructor Summary
Constructors Constructor Description BookmarkProviderFactory()
-
Method Summary
Modifier and Type Method Description static InternalBookmarkProvider
fromInternalDocument(InternalPdfDocument document)
Creates a new InternalBookmarkProvider for the desired InternalPdfDocument. -
-
Method Detail
-
fromInternalDocument
static InternalBookmarkProvider fromInternalDocument(InternalPdfDocument document)
Creates a new InternalBookmarkProvider for the desired InternalPdfDocument. This is meant for internal usage only.
-
-
-
-