PDFTableContent
public class PDFTableContent : CustomStringConvertible, Hashable
extension PDFTableContent: PDFTableContentable
Structure used to manage cell content
-
Creates a new table cell content wrapping the given `content
Throws
tableContentInvalid(value:)
if thecontent
has an unsupported typeDeclaration
Swift
public init(content: Any?) throws
Parameters
content
Content of this cell, see
ContentType
for list of supported types.
-
nodoc
Declaration
Swift
public static func == (lhs: PDFTableContent, rhs: PDFTableContent) -> Bool
-
nodoc
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Casts this instance to a
PDFTableContent
Declaration
Swift
public var asTableContent: PDFTableContent { get }