-
Count of rows which will use the style configured in
rowHeaderStyleDeclaration
Swift
public var rowHeaderCount: Int -
Count of columns which will use the style configured in
columnHeaderStyleDeclaration
Swift
public var columnHeaderCount: Int -
Count of footers which will use the style configured in
footerStyleDeclaration
Swift
public var footerCount: Int -
Style used for the outer border
Declaration
Swift
public var outline: PDFLineStyle -
Style of cells in the header rows
Declaration
Swift
public var rowHeaderStyle: PDFTableCellStyle -
Style of cells in the header columns
Declaration
Swift
public var columnHeaderStyle: PDFTableCellStyle -
Style of cells in the footer rows
Declaration
Swift
public var footerStyle: PDFTableCellStyle -
Style of cells without special purpose
Declaration
Swift
public var contentStyle: PDFTableCellStyle -
Style used for alternating content rows
Setting this property will enable alternating row styling, which will apply this style to every other row
Declaration
Swift
public var alternatingContentStyle: PDFTableCellStyle? -
init(rowHeaderCount:columnHeaderCount: footerCount: outline: rowHeaderStyle: columnHeaderStyle: footerStyle: contentStyle: alternatingContentStyle: ) Create a table style
Declaration
Swift
public init( rowHeaderCount: Int = 1, columnHeaderCount: Int = 1, footerCount: Int = 1, outline: PDFLineStyle = PDFLineStyle(), rowHeaderStyle: PDFTableCellStyle = PDFTableCellStyle(), columnHeaderStyle: PDFTableCellStyle = PDFTableCellStyle(), footerStyle: PDFTableCellStyle = PDFTableCellStyle(), contentStyle: PDFTableCellStyle = PDFTableCellStyle(), alternatingContentStyle: PDFTableCellStyle? = nil )Parameters
rowHeaderCountNumber of top rows which have header style
columnHeaderCountNumber of left columns with header style
footerCountNumber of footer rows with header style
outlineLine style of the outer borderlines
showHorizontalGridLinesRender horizontal grid lines
showVerticalGridLinesRender vertical grid lines
showRowHeaderGridLinesRender row header grid lines
showColumnHeaderGridLinesRender column header grid lines
showFooterGridLinesRender footer grid lines
rowHeaderStyleThe cell style of row header cells
columnHeaderStyleThe cell style of row header cells
footerStyleThe cell style of row header cells
-
nodoc
Declaration
Swift
public func copy() -> PDFTableStyle -
nodoc
Declaration
Swift
public static func == (lhs: PDFTableStyle, rhs: PDFTableStyle) -> Bool
View on GitHub
Install in Dash