Class CGPDFBoxOptions

    • Constructor Detail

      • CGPDFBoxOptions

        public CGPDFBoxOptions()
    • Method Detail

      • has

        public boolean has​(CFString key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFString key,
                                                                java.lang.Class<T> type)
      • getMediaBox

        public CGRect getMediaBox()
        Since:
        Available in iOS 2.0 and later.
      • setMediaBox

        public CGPDFBoxOptions setMediaBox​(CGRect mediaBox)
        Since:
        Available in iOS 2.0 and later.
      • getCropBox

        public CGRect getCropBox()
        Since:
        Available in iOS 2.0 and later.
      • setCropBox

        public CGPDFBoxOptions setCropBox​(CGRect cropBox)
        Since:
        Available in iOS 2.0 and later.
      • getBleedBox

        public CGRect getBleedBox()
        Since:
        Available in iOS 2.0 and later.
      • setBleedBox

        public CGPDFBoxOptions setBleedBox​(CGRect bleedBox)
        Since:
        Available in iOS 2.0 and later.
      • getTrimBox

        public CGRect getTrimBox()
        Since:
        Available in iOS 2.0 and later.
      • setTrimBox

        public CGPDFBoxOptions setTrimBox​(CGRect trimBox)
        Since:
        Available in iOS 2.0 and later.
      • getArtBox

        public CGRect getArtBox()
        Since:
        Available in iOS 2.0 and later.