Package org.robovm.apple.coregraphics
Class CGPDFBoxOptions
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coregraphics.CGPDFBoxOptions
public class CGPDFBoxOptions extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGPDFBoxOptions.AsListMarshalerstatic classCGPDFBoxOptions.Keysstatic classCGPDFBoxOptions.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CGPDFBoxOptions() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)CGRectgetArtBox()CGRectgetBleedBox()CGRectgetCropBox()CGRectgetMediaBox()CGRectgetTrimBox()booleanhas(CFString key)CGPDFBoxOptionsset(CFString key, NativeObject value)CGPDFBoxOptionssetArtBox(CGRect artBox)CGPDFBoxOptionssetBleedBox(CGRect bleedBox)CGPDFBoxOptionssetCropBox(CGRect cropBox)CGPDFBoxOptionssetMediaBox(CGRect mediaBox)CGPDFBoxOptionssetTrimBox(CGRect trimBox)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CGPDFBoxOptions
public CGPDFBoxOptions()
-
-
Method Details