Uses of Class
org.robovm.apple.coregraphics.CGPDFBoxOptions
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics | |
| org.robovm.apple.uikit |
-
Uses of CGPDFBoxOptions in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGPDFBoxOptions Modifier and Type Method Description CGPDFBoxOptionsCGPDFBoxOptions. set(CFString key, NativeObject value)CGPDFBoxOptionsCGPDFBoxOptions. setArtBox(CGRect artBox)CGPDFBoxOptionsCGPDFBoxOptions. setBleedBox(CGRect bleedBox)CGPDFBoxOptionsCGPDFBoxOptions. setCropBox(CGRect cropBox)CGPDFBoxOptionsCGPDFBoxOptions. setMediaBox(CGRect mediaBox)CGPDFBoxOptionsCGPDFBoxOptions. setTrimBox(CGRect trimBox)static CGPDFBoxOptionsCGPDFBoxOptions.Marshaler. toObject(Class<CGPDFBoxOptions> cls, long handle, long flags)Methods in org.robovm.apple.coregraphics that return types with arguments of type CGPDFBoxOptions Modifier and Type Method Description static List<CGPDFBoxOptions>CGPDFBoxOptions.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.coregraphics with parameters of type CGPDFBoxOptions Modifier and Type Method Description static voidCGPDFContext. beginPage(CGContext context, CGPDFBoxOptions pageInfo)static longCGPDFBoxOptions.Marshaler. toNative(CGPDFBoxOptions o, long flags)Method parameters in org.robovm.apple.coregraphics with type arguments of type CGPDFBoxOptions Modifier and Type Method Description static longCGPDFBoxOptions.AsListMarshaler. toNative(List<CGPDFBoxOptions> l, long flags)static CGPDFBoxOptionsCGPDFBoxOptions.Marshaler. toObject(Class<CGPDFBoxOptions> cls, long handle, long flags) -
Uses of CGPDFBoxOptions in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit with parameters of type CGPDFBoxOptions Modifier and Type Method Description static voidUIGraphics. beginPDFPage(CGRect bounds, CGPDFBoxOptions pageInfo)