PDFGroupContainer

public enum PDFGroupContainer
extension PDFGroupContainer: PDFJSONSerializable

A section container defines the position of an element in a column of a given container.

  • Element is in no container, only real use is as a default value

    Declaration

    Swift

    case none
  • Container aligned to left

    Declaration

    Swift

    case left
  • Container aligned to center

    Declaration

    Swift

    case center
  • Container aligned to right

    Declaration

    Swift

    case right

JSON Serialization

  • Creates a representable object

    Declaration

    Swift

    public var JSONRepresentation: AnyObject { get }