PDFTableCellAlignment

public enum PDFTableCellAlignment

TODO: Documentation

  • TODO: Documentation

    Declaration

    Swift

    case topLeft
  • top

    TODO: Documentation

    Declaration

    Swift

    case top
  • TODO: Documentation

    Declaration

    Swift

    case topRight
  • TODO: Documentation

    Declaration

    Swift

    case left
  • TODO: Documentation

    Declaration

    Swift

    case center
  • TODO: Documentation

    Declaration

    Swift

    case right
  • TODO: Documentation

    Declaration

    Swift

    case bottomLeft
  • TODO: Documentation

    Declaration

    Swift

    case bottom
  • TODO: Documentation

    Declaration

    Swift

    case bottomRight
  • Creates a representable object

    Declaration

    Swift

    public var JSONRepresentation: AnyObject { get }