Class UIPrintFormatter

    • Constructor Detail

      • UIPrintFormatter

        public UIPrintFormatter()
      • UIPrintFormatter

        protected UIPrintFormatter​(NSObject.Handle h,
                                   long handle)
    • Method Detail

      • getMaximumContentHeight

        public double getMaximumContentHeight()
      • setMaximumContentHeight

        public void setMaximumContentHeight​(double v)
      • getMaximumContentWidth

        public double getMaximumContentWidth()
      • setMaximumContentWidth

        public void setMaximumContentWidth​(double v)
      • getContentInsets

        @Deprecated
        public UIEdgeInsets getContentInsets()
        Deprecated.
        Deprecated in iOS 10.0. Use perPageContentInsets instead.
        Since:
        Available in iOS 4.2 and later.
      • setContentInsets

        @Deprecated
        public void setContentInsets​(UIEdgeInsets v)
        Deprecated.
        Deprecated in iOS 10.0. Use perPageContentInsets instead.
        Since:
        Available in iOS 4.2 and later.
      • getPerPageContentInsets

        public UIEdgeInsets getPerPageContentInsets()
      • setPerPageContentInsets

        public void setPerPageContentInsets​(UIEdgeInsets v)
      • getStartPage

        public long getStartPage()
      • setStartPage

        public void setStartPage​(long v)
      • getPageCount

        public long getPageCount()
      • removeFromPrintPageRenderer

        public void removeFromPrintPageRenderer()
      • getRectForPage

        public CGRect getRectForPage​(long pageIndex)
      • draw

        public void draw​(CGRect rect,
                         long pageIndex)