PDFGroupContainer

public enum PDFGroupContainer

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