PaperDownloadFormat

public enum PaperDownloadFormat : CustomStringConvertible, JSONRepresentable

The PaperDownloadFormat union

  • An unspecified error.

    Declaration

    Swift

    case docx
  • An unspecified error.

    Declaration

    Swift

    case html
  • An unspecified error.

    Declaration

    Swift

    case markdown
  • pdf

    An unspecified error.

    Declaration

    Swift

    case pdf
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }