Uses of Class
org.robovm.apple.coregraphics.CGPDFContextOptions
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics | |
| org.robovm.apple.uikit |
-
Uses of CGPDFContextOptions in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGPDFContextOptions Modifier and Type Method Description CGPDFContextOptionsCGPDFContextOptions. set(CFString key, NativeObject value)CGPDFContextOptionsCGPDFContextOptions. setAllowsCopying(boolean allowsCopying)CGPDFContextOptionsCGPDFContextOptions. setAllowsPrinting(boolean allowsPrinting)CGPDFContextOptionsCGPDFContextOptions. setAuthor(String author)CGPDFContextOptionsCGPDFContextOptions. setCreator(String creator)CGPDFContextOptionsCGPDFContextOptions. setEncryptionKeyLength(int encryptionKeyLength)CGPDFContextOptionsCGPDFContextOptions. setKeywords(String keywords)CGPDFContextOptionsCGPDFContextOptions. setKeywords(String... keywords)CGPDFContextOptionsCGPDFContextOptions. setOutputIntent(CGPDFContextOutputIntent outputIntent)CGPDFContextOptionsCGPDFContextOptions. setOutputIntents(List<CGPDFContextOutputIntent> outputIntents)CGPDFContextOptionsCGPDFContextOptions. setOwnerPassword(String ownerPassword)CGPDFContextOptionsCGPDFContextOptions. setSubject(String subject)CGPDFContextOptionsCGPDFContextOptions. setTitle(String title)CGPDFContextOptionsCGPDFContextOptions. setUserPassword(String userPassword)static CGPDFContextOptionsCGPDFContextOptions.Marshaler. toObject(Class<CGPDFContextOptions> cls, long handle, long flags)Methods in org.robovm.apple.coregraphics that return types with arguments of type CGPDFContextOptions Modifier and Type Method Description static List<CGPDFContextOptions>CGPDFContextOptions.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.coregraphics with parameters of type CGPDFContextOptions Modifier and Type Method Description static CGPDFContextCGPDFContext. create(CGDataConsumer consumer, CGRect mediaBox, CGPDFContextOptions auxiliaryInfo)static CGPDFContextCGPDFContext. createWithURL(NSURL url, CGRect mediaBox, CGPDFContextOptions auxiliaryInfo)static longCGPDFContextOptions.Marshaler. toNative(CGPDFContextOptions o, long flags)Method parameters in org.robovm.apple.coregraphics with type arguments of type CGPDFContextOptions Modifier and Type Method Description static longCGPDFContextOptions.AsListMarshaler. toNative(List<CGPDFContextOptions> l, long flags)static CGPDFContextOptionsCGPDFContextOptions.Marshaler. toObject(Class<CGPDFContextOptions> cls, long handle, long flags) -
Uses of CGPDFContextOptions in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit with parameters of type CGPDFContextOptions Modifier and Type Method Description static voidUIGraphics. beginPDFContextToData(NSMutableData data, CGRect bounds, CGPDFContextOptions documentInfo)static booleanUIGraphics. beginPDFContextToFile(String path, CGRect bounds, CGPDFContextOptions documentInfo)