FileType

public enum FileType : String

The type of the original source file.

  • pdf

    Undocumented

    Declaration

    Swift

    case pdf = "pdf"
  • Undocumented

    Declaration

    Swift

    case html = "html"
  • Undocumented

    Declaration

    Swift

    case word = "word"
  • Undocumented

    Declaration

    Swift

    case json = "json"