PDFTableCellAlignment

public enum PDFTableCellAlignment
extension PDFTableCellAlignment: PDFJSONSerializable

Options for aligning content inside a table cell

  • Content will be aligned in the top left corner

    Declaration

    Swift

    case topLeft
  • top

    Content will be aligned with the top edge, centered horizontally

    Declaration

    Swift

    case top
  • Content will be aligned in the top right corner

    Declaration

    Swift

    case topRight
  • Content will be aligned with the left edge, centered vertically

    Declaration

    Swift

    case left
  • Content will be centered horizontally & vertically

    Declaration

    Swift

    case center
  • Content will be aligned with the right edge, centered horizontally

    Declaration

    Swift

    case right
  • Content will be aligned in the bottom left corner

    Declaration

    Swift

    case bottomLeft
  • Content will be aligned with the bottom edge, centered horizontally

    Declaration

    Swift

    case bottom
  • Content will be aligned in the top right corner

    Declaration

    Swift

    case bottomRight
  • Creates a representable object

    Declaration

    Swift

    public var JSONRepresentation: AnyObject { get }