Uses of Class
org.robovm.apple.pdfkit.PDFDocument
| Package | Description |
|---|---|
| org.robovm.apple.pdfkit | |
| org.robovm.apple.quicklook |
-
Uses of PDFDocument in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return PDFDocument Modifier and Type Method Description PDFDocumentPDFOutline. getDocument()PDFDocumentPDFPage. getDocument()PDFDocumentPDFView. getDocument()Methods in org.robovm.apple.pdfkit with parameters of type PDFDocument Modifier and Type Method Description protected longPDFSelection. init(PDFDocument document)voidPDFView. setDocument(PDFDocument v)Constructors in org.robovm.apple.pdfkit with parameters of type PDFDocument Constructor Description PDFSelection(PDFDocument document) -
Uses of PDFDocument in org.robovm.apple.quicklook
Method parameters in org.robovm.apple.quicklook with type arguments of type PDFDocument Modifier and Type Method Description protected longQLPreviewReply. init(CGSize defaultPageSize, Block2<QLPreviewReply,NSError.NSErrorPtr,PDFDocument> documentCreationBlock)Constructor parameters in org.robovm.apple.quicklook with type arguments of type PDFDocument Constructor Description QLPreviewReply(CGSize defaultPageSize, Block2<QLPreviewReply,NSError.NSErrorPtr,PDFDocument> documentCreationBlock)