PDFTableCellAlignment

public enum PDFTableCellAlignment

Undocumented

  • Undocumented

    Declaration

    Swift

    case topLeft
  • top

    Undocumented

    Declaration

    Swift

    case top
  • Undocumented

    Declaration

    Swift

    case topRight
  • Undocumented

    Declaration

    Swift

    case left
  • Undocumented

    Declaration

    Swift

    case center
  • Undocumented

    Declaration

    Swift

    case right
  • Undocumented

    Declaration

    Swift

    case bottomLeft
  • Undocumented

    Declaration

    Swift

    case bottom
  • Undocumented

    Declaration

    Swift

    case bottomRight
  • Creates a representable object

    Declaration

    Swift

    public var JSONRepresentation: AnyObject { get }