Class UTType.Document

  • Enclosing class:
    UTType

    public static class UTType.Document
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Document()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String Database()  
      static java.lang.String Presentation()  
      static java.lang.String Spreadsheet()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Document

        public Document()
    • Method Detail

      • Spreadsheet

        public static java.lang.String Spreadsheet()
        Since:
        Available in iOS 8.0 and later.
      • Presentation

        public static java.lang.String Presentation()
        Since:
        Available in iOS 8.0 and later.
      • Database

        public static java.lang.String Database()
        Since:
        Available in iOS 8.0 and later.