PDFSectionColumn

public class PDFSectionColumn : PDFDocumentObject

TODO: Documentation

PUBLIC VARS

  • Holds the relative column width. Value is between 0.0 and 1.0.

    Declaration

    Swift

    public private(set) var width: CGFloat { get }
  • Background color of this section

    Declaration

    Swift

    public var backgroundColor: Color?

PUBLIC INITIALIZERS

  • Creates a new section column with the given relative width.

    Declaration

    Swift

    public init(width: CGFloat)

    Parameters

    width

    Relative column width. Value is between 0.0 and 1.0.

Layout

Lines

Image

Text

Table

List

Layout

Groups