A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
L
- layout(Integer,Integer,Integer,Integer) - function in android.view.PDFView
- layout(Integer,Integer,Integer,Integer) - function in android.view.DefaultScrollHandle
- LinkHandler - class in com.harissk.pdfpreview.link
- An interface representing a handler for link tap events in a PDF previewer.
- linkHandler(LinkHandler) - function in com.harissk.pdfpreview.request.PdfViewConfiguration.Builder
- LinkTapEvent - class in com.harissk.pdfpreview.model
- Represents a link tap event in a PDF previewer.
- load(PdfLoadRequest) - function in com.harissk.pdfpreview.PDFView
- Load a PDF document with the specified load request.
- loadDocument(PDFView,DocumentSource,Function1) - function in com.harissk.pdfpreview.ExtensionsKt
- Load PDF using custom DocumentSource.
- loadDocument(PDFView,String,Function1) - function in com.harissk.pdfpreview.ExtensionsKt
- Load PDF from the assets file.
- loadDocument(PDFView,File,Function1) - function in com.harissk.pdfpreview.ExtensionsKt
- Load PDF from a file.
- loadDocument(PDFView,Uri,Function1) - function in com.harissk.pdfpreview.ExtensionsKt
- Load PDF from a URI.
- loadDocument(PDFView,ByteArray,Function1) - function in com.harissk.pdfpreview.ExtensionsKt
- Load PDF from a byte array.
- loadDocument(PDFView,InputStream,Function1) - function in com.harissk.pdfpreview.ExtensionsKt
- Load PDF from an {@link InputStream}.
- logWriter(LogWriter) - function in com.harissk.pdfpreview.request.PdfViewConfiguration.Builder