Uses of Class
org.robovm.apple.pdfkit.PDFDisplayBox
| Package | Description |
|---|---|
| org.robovm.apple.pdfkit |
-
Uses of PDFDisplayBox in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return PDFDisplayBox Modifier and Type Method Description PDFDisplayBoxPDFView. getDisplayBox()static PDFDisplayBoxPDFDisplayBox. valueOf(long n)Returns the enum constant of this type with the specified name.static PDFDisplayBoxPDFDisplayBox. valueOf(String name)Returns the enum constant of this type with the specified name.static PDFDisplayBox[]PDFDisplayBox. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.pdfkit with parameters of type PDFDisplayBox Modifier and Type Method Description CGRectPDFPage. boundsForBox(PDFDisplayBox box)voidPDFAnnotation. draw(PDFDisplayBox box, CGContext context)voidPDFPage. draw(PDFDisplayBox box, CGContext context)voidPDFSelection. draw(PDFPage page, PDFDisplayBox box, boolean active)voidPDFPage. setBounds(CGRect bounds, PDFDisplayBox box)voidPDFView. setDisplayBox(PDFDisplayBox v)UIImagePDFPage. thumbnail(CGSize size, PDFDisplayBox box)voidPDFPage. transformContext(CGContext context, PDFDisplayBox box)CGAffineTransformPDFPage. transformForBox(PDFDisplayBox box)