Class UIPrintInteractionController

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class UIPrintInteractionController
    extends NSObject
    Since:
    Available in iOS 4.2 and later.
    • Constructor Detail

      • UIPrintInteractionController

        public UIPrintInteractionController()
      • UIPrintInteractionController

        protected UIPrintInteractionController​(NSObject.Handle h,
                                               long handle)
      • UIPrintInteractionController

        protected UIPrintInteractionController​(NSObject.SkipInit skipInit)
    • Method Detail

      • isPrintingAvailable

        public static boolean isPrintingAvailable()
      • getPrintableUTIs

        public static java.util.Set<java.lang.String> getPrintableUTIs()
      • setPrintInfo

        public void setPrintInfo​(UIPrintInfo v)
      • showsPageRange

        @Deprecated
        public boolean showsPageRange()
        Deprecated.
        Deprecated in iOS 10.0.
        Since:
        Available in iOS 4.2 and later.
      • setShowsPageRange

        @Deprecated
        public void setShowsPageRange​(boolean v)
        Deprecated.
        Deprecated in iOS 10.0.
        Since:
        Available in iOS 4.2 and later.
      • showsNumberOfCopies

        public boolean showsNumberOfCopies()
        Since:
        Available in iOS 7.0 and later.
      • setShowsNumberOfCopies

        public void setShowsNumberOfCopies​(boolean v)
        Since:
        Available in iOS 7.0 and later.
      • showsPaperSelectionForLoadedPapers

        public boolean showsPaperSelectionForLoadedPapers()
        Since:
        Available in iOS 8.0 and later.
      • setShowsPaperSelectionForLoadedPapers

        public void setShowsPaperSelectionForLoadedPapers​(boolean v)
        Since:
        Available in iOS 8.0 and later.
      • getPrintingItem

        public NSObject getPrintingItem()
      • setPrintingItem

        public void setPrintingItem​(NSObject v)
      • getPrintingItems

        public NSArray<?> getPrintingItems()
      • setPrintingItems

        public void setPrintingItems​(NSArray<?> v)
      • dismiss

        public void dismiss​(boolean animated)
      • canPrint

        public static boolean canPrint​(NSURL url)
      • canPrint

        public static boolean canPrint​(NSData data)