PDFListItemSymbol
public enum PDFListItemSymbol : RawRepresentable, HashableSymbol used by a list item in a PDFList
- 
                  
                  Doesn’t display a symbol before the content DeclarationSwift case none
- 
                  
                  If an item is nested and uses this symbol, it will take the same one as the parent. DeclarationSwift case inherit
- 
                  
                  Symbol is a middle-dot DeclarationSwift case dot
- 
                  
                  Symbol is a dash/minus. DeclarationSwift case dash
- 
                  
                  Any string valuemust be provided, which will then be used as the symbol.The indentation value of the PDFListmust be set correctly in the initializerinit(indentations:), as the indentation is not based on the symbol frame width.DeclarationSwift case custom(value: String)
- 
                  
                  When the parent of multiple list items is of type numbered, it will then use the index as the symbol, starting with1and append a dot.to the number.If a valueis provided, this will be used for the parent item, in case you want to override the value.DeclarationSwift case numbered(value: String?)
- 
                  
                  Returns the symbol as a string, to be calculated and rendered using PDFTextDeclarationSwift public var stringValue: String { get }
- 
                  
                  nodoc DeclarationSwift public var rawValue: String { get }
- 
                  
                  nodoc DeclarationSwift public init?(rawValue: PDFListItemSymbol.RawValue)
- 
                  
                  nodoc DeclarationSwift public static func == (lhs: PDFListItemSymbol, rhs: PDFListItemSymbol) -> Bool
- 
                  
                  nodoc DeclarationSwift public func hash(into hasher: inout Hasher)
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
          