From 8d043724c8541a060fba3858bf7b4399370d7b26 Mon Sep 17 00:00:00 2001 From: Fumiya Tanaka Date: Sun, 25 Dec 2022 19:35:08 +0900 Subject: [PATCH] Always check access scope for selected file. (#33) * Always check access scope for selected file. * Update docs --- Csv2ImageApp/Csv2ImageApp.xcodeproj/project.pbxproj | 2 +- .../Views/GenerateOutputView/GenerateOutputModel.swift | 3 +-- Sources/Csv2Img/Csv.swift | 10 ++++++---- docs/data/documentation/csv2img.json | 2 +- docs/data/documentation/csv2img/anycsvexportable.json | 2 +- .../documentation/csv2img/anycsvexportable/base.json | 2 +- .../csv2img/anycsvexportable/init(_:).json | 2 +- docs/data/documentation/csv2img/csv.json | 2 +- docs/data/documentation/csv2img/csv/column.json | 2 +- .../csv2img/csv/column/init(name:style:).json | 2 +- .../csv2img/csv/column/name-swift.property.json | 2 +- .../csv2img/csv/column/name-swift.typealias.json | 2 +- .../csv2img/csv/column/style-swift.property.json | 2 +- .../csv2img/csv/column/style-swift.struct.json | 2 +- .../csv/column/style-swift.struct/applyonlycolumn.json | 2 +- .../csv2img/csv/column/style-swift.struct/color.json | 2 +- .../init(color:applyonlycolumn:).json | 2 +- .../csv/column/style-swift.struct/random(count:).json | 2 +- docs/data/documentation/csv2img/csv/columns.json | 2 +- docs/data/documentation/csv2img/csv/error.json | 2 +- .../csv2img/csv/error/cannotaccessfile(url:).json | 2 +- .../documentation/csv2img/csv/error/emptydata.json | 2 +- .../csv2img/csv/error/error-implementations.json | 2 +- .../csv/error/invaliddownloadresource(url:data:).json | 2 +- .../csv2img/csv/error/invalidexporttype(_:).json | 2 +- .../csv/error/invalidlocalresource(url:data:).json | 2 +- .../csv2img/csv/error/localizeddescription.json | 2 +- .../csv2img/csv/error/underlying(_:).json | 2 +- .../csv2img/csv/error/workinprogress.json | 2 +- .../csv2img/csv/exporttype-swift.enum.json | 2 +- .../csv2img/csv/exporttype-swift.enum/!=(_:_:).json | 2 +- .../equatable-implementations.json | 2 +- .../csv/exporttype-swift.enum/fileextension.json | 2 +- .../csv2img/csv/exporttype-swift.enum/hash(into:).json | 2 +- .../csv2img/csv/exporttype-swift.enum/hashvalue.json | 2 +- .../csv/exporttype-swift.enum/init(rawvalue:).json | 2 +- .../csv2img/csv/exporttype-swift.enum/pdf.json | 2 +- .../csv2img/csv/exporttype-swift.enum/png.json | 2 +- .../rawrepresentable-implementations.json | 2 +- .../csv2img/csv/exporttype-swift.enum/uttype.json | 2 +- .../csv2img/csv/exporttype-swift.property.json | 2 +- .../csv2img/csv/generate(fontsize:exporttype:).json | 2 +- ...(separator:rawstring:columns:rows:exporttype:).json | 2 +- docs/data/documentation/csv2img/csv/isloading.json | 2 +- .../documentation/csv2img/csv/isloadingpublisher.json | 2 +- ...eparator:checkaccesssecurityscope:exporttype:).json | 1 - .../csv/loadfromdisk(_:separator:exporttype:).json | 1 + .../csv/loadfromnetwork(_:separator:exporttype:).json | 2 +- ...dfromstring(_:separator:maxlength:exporttype:).json | 2 +- docs/data/documentation/csv2img/csv/progress.json | 2 +- .../documentation/csv2img/csv/progresspublisher.json | 2 +- docs/data/documentation/csv2img/csv/rawstring.json | 2 +- docs/data/documentation/csv2img/csv/row.json | 2 +- docs/data/documentation/csv2img/csv/row/index.json | 2 +- .../csv2img/csv/row/init(index:values:).json | 2 +- docs/data/documentation/csv2img/csv/rows.json | 2 +- docs/data/documentation/csv2img/csv/write(to:).json | 2 +- docs/data/documentation/csv2img/csvexportable.json | 2 +- docs/data/documentation/csv2img/imagemakingerror.json | 2 +- .../imagemakingerror/error-implementations.json | 2 +- .../imagemakingerror/failedcreateimage(_:).json | 2 +- .../csv2img/imagemakingerror/localizeddescription.json | 2 +- .../csv2img/imagemakingerror/nocontextavailable.json | 2 +- .../csv2img/imagemakingerror/underlying(_:).json | 2 +- docs/data/documentation/csv2img/maker.json | 2 +- docs/data/documentation/csv2img/maker/exportable.json | 2 +- .../csv2img/maker/make(columns:rows:progress:).json | 2 +- .../documentation/csv2img/maker/maximumrowcount.json | 2 +- .../documentation/csv2img/maker/setfontsize(_:).json | 2 +- docs/data/documentation/csv2img/pdfmakingerror.json | 2 +- .../csv2img/pdfmakingerror/error-implementations.json | 2 +- .../csv2img/pdfmakingerror/localizeddescription.json | 2 +- .../csv2img/pdfmakingerror/nocontextavailabe.json | 2 +- .../csv2img/pdfmakingerror/underlying(_:).json | 2 +- docs/data/documentation/csv2img/pdfmetadata.json | 2 +- .../data/documentation/csv2img/pdfmetadata/author.json | 2 +- .../csv2img/pdfmetadata/init(author:title:).json | 2 +- docs/data/documentation/csv2img/pdfmetadata/title.json | 2 +- .../index.html | 0 docs/index/index.json | 2 +- 80 files changed, 83 insertions(+), 82 deletions(-) delete mode 100644 docs/data/documentation/csv2img/csv/loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:).json create mode 100644 docs/data/documentation/csv2img/csv/loadfromdisk(_:separator:exporttype:).json rename docs/documentation/csv2img/csv/{loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:) => loadfromdisk(_:separator:exporttype:)}/index.html (100%) diff --git a/Csv2ImageApp/Csv2ImageApp.xcodeproj/project.pbxproj b/Csv2ImageApp/Csv2ImageApp.xcodeproj/project.pbxproj index 13fb5fb..a49e59d 100644 --- a/Csv2ImageApp/Csv2ImageApp.xcodeproj/project.pbxproj +++ b/Csv2ImageApp/Csv2ImageApp.xcodeproj/project.pbxproj @@ -30,7 +30,7 @@ D3C4131B289F9B7B00936C02 /* RootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C4131A289F9B7B00936C02 /* RootView.swift */; }; D3C4131D289F9E3A00936C02 /* SelectCsvModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C4131C289F9E3A00936C02 /* SelectCsvModel.swift */; }; D3C41320289FB11800936C02 /* GenerateOutputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C4131F289FB11800936C02 /* GenerateOutputView.swift */; }; - D3C41322289FB11F00936C02 /* GenerateOutputModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C41321289FB11F00936C02 /* GenerateOutputModel.swift */; platformFilter = ios; }; + D3C41322289FB11F00936C02 /* GenerateOutputModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C41321289FB11F00936C02 /* GenerateOutputModel.swift */; }; D3C41324289FB12F00936C02 /* GenerateOutputView+iOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C41323289FB12F00936C02 /* GenerateOutputView+iOS.swift */; platformFilter = ios; }; D3C41326289FB13800936C02 /* GenerateOutputView+macOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C41325289FB13800936C02 /* GenerateOutputView+macOS.swift */; platformFilters = (macos, ); }; D3C41328289FB66400936C02 /* CButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C41327289FB66400936C02 /* CButton.swift */; }; diff --git a/Csv2ImageApp/Csv2ImageApp/Views/GenerateOutputView/GenerateOutputModel.swift b/Csv2ImageApp/Csv2ImageApp/Views/GenerateOutputView/GenerateOutputModel.swift index dd274a7..4623b1c 100644 --- a/Csv2ImageApp/Csv2ImageApp/Views/GenerateOutputView/GenerateOutputModel.swift +++ b/Csv2ImageApp/Csv2ImageApp/Views/GenerateOutputView/GenerateOutputModel.swift @@ -40,7 +40,7 @@ class GenerateOutputModel: ObservableObject { #if os(macOS) self.csv = try Csv.loadFromDisk(url, exportType: exportMode) #elseif os(iOS) - self.csv = try Csv.loadFromDisk(url, checkAccessSecurityScope: true, exportType: exportMode) + self.csv = try Csv.loadFromDisk(url, exportType: exportMode) #endif case .network: self.csv = try Csv.loadFromNetwork(url, exportType: exportMode) @@ -121,7 +121,6 @@ class GenerateOutputModel: ObservableObject { } } - #if os(macOS) extension GenerateOutputModel { @MainActor diff --git a/Sources/Csv2Img/Csv.swift b/Sources/Csv2Img/Csv.swift index 1acd117..e3e8b00 100644 --- a/Sources/Csv2Img/Csv.swift +++ b/Sources/Csv2Img/Csv.swift @@ -300,17 +300,19 @@ extension Csv { /// /// - Parameters: /// - file: Local disk url, commonly starts from `file://` schema. Relative-path method is not allowed, please specify by absolute-path method. - /// - separator: Default `separator` in a row is `","`. You cloud change it by giving separator to `separator` parameter. - /// - checkAccessSecurityScope: This flag is effective to only macOS. If you want to check local-file is securely accessible from this app, make this flat `true`. Default value if `false` which does not check the file access-security-scope. + /// - separator: Default `separator` in a row is `","`. You cloud change it by giving separator to `separator` parameter. /// - exportType: Default `exportType` is `.png`. If you use too big image size, I strongly recommend use `.pdf` instead. public static func loadFromDisk( _ file: URL, separator: String = ",", - checkAccessSecurityScope: Bool = false, exportType: ExportType = .png ) throws -> Csv { // https://www.hackingwithswift.com/forums/swift/accessing-files-from-the-files-app/8203 - if !checkAccessSecurityScope || file.startAccessingSecurityScopedResource() { + let canAccess = file.startAccessingSecurityScopedResource() + defer { + file.stopAccessingSecurityScopedResource() + } + if canAccess { let data = try Data(contentsOf: file) let str: String if let _str = String(data: data, encoding: .utf8) { diff --git a/docs/data/documentation/csv2img.json b/docs/data/documentation/csv2img.json index d3f2ab8..07711b0 100644 --- a/docs/data/documentation/csv2img.json +++ b/docs/data/documentation/csv2img.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/csv2img"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img","interfaceLanguage":"swift"},"topicSections":[{"title":"Classes","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]},{"title":"Protocols","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker"]},{"title":"Structures","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"]},{"title":"Enumerations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError"]}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"Csv2Img","title":"Csv2Img","symbolKind":"module","role":"collection","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[[]]},"references":{"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata":{"role":"symbol","title":"PDFMetadata","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}],"url":"\/documentation\/csv2img\/pdfmetadata"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/csv2img"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img","interfaceLanguage":"swift"},"topicSections":[{"title":"Classes","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]},{"title":"Protocols","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker"]},{"title":"Structures","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"]},{"title":"Enumerations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError"]}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"Csv2Img","title":"Csv2Img","symbolKind":"module","role":"collection","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[[]]},"references":{"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata":{"role":"symbol","title":"PDFMetadata","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}],"url":"\/documentation\/csv2img\/pdfmetadata"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/anycsvexportable.json b/docs/data/documentation/csv2img/anycsvexportable.json index b606d44..4337be8 100644 --- a/docs/data/documentation/csv2img/anycsvexportable.json +++ b/docs/data/documentation/csv2img/anycsvexportable.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/anycsvexportable"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","interfaceLanguage":"swift"},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/init(_:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/base"]}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"title":"AnyCsvExportable","roleHeading":"Class","role":"symbol","symbolKind":"class","externalID":"s:7Csv2Img16AnyCsvExportableC","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable/init(_:)":{"role":"symbol","title":"init(_:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/init(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/anycsvexportable\/init(_:)"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable/base":{"role":"symbol","title":"base","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"base"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/base","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/anycsvexportable\/base"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/anycsvexportable"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","interfaceLanguage":"swift"},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/init(_:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/base"]}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"title":"AnyCsvExportable","roleHeading":"Class","role":"symbol","symbolKind":"class","externalID":"s:7Csv2Img16AnyCsvExportableC","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable/init(_:)":{"role":"symbol","title":"init(_:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/init(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/anycsvexportable\/init(_:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable/base":{"role":"symbol","title":"base","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"base"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/base","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/anycsvexportable\/base"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/anycsvexportable/base.json b/docs/data/documentation/csv2img/anycsvexportable/base.json index e02e47a..fc10288 100644 --- a/docs/data/documentation/csv2img/anycsvexportable/base.json +++ b/docs/data/documentation/csv2img/anycsvexportable/base.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"base"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP","text":"CsvExportable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/anycsvexportable\/base"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/base","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"base"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"title":"base","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img16AnyCsvExportableC4baseAA0dE0_pvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable/base":{"role":"symbol","title":"base","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"base"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/base","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/anycsvexportable\/base"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"base"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP","text":"CsvExportable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/anycsvexportable\/base"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/base","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"base"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"title":"base","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img16AnyCsvExportableC4baseAA0dE0_pvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable/base":{"role":"symbol","title":"base","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"base"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/base","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/anycsvexportable\/base"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/anycsvexportable/init(_:).json b/docs/data/documentation/csv2img/anycsvexportable/init(_:).json index d426658..1fd5be1 100644 --- a/docs/data/documentation/csv2img/anycsvexportable/init(_:).json +++ b/docs/data/documentation/csv2img/anycsvexportable/init(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"csvExportable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP","text":"CsvExportable"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/anycsvexportable\/init(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/init(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"},{"kind":"text","text":")"}],"title":"init(_:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img16AnyCsvExportableCyAcA0dE0_pcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable/init(_:)":{"role":"symbol","title":"init(_:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/init(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/anycsvexportable\/init(_:)"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"csvExportable"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP","text":"CsvExportable"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/anycsvexportable\/init(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/init(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"},{"kind":"text","text":")"}],"title":"init(_:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img16AnyCsvExportableCyAcA0dE0_pcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable/init(_:)":{"role":"symbol","title":"init(_:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable\/init(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/anycsvexportable\/init(_:)"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv.json b/docs/data/documentation/csv2img/csv.json index 84adb3f..1f80ac9 100644 --- a/docs/data/documentation/csv2img/csv.json +++ b/docs/data/documentation/csv2img/csv.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"actor"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" is a struct to store information to parse csv into table."}]},{"type":"paragraph","inlineContent":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" automatically recognize first row as column and others as rows."}]},{"type":"codeListing","syntax":"swift","code":["let rawCsv = \"\"\"","a,b,c","1,2,3","4,5,6","7,8,9","10,11,12","\"\"\"","let csv = Csv.loadFromString(rawCsv)","Output:","| a | b | c |","| 1 | 2 | 3 |","| 4 | 5 | 6 |","| 7 | 8 | 9 |","| 10 | 11 | 12 |"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/s8SendableP","doc:\/\/Csv2Img\/ScA"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Csv data structure"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"title":"Csv","roleHeading":"Class","role":"symbol","symbolKind":"class","externalID":"s:7Csv2Img3CsvC","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"Csv"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"topicSections":[{"title":"Structures","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"]},{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/init(separator:rawString:columns:rows:exportType:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/columns","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/exportType-swift.property","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoadingPublisher","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progressPublisher","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rawString","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rows","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/separator"]},{"title":"Instance Methods","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/generate(fontSize:exportType:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/write(to:)"]},{"title":"Type Methods","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromDisk(_:separator:checkAccessSecurityScope:exportType:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromNetwork(_:separator:exportType:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromString(_:separator:maxLength:exportType:)"]},{"title":"Enumerations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]}],"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/init(separator:rawString:columns:rows:exportType:)":{"role":"symbol","title":"init(separator:rawString:columns:rows:exportType:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"initialization"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/init(separator:rawString:columns:rows:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/init(separator:rawstring:columns:rows:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/isLoading":{"role":"symbol","title":"isLoading","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[{"type":"text","text":"A flag whether "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" is loading contents or not"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/isloading"},"doc://Csv2Img/documentation/Csv2Img/Csv/separator":{"role":"symbol","title":"separator","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"an separator applied to each row and column"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/separator","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/separator"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromDisk(_:separator:checkAccessSecurityScope:exportType:)":{"role":"symbol","title":"loadFromDisk(_:separator:checkAccessSecurityScope:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromDisk"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"checkAccessSecurityScope"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from local disk url (like "},{"type":"codeVoice","code":"file:\/\/Users\/..."},{"type":"text","text":")."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromDisk(_:separator:checkAccessSecurityScope:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img/Csv/progress":{"role":"symbol","title":"progress","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progress"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"}],"abstract":[{"type":"text","text":"progress stores current completeFraction of convert"},{"type":"text","text":" "},{"type":"text","text":"Value is in "},{"type":"codeVoice","code":"0...1"},{"type":"text","text":" with "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" type"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/progress"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromString(_:separator:maxLength:exportType:)":{"role":"symbol","title":"loadFromString(_:separator:maxLength:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromString"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maxLength"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from "},{"type":"codeVoice","code":"String"},{"type":"text","text":" data."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromString(_:separator:maxLength:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromstring(_:separator:maxlength:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/exportType-swift.property":{"role":"symbol","title":"exportType","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"}],"abstract":[{"type":"codeVoice","code":"exportType"},{"type":"text","text":" determines export type. Please choose "},{"type":"codeVoice","code":"ExportType.png"},{"type":"text","text":" or "},{"type":"codeVoice","code":"ExportType.pdf"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/exportType-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.property"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/s8SendableP":{"type":"unresolvable","title":"Swift.Sendable","identifier":"doc:\/\/Csv2Img\/s8SendableP"},"doc://Csv2Img/documentation/Csv2Img/Csv/write(to:)":{"role":"symbol","title":"write(to:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"write"},{"kind":"text","text":"("},{"kind":"externalParam","text":"to"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/write(to:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/write(to:)"},"doc://Csv2Img/ScA":{"type":"unresolvable","title":"_Concurrency.Actor","identifier":"doc:\/\/Csv2Img\/ScA"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromNetwork(_:separator:exportType:)":{"role":"symbol","title":"loadFromNetwork(_:separator:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromNetwork"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from network url (like "},{"type":"codeVoice","code":"HTTPS"},{"type":"text","text":")."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromNetwork(_:separator:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromnetwork(_:separator:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/rawString":{"role":"symbol","title":"rawString","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"codeVoice","code":"rawString"},{"type":"text","text":" is original String read from Resource (either Local or Network)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rawString","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/rawstring"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/rows":{"role":"symbol","title":"rows","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"an array of row whose type is ``Row`."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rows","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/rows"},"doc://Csv2Img/documentation/Csv2Img/Csv/isLoadingPublisher":{"role":"symbol","title":"isLoadingPublisher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoadingPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoadingPublisher","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/isloadingpublisher"},"doc://Csv2Img/documentation/Csv2Img/Csv/progressPublisher":{"role":"symbol","title":"progressPublisher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progressPublisher","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/progresspublisher"},"doc://Csv2Img/documentation/Csv2Img/Csv/generate(fontSize:exportType:)":{"role":"symbol","title":"generate(fontSize:exportType:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"generate"},{"kind":"text","text":"("},{"kind":"externalParam","text":"fontSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"async"},{"kind":"text","text":" "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"AnyCsvExportable","preciseIdentifier":"s:7Csv2Img16AnyCsvExportableC"}],"abstract":[{"type":"text","text":"Generate Output (file-type is determined by "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" parameter)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/generate(fontSize:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/generate(fontsize:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/columns":{"role":"symbol","title":"columns","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"an array of "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/columns","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/columns"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"actor"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" is a struct to store information to parse csv into table."}]},{"type":"paragraph","inlineContent":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" automatically recognize first row as column and others as rows."}]},{"type":"codeListing","syntax":"swift","code":["let rawCsv = \"\"\"","a,b,c","1,2,3","4,5,6","7,8,9","10,11,12","\"\"\"","let csv = Csv.loadFromString(rawCsv)","Output:","| a | b | c |","| 1 | 2 | 3 |","| 4 | 5 | 6 |","| 7 | 8 | 9 |","| 10 | 11 | 12 |"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/s8SendableP","doc:\/\/Csv2Img\/ScA","doc:\/\/Csv2Img\/12_Concurrency8AnyActorP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Csv data structure"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"title":"Csv","roleHeading":"Class","role":"symbol","symbolKind":"class","externalID":"s:7Csv2Img3CsvC","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"Csv"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"topicSections":[{"title":"Structures","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"]},{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/init(separator:rawString:columns:rows:exportType:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/columns","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/exportType-swift.property","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoadingPublisher","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progressPublisher","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rawString","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rows","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/separator"]},{"title":"Instance Methods","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/generate(fontSize:exportType:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/write(to:)"]},{"title":"Type Methods","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromDisk(_:separator:exportType:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromNetwork(_:separator:exportType:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromString(_:separator:maxLength:exportType:)"]},{"title":"Enumerations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]}],"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/exportType-swift.property":{"role":"symbol","title":"exportType","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"}],"abstract":[{"type":"codeVoice","code":"exportType"},{"type":"text","text":" determines export type. Please choose "},{"type":"codeVoice","code":"ExportType.png"},{"type":"text","text":" or "},{"type":"codeVoice","code":"ExportType.pdf"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/exportType-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.property"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromString(_:separator:maxLength:exportType:)":{"role":"symbol","title":"loadFromString(_:separator:maxLength:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromString"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maxLength"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from "},{"type":"codeVoice","code":"String"},{"type":"text","text":" data."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromString(_:separator:maxLength:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromstring(_:separator:maxlength:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/init(separator:rawString:columns:rows:exportType:)":{"role":"symbol","title":"init(separator:rawString:columns:rows:exportType:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"initialization"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/init(separator:rawString:columns:rows:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/init(separator:rawstring:columns:rows:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/rawString":{"role":"symbol","title":"rawString","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"codeVoice","code":"rawString"},{"type":"text","text":" is original String read from Resource (either Local or Network)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rawString","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/rawstring"},"doc://Csv2Img/documentation/Csv2Img/Csv/progressPublisher":{"role":"symbol","title":"progressPublisher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progressPublisher","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/progresspublisher"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img/Csv/columns":{"role":"symbol","title":"columns","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"an array of "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/columns","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/columns"},"doc://Csv2Img/documentation/Csv2Img/Csv/generate(fontSize:exportType:)":{"role":"symbol","title":"generate(fontSize:exportType:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"generate"},{"kind":"text","text":"("},{"kind":"externalParam","text":"fontSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"async"},{"kind":"text","text":" "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"AnyCsvExportable","preciseIdentifier":"s:7Csv2Img16AnyCsvExportableC"}],"abstract":[{"type":"text","text":"Generate Output (file-type is determined by "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" parameter)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/generate(fontSize:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/generate(fontsize:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/rows":{"role":"symbol","title":"rows","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"an array of row whose type is ``Row`."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rows","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/rows"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromDisk(_:separator:exportType:)":{"role":"symbol","title":"loadFromDisk(_:separator:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromDisk"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from local disk url (like "},{"type":"codeVoice","code":"file:\/\/Users\/..."},{"type":"text","text":")."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromDisk(_:separator:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromdisk(_:separator:exporttype:)"},"doc://Csv2Img/s8SendableP":{"type":"unresolvable","title":"Swift.Sendable","identifier":"doc:\/\/Csv2Img\/s8SendableP"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromNetwork(_:separator:exportType:)":{"role":"symbol","title":"loadFromNetwork(_:separator:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromNetwork"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from network url (like "},{"type":"codeVoice","code":"HTTPS"},{"type":"text","text":")."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromNetwork(_:separator:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromnetwork(_:separator:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/separator":{"role":"symbol","title":"separator","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"an separator applied to each row and column"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/separator","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/separator"},"doc://Csv2Img/ScA":{"type":"unresolvable","title":"_Concurrency.Actor","identifier":"doc:\/\/Csv2Img\/ScA"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/isLoadingPublisher":{"role":"symbol","title":"isLoadingPublisher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoadingPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoadingPublisher","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/isloadingpublisher"},"doc://Csv2Img/documentation/Csv2Img/Csv/write(to:)":{"role":"symbol","title":"write(to:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"write"},{"kind":"text","text":"("},{"kind":"externalParam","text":"to"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/write(to:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/write(to:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img/Csv/progress":{"role":"symbol","title":"progress","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progress"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"}],"abstract":[{"type":"text","text":"progress stores current completeFraction of convert"},{"type":"text","text":" "},{"type":"text","text":"Value is in "},{"type":"codeVoice","code":"0...1"},{"type":"text","text":" with "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" type"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/progress"},"doc://Csv2Img/12_Concurrency8AnyActorP":{"type":"unresolvable","title":"_Concurrency.AnyActor","identifier":"doc:\/\/Csv2Img\/12_Concurrency8AnyActorP"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/isLoading":{"role":"symbol","title":"isLoading","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[{"type":"text","text":"A flag whether "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" is loading contents or not"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/isloading"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/column.json b/docs/data/documentation/csv2img/csv/column.json index 531abc5..b0e6cb8 100644 --- a/docs/data/documentation/csv2img/csv/column.json +++ b/docs/data/documentation/csv2img/csv/column.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Column is the first one of vertically separated groups."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"following groups are treated as "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"},{"type":"text","text":"."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"eg."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"1 2 3 4"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"5 6 7 8"},{"type":"text","text":" "},{"type":"text","text":"→Column is [1, 2, 3, 4] and Row is [5, 6, 7, 8]."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Because this class is usually initialized via "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":", you do not have to take care about "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"},{"type":"text","text":" in detail."}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column (a head line)"}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"Column"}],"role":"symbol","title":"Csv.Column","roleHeading":"Structure","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"symbolKind":"struct","externalID":"s:7Csv2Img3CsvC6ColumnV","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"topicSections":[{"title":"Structures","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct"]},{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/init(name:style:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/name-swift.property","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/style-swift.property"]},{"title":"Type Aliases","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias"]}],"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/style-swift.property":{"role":"symbol","title":"style","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/style-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.property"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/name-swift.property":{"role":"symbol","title":"name","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/name-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/name-swift.property"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/init(name:style:)":{"role":"symbol","title":"init(name:style:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/init(name:style:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/init(name:style:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Name-swift.typealias":{"role":"symbol","title":"Csv.Column.Name","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"}],"abstract":[{"type":"codeVoice","code":"Name"},{"type":"text","text":" is just a typealias of "},{"type":"codeVoice","code":"String"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Name"}],"url":"\/documentation\/csv2img\/csv\/column\/name-swift.typealias"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Column is the first one of vertically separated groups."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"following groups are treated as "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"},{"type":"text","text":"."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"eg."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"1 2 3 4"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"5 6 7 8"},{"type":"text","text":" "},{"type":"text","text":"→Column is [1, 2, 3, 4] and Row is [5, 6, 7, 8]."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Because this class is usually initialized via "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":", you do not have to take care about "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"},{"type":"text","text":" in detail."}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column (a head line)"}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"Column"}],"role":"symbol","title":"Csv.Column","roleHeading":"Structure","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"symbolKind":"struct","externalID":"s:7Csv2Img3CsvC6ColumnV","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"topicSections":[{"title":"Structures","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct"]},{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/init(name:style:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/name-swift.property","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/style-swift.property"]},{"title":"Type Aliases","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias"]}],"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/init(name:style:)":{"role":"symbol","title":"init(name:style:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/init(name:style:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/init(name:style:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/name-swift.property":{"role":"symbol","title":"name","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/name-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/name-swift.property"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/style-swift.property":{"role":"symbol","title":"style","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/style-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.property"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Name-swift.typealias":{"role":"symbol","title":"Csv.Column.Name","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"}],"abstract":[{"type":"codeVoice","code":"Name"},{"type":"text","text":" is just a typealias of "},{"type":"codeVoice","code":"String"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Name"}],"url":"\/documentation\/csv2img\/csv\/column\/name-swift.typealias"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/column/init(name:style:).json b/docs/data/documentation/csv2img/csv/column/init(name:style:).json index 8dd8f9e..8b24799 100644 --- a/docs/data/documentation/csv2img/csv/column/init(name:style:).json +++ b/docs/data/documentation/csv2img/csv/column/init(name:style:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea","text":"Name"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV","text":"Style"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/init(name:style:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/init(name:style:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":")"}],"title":"init(name:style:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img3CsvC6ColumnV4name5styleAESS_AE5StyleVtcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Name-swift.typealias":{"role":"symbol","title":"Csv.Column.Name","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"}],"abstract":[{"type":"codeVoice","code":"Name"},{"type":"text","text":" is just a typealias of "},{"type":"codeVoice","code":"String"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Name"}],"url":"\/documentation\/csv2img\/csv\/column\/name-swift.typealias"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/init(name:style:)":{"role":"symbol","title":"init(name:style:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/init(name:style:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/init(name:style:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea","text":"Name"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV","text":"Style"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/init(name:style:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/init(name:style:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":")"}],"title":"init(name:style:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img3CsvC6ColumnV4name5styleAESS_AE5StyleVtcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/init(name:style:)":{"role":"symbol","title":"init(name:style:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"},{"kind":"text","text":", "},{"kind":"externalParam","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/init(name:style:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/init(name:style:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Name-swift.typealias":{"role":"symbol","title":"Csv.Column.Name","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"}],"abstract":[{"type":"codeVoice","code":"Name"},{"type":"text","text":" is just a typealias of "},{"type":"codeVoice","code":"String"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Name"}],"url":"\/documentation\/csv2img\/csv\/column\/name-swift.typealias"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/column/name-swift.property.json b/docs/data/documentation/csv2img/csv/column/name-swift.property.json index 173efa0..140b8a2 100644 --- a/docs/data/documentation/csv2img/csv/column/name-swift.property.json +++ b/docs/data/documentation/csv2img/csv/column/name-swift.property.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea","text":"Name"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/name-swift.property"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/name-swift.property","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"}],"title":"name","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC6ColumnV4nameSSvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Name-swift.typealias":{"role":"symbol","title":"Csv.Column.Name","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"}],"abstract":[{"type":"codeVoice","code":"Name"},{"type":"text","text":" is just a typealias of "},{"type":"codeVoice","code":"String"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Name"}],"url":"\/documentation\/csv2img\/csv\/column\/name-swift.typealias"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/name-swift.property":{"role":"symbol","title":"name","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/name-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/name-swift.property"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea","text":"Name"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/name-swift.property"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/name-swift.property","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"}],"title":"name","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC6ColumnV4nameSSvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Name-swift.typealias":{"role":"symbol","title":"Csv.Column.Name","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"}],"abstract":[{"type":"codeVoice","code":"Name"},{"type":"text","text":" is just a typealias of "},{"type":"codeVoice","code":"String"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Name"}],"url":"\/documentation\/csv2img\/csv\/column\/name-swift.typealias"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/name-swift.property":{"role":"symbol","title":"name","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Name","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV4Namea"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/name-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/name-swift.property"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/column/name-swift.typealias.json b/docs/data/documentation/csv2img/csv/column/name-swift.typealias.json index 891700b..2e1f9a1 100644 --- a/docs/data/documentation/csv2img/csv/column/name-swift.typealias.json +++ b/docs/data/documentation/csv2img/csv/column/name-swift.typealias.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/name-swift.typealias"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"Name"},{"type":"text","text":" is just a typealias of "},{"type":"codeVoice","code":"String"}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"Name"}],"role":"symbol","title":"Csv.Column.Name","roleHeading":"Type Alias","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"}],"symbolKind":"typealias","externalID":"s:7Csv2Img3CsvC6ColumnV4Namea","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Name-swift.typealias":{"role":"symbol","title":"Csv.Column.Name","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"}],"abstract":[{"type":"codeVoice","code":"Name"},{"type":"text","text":" is just a typealias of "},{"type":"codeVoice","code":"String"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Name"}],"url":"\/documentation\/csv2img\/csv\/column\/name-swift.typealias"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/name-swift.typealias"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"Name"},{"type":"text","text":" is just a typealias of "},{"type":"codeVoice","code":"String"}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"Name"}],"role":"symbol","title":"Csv.Column.Name","roleHeading":"Type Alias","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"}],"symbolKind":"typealias","externalID":"s:7Csv2Img3CsvC6ColumnV4Namea","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Name-swift.typealias":{"role":"symbol","title":"Csv.Column.Name","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"Name"}],"abstract":[{"type":"codeVoice","code":"Name"},{"type":"text","text":" is just a typealias of "},{"type":"codeVoice","code":"String"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Name-swift.typealias","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Name"}],"url":"\/documentation\/csv2img\/csv\/column\/name-swift.typealias"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/column/style-swift.property.json b/docs/data/documentation/csv2img/csv/column/style-swift.property.json index 27cbf6d..145130c 100644 --- a/docs/data/documentation/csv2img/csv/column/style-swift.property.json +++ b/docs/data/documentation/csv2img/csv/column/style-swift.property.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV","text":"Style"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.property"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/style-swift.property","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"}],"title":"style","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC6ColumnV5styleAE5StyleVvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/style-swift.property":{"role":"symbol","title":"style","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/style-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.property"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV","text":"Style"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.property"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/style-swift.property","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"}],"title":"style","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC6ColumnV5styleAE5StyleVvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/style-swift.property":{"role":"symbol","title":"style","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"style"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/style-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.property"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/column/style-swift.struct.json b/docs/data/documentation/csv2img/csv/column/style-swift.struct.json index 09a96fc..59fd254 100644 --- a/docs/data/documentation/csv2img/csv/column/style-swift.struct.json +++ b/docs/data/documentation/csv2img/csv/column/style-swift.struct.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.struct"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"Style"}],"role":"symbol","title":"Csv.Column.Style","roleHeading":"Structure","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"symbolKind":"struct","externalID":"s:7Csv2Img3CsvC6ColumnV5StyleV","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/init(color:applyOnlyColumn:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/applyOnlyColumn","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/color"]},{"title":"Type Methods","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/random(count:)"]}],"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/color":{"role":"symbol","title":"color","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"}],"abstract":[{"type":"codeVoice","code":"color"},{"type":"text","text":" is a "},{"type":"codeVoice","code":"CGColor"},{"type":"text","text":" corresponding to textColor which is used when drawing"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/color","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/color"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/init(color:applyOnlyColumn:)":{"role":"symbol","title":"init(color:applyOnlyColumn:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"},{"kind":"text","text":", "},{"kind":"externalParam","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/init(color:applyOnlyColumn:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/init(color:applyonlycolumn:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/random(count:)":{"role":"symbol","title":"random(count:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"random"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":"]"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/random(count:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/random(count:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/applyOnlyColumn":{"role":"symbol","title":"applyOnlyColumn","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" determines whether this style affects both "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" and "},{"type":"codeVoice","code":"Row"},{"type":"text","text":" or not."},{"type":"text","text":" "},{"type":"text","text":"Default value of "},{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" is false, which means "},{"type":"codeVoice","code":"Style"},{"type":"text","text":" is also applied to "},{"type":"codeVoice","code":"Row"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/applyOnlyColumn","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/applyonlycolumn"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.struct"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"Style"}],"role":"symbol","title":"Csv.Column.Style","roleHeading":"Structure","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"symbolKind":"struct","externalID":"s:7Csv2Img3CsvC6ColumnV5StyleV","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/init(color:applyOnlyColumn:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/applyOnlyColumn","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/color"]},{"title":"Type Methods","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/random(count:)"]}],"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/random(count:)":{"role":"symbol","title":"random(count:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"random"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":"]"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/random(count:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/random(count:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/color":{"role":"symbol","title":"color","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"}],"abstract":[{"type":"codeVoice","code":"color"},{"type":"text","text":" is a "},{"type":"codeVoice","code":"CGColor"},{"type":"text","text":" corresponding to textColor which is used when drawing"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/color","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/color"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/applyOnlyColumn":{"role":"symbol","title":"applyOnlyColumn","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" determines whether this style affects both "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" and "},{"type":"codeVoice","code":"Row"},{"type":"text","text":" or not."},{"type":"text","text":" "},{"type":"text","text":"Default value of "},{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" is false, which means "},{"type":"codeVoice","code":"Style"},{"type":"text","text":" is also applied to "},{"type":"codeVoice","code":"Row"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/applyOnlyColumn","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/applyonlycolumn"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/init(color:applyOnlyColumn:)":{"role":"symbol","title":"init(color:applyOnlyColumn:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"},{"kind":"text","text":", "},{"kind":"externalParam","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/init(color:applyOnlyColumn:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/init(color:applyonlycolumn:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/column/style-swift.struct/applyonlycolumn.json b/docs/data/documentation/csv2img/csv/column/style-swift.struct/applyonlycolumn.json index 026edbb..a8217a5 100644 --- a/docs/data/documentation/csv2img/csv/column/style-swift.struct/applyonlycolumn.json +++ b/docs/data/documentation/csv2img/csv/column/style-swift.struct/applyonlycolumn.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.struct\/applyonlycolumn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/applyOnlyColumn","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" determines whether this style affects both "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" and "},{"type":"codeVoice","code":"Row"},{"type":"text","text":" or not."},{"type":"text","text":" "},{"type":"text","text":"Default value of "},{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" is false, which means "},{"type":"codeVoice","code":"Style"},{"type":"text","text":" is also applied to "},{"type":"codeVoice","code":"Row"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"title":"applyOnlyColumn","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC6ColumnV5StyleV09applyOnlyD0Sbvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/applyOnlyColumn":{"role":"symbol","title":"applyOnlyColumn","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" determines whether this style affects both "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" and "},{"type":"codeVoice","code":"Row"},{"type":"text","text":" or not."},{"type":"text","text":" "},{"type":"text","text":"Default value of "},{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" is false, which means "},{"type":"codeVoice","code":"Style"},{"type":"text","text":" is also applied to "},{"type":"codeVoice","code":"Row"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/applyOnlyColumn","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/applyonlycolumn"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.struct\/applyonlycolumn"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/applyOnlyColumn","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" determines whether this style affects both "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" and "},{"type":"codeVoice","code":"Row"},{"type":"text","text":" or not."},{"type":"text","text":" "},{"type":"text","text":"Default value of "},{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" is false, which means "},{"type":"codeVoice","code":"Style"},{"type":"text","text":" is also applied to "},{"type":"codeVoice","code":"Row"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"title":"applyOnlyColumn","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC6ColumnV5StyleV09applyOnlyD0Sbvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/applyOnlyColumn":{"role":"symbol","title":"applyOnlyColumn","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" determines whether this style affects both "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" and "},{"type":"codeVoice","code":"Row"},{"type":"text","text":" or not."},{"type":"text","text":" "},{"type":"text","text":"Default value of "},{"type":"codeVoice","code":"applyOnlyColumn"},{"type":"text","text":" is false, which means "},{"type":"codeVoice","code":"Style"},{"type":"text","text":" is also applied to "},{"type":"codeVoice","code":"Row"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/applyOnlyColumn","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/applyonlycolumn"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/column/style-swift.struct/color.json b/docs/data/documentation/csv2img/csv/column/style-swift.struct/color.json index b9cf7fb..c133b24 100644 --- a/docs/data/documentation/csv2img/csv/column/style-swift.struct/color.json +++ b/docs/data/documentation/csv2img/csv/column/style-swift.struct/color.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.struct\/color"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/color","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"color"},{"type":"text","text":" is a "},{"type":"codeVoice","code":"CGColor"},{"type":"text","text":" corresponding to textColor which is used when drawing"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"}],"title":"color","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC6ColumnV5StyleV5colorSo10CGColorRefavp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/color":{"role":"symbol","title":"color","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"}],"abstract":[{"type":"codeVoice","code":"color"},{"type":"text","text":" is a "},{"type":"codeVoice","code":"CGColor"},{"type":"text","text":" corresponding to textColor which is used when drawing"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/color","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/color"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.struct\/color"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/color","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"color"},{"type":"text","text":" is a "},{"type":"codeVoice","code":"CGColor"},{"type":"text","text":" corresponding to textColor which is used when drawing"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"}],"title":"color","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC6ColumnV5StyleV5colorSo10CGColorRefavp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/color":{"role":"symbol","title":"color","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"}],"abstract":[{"type":"codeVoice","code":"color"},{"type":"text","text":" is a "},{"type":"codeVoice","code":"CGColor"},{"type":"text","text":" corresponding to textColor which is used when drawing"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/color","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/color"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/column/style-swift.struct/init(color:applyonlycolumn:).json b/docs/data/documentation/csv2img/csv/column/style-swift.struct/init(color:applyonlycolumn:).json index 2447515..bc987ef 100644 --- a/docs/data/documentation/csv2img/csv/column/style-swift.struct/init(color:applyonlycolumn:).json +++ b/docs/data/documentation/csv2img/csv/column/style-swift.struct/init(color:applyonlycolumn:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"},{"kind":"text","text":", "},{"kind":"externalParam","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false)"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.struct\/init(color:applyonlycolumn:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/init(color:applyOnlyColumn:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"},{"kind":"text","text":", "},{"kind":"externalParam","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":")"}],"title":"init(color:applyOnlyColumn:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img3CsvC6ColumnV5StyleV5color09applyOnlyD0AGSo10CGColorRefa_Sbtcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/init(color:applyOnlyColumn:)":{"role":"symbol","title":"init(color:applyOnlyColumn:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"},{"kind":"text","text":", "},{"kind":"externalParam","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/init(color:applyOnlyColumn:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/init(color:applyonlycolumn:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"},{"kind":"text","text":", "},{"kind":"externalParam","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false)"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.struct\/init(color:applyonlycolumn:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/init(color:applyOnlyColumn:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"},{"kind":"text","text":", "},{"kind":"externalParam","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":")"}],"title":"init(color:applyOnlyColumn:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img3CsvC6ColumnV5StyleV5color09applyOnlyD0AGSo10CGColorRefa_Sbtcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/init(color:applyOnlyColumn:)":{"role":"symbol","title":"init(color:applyOnlyColumn:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"color"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"CGColor","preciseIdentifier":"c:@T@CGColorRef"},{"kind":"text","text":", "},{"kind":"externalParam","text":"applyOnlyColumn"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/init(color:applyOnlyColumn:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/init(color:applyonlycolumn:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/column/style-swift.struct/random(count:).json b/docs/data/documentation/csv2img/csv/column/style-swift.struct/random(count:).json index 75a9c62..71d9370 100644 --- a/docs/data/documentation/csv2img/csv/column/style-swift.struct/random(count:).json +++ b/docs/data/documentation/csv2img/csv/column/style-swift.struct/random(count:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"random"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV","text":"Style"},{"kind":"text","text":"]"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.struct\/random(count:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/random(count:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"random"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":"]"}],"title":"random(count:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:7Csv2Img3CsvC6ColumnV5StyleV6random5countSayAGGSi_tFZ","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/random(count:)":{"role":"symbol","title":"random(count:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"random"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":"]"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/random(count:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/random(count:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"random"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV","text":"Style"},{"kind":"text","text":"]"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/column\/style-swift.struct\/random(count:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/random(count:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"random"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":"]"}],"title":"random(count:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:7Csv2Img3CsvC6ColumnV5StyleV6random5countSayAGGSi_tFZ","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct/random(count:)":{"role":"symbol","title":"random(count:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"random"},{"kind":"text","text":"("},{"kind":"externalParam","text":"count"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Style","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV5StyleV"},{"kind":"text","text":"]"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct\/random(count:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/random(count:)"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column/Style-swift.struct":{"role":"symbol","title":"Csv.Column.Style","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Style"}],"abstract":[{"type":"codeVoice","code":"Style"},{"type":"text","text":" decides the appearance of certain "},{"type":"codeVoice","code":"Column"},{"type":"text","text":" group."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column\/Style-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Style"}],"url":"\/documentation\/csv2img\/csv\/column\/style-swift.struct"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/columns.json b/docs/data/documentation/csv2img/csv/columns.json index 950341d..9e528fd 100644 --- a/docs/data/documentation/csv2img/csv/columns.json +++ b/docs/data/documentation/csv2img/csv/columns.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"]"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/columns"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/columns","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"an array of "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"]"}],"title":"columns","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC7columnsSayAC6ColumnVGvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/columns":{"role":"symbol","title":"columns","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"an array of "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/columns","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/columns"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"]"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/columns"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/columns","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"an array of "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"]"}],"title":"columns","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC7columnsSayAC6ColumnVGvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/columns":{"role":"symbol","title":"columns","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"an array of "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/columns","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/columns"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/error.json b/docs/data/documentation/csv2img/csv/error.json index b96303b..72503b2 100644 --- a/docs/data/documentation/csv2img/csv/error.json +++ b/docs/data/documentation/csv2img/csv/error.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/s5ErrorP","doc:\/\/Csv2Img\/s8SendableP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"Error"}],"role":"symbol","title":"Csv.Error","roleHeading":"Enumeration","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"symbolKind":"enum","externalID":"s:7Csv2Img3CsvC5ErrorO","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"topicSections":[{"title":"Enumeration Cases","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/cannotAccessFile(url:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/emptyData","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidDownloadResource(url:data:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidExportType(_:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidLocalResource(url:data:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/underlying(_:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/workInProgress"]},{"title":"Default Implementations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/Error-Implementations"],"generated":true}],"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Error/workInProgress":{"role":"symbol","title":"Csv.Error.workInProgress","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"workInProgress"}],"abstract":[{"type":"text","text":"Csv denied execution because it is generating another contents."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/workInProgress","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/workinprogress"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/s8SendableP":{"type":"unresolvable","title":"Swift.Sendable","identifier":"doc:\/\/Csv2Img\/s8SendableP"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidExportType(_:)":{"role":"symbol","title":"Csv.Error.invalidExportType(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidExportType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"given "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is invalid."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidExportType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invalidexporttype(_:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidDownloadResource(url:data:)":{"role":"symbol","title":"Csv.Error.invalidDownloadResource(url:data:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidDownloadResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Specified network url is invalid or failed to download csv data."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidDownloadResource(url:data:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invaliddownloadresource(url:data:)"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/error-implementations"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/emptyData":{"role":"symbol","title":"Csv.Error.emptyData","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"emptyData"}],"abstract":[{"type":"text","text":"Both columns and rows are empty"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/emptyData","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/emptydata"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/underlying(_:)":{"role":"symbol","title":"Csv.Error.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":"?)"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/underlying(_:)"},"doc://Csv2Img/s5ErrorP":{"type":"unresolvable","title":"Swift.Error","identifier":"doc:\/\/Csv2Img\/s5ErrorP"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidLocalResource(url:data:)":{"role":"symbol","title":"Csv.Error.invalidLocalResource(url:data:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidLocalResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Specified local url is invalid (file may not exist)."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidLocalResource(url:data:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invalidlocalresource(url:data:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/cannotAccessFile(url:)":{"role":"symbol","title":"Csv.Error.cannotAccessFile(url:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"cannotAccessFile"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"If file is not accessible due to security issue."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/cannotAccessFile(url:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/cannotaccessfile(url:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/s5ErrorP","doc:\/\/Csv2Img\/s8SendableP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"Error"}],"role":"symbol","title":"Csv.Error","roleHeading":"Enumeration","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"symbolKind":"enum","externalID":"s:7Csv2Img3CsvC5ErrorO","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"topicSections":[{"title":"Enumeration Cases","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/cannotAccessFile(url:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/emptyData","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidDownloadResource(url:data:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidExportType(_:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidLocalResource(url:data:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/underlying(_:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/workInProgress"]},{"title":"Default Implementations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/Error-Implementations"],"generated":true}],"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidLocalResource(url:data:)":{"role":"symbol","title":"Csv.Error.invalidLocalResource(url:data:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidLocalResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Specified local url is invalid (file may not exist)."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidLocalResource(url:data:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invalidlocalresource(url:data:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidDownloadResource(url:data:)":{"role":"symbol","title":"Csv.Error.invalidDownloadResource(url:data:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidDownloadResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Specified network url is invalid or failed to download csv data."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidDownloadResource(url:data:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invaliddownloadresource(url:data:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/emptyData":{"role":"symbol","title":"Csv.Error.emptyData","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"emptyData"}],"abstract":[{"type":"text","text":"Both columns and rows are empty"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/emptyData","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/emptydata"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/underlying(_:)":{"role":"symbol","title":"Csv.Error.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":"?)"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/underlying(_:)"},"doc://Csv2Img/s5ErrorP":{"type":"unresolvable","title":"Swift.Error","identifier":"doc:\/\/Csv2Img\/s5ErrorP"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/error-implementations"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/cannotAccessFile(url:)":{"role":"symbol","title":"Csv.Error.cannotAccessFile(url:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"cannotAccessFile"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"If file is not accessible due to security issue."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/cannotAccessFile(url:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/cannotaccessfile(url:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/s8SendableP":{"type":"unresolvable","title":"Swift.Sendable","identifier":"doc:\/\/Csv2Img\/s8SendableP"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidExportType(_:)":{"role":"symbol","title":"Csv.Error.invalidExportType(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidExportType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"given "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is invalid."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidExportType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invalidexporttype(_:)"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/workInProgress":{"role":"symbol","title":"Csv.Error.workInProgress","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"workInProgress"}],"abstract":[{"type":"text","text":"Csv denied execution because it is generating another contents."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/workInProgress","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/workinprogress"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/error/cannotaccessfile(url:).json b/docs/data/documentation/csv2img/csv/error/cannotaccessfile(url:).json index 221b15b..84b5f54 100644 --- a/docs/data/documentation/csv2img/csv/error/cannotaccessfile(url:).json +++ b/docs/data/documentation/csv2img/csv/error/cannotaccessfile(url:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"cannotAccessFile"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/cannotaccessfile(url:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/cannotAccessFile(url:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"If file is not accessible due to security issue."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"cannotAccessFile"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"title":"Csv.Error.cannotAccessFile(url:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO16cannotAccessFileyAESS_tcAEmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Error/cannotAccessFile(url:)":{"role":"symbol","title":"Csv.Error.cannotAccessFile(url:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"cannotAccessFile"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"If file is not accessible due to security issue."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/cannotAccessFile(url:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/cannotaccessfile(url:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"cannotAccessFile"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/cannotaccessfile(url:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/cannotAccessFile(url:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"If file is not accessible due to security issue."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"cannotAccessFile"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"title":"Csv.Error.cannotAccessFile(url:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO16cannotAccessFileyAESS_tcAEmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/cannotAccessFile(url:)":{"role":"symbol","title":"Csv.Error.cannotAccessFile(url:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"cannotAccessFile"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"If file is not accessible due to security issue."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/cannotAccessFile(url:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/cannotaccessfile(url:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/error/emptydata.json b/docs/data/documentation/csv2img/csv/error/emptydata.json index 90afa5b..8d3a44d 100644 --- a/docs/data/documentation/csv2img/csv/error/emptydata.json +++ b/docs/data/documentation/csv2img/csv/error/emptydata.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"emptyData"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/emptydata"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/emptyData","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Both columns and rows are empty"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"emptyData"}],"title":"Csv.Error.emptyData","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO9emptyDatayA2EmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Error/emptyData":{"role":"symbol","title":"Csv.Error.emptyData","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"emptyData"}],"abstract":[{"type":"text","text":"Both columns and rows are empty"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/emptyData","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/emptydata"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"emptyData"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/emptydata"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/emptyData","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Both columns and rows are empty"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"emptyData"}],"title":"Csv.Error.emptyData","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO9emptyDatayA2EmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/emptyData":{"role":"symbol","title":"Csv.Error.emptyData","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"emptyData"}],"abstract":[{"type":"text","text":"Both columns and rows are empty"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/emptyData","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/emptydata"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/error/error-implementations.json b/docs/data/documentation/csv2img/csv/error/error-implementations.json index c1f9157..bd53603 100644 --- a/docs/data/documentation/csv2img/csv/error/error-implementations.json +++ b/docs/data/documentation/csv2img/csv/error/error-implementations.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/error-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/Error-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/localizedDescription"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Csv2Img"}],"role":"collectionGroup","title":"Error Implementations"},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/localizeddescription"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/error-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/Error-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/localizedDescription"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Csv2Img"}],"role":"collectionGroup","title":"Error Implementations"},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Error/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/localizeddescription"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/error/invaliddownloadresource(url:data:).json b/docs/data/documentation/csv2img/csv/error/invaliddownloadresource(url:data:).json index c22f9a9..4f13b01 100644 --- a/docs/data/documentation/csv2img/csv/error/invaliddownloadresource(url:data:).json +++ b/docs/data/documentation/csv2img/csv/error/invaliddownloadresource(url:data:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidDownloadResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/invaliddownloadresource(url:data:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidDownloadResource(url:data:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Specified network url is invalid or failed to download csv data."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidDownloadResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"title":"Csv.Error.invalidDownloadResource(url:data:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO23invalidDownloadResourceyAESS_10Foundation4DataVtcAEmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidDownloadResource(url:data:)":{"role":"symbol","title":"Csv.Error.invalidDownloadResource(url:data:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidDownloadResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Specified network url is invalid or failed to download csv data."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidDownloadResource(url:data:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invaliddownloadresource(url:data:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidDownloadResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/invaliddownloadresource(url:data:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidDownloadResource(url:data:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Specified network url is invalid or failed to download csv data."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidDownloadResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"title":"Csv.Error.invalidDownloadResource(url:data:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO23invalidDownloadResourceyAESS_10Foundation4DataVtcAEmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidDownloadResource(url:data:)":{"role":"symbol","title":"Csv.Error.invalidDownloadResource(url:data:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidDownloadResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Specified network url is invalid or failed to download csv data."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidDownloadResource(url:data:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invaliddownloadresource(url:data:)"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/error/invalidexporttype(_:).json b/docs/data/documentation/csv2img/csv/error/invalidexporttype(_:).json index 8977b0b..a6f4864 100644 --- a/docs/data/documentation/csv2img/csv/error/invalidexporttype(_:).json +++ b/docs/data/documentation/csv2img/csv/error/invalidexporttype(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidExportType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/invalidexporttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidExportType(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"given "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is invalid."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidExportType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"title":"Csv.Error.invalidExportType(_:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO17invalidExportTypeyAeC0fG0OcAEmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidExportType(_:)":{"role":"symbol","title":"Csv.Error.invalidExportType(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidExportType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"given "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is invalid."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidExportType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invalidexporttype(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidExportType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/invalidexporttype(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidExportType(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"given "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is invalid."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidExportType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"title":"Csv.Error.invalidExportType(_:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO17invalidExportTypeyAeC0fG0OcAEmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidExportType(_:)":{"role":"symbol","title":"Csv.Error.invalidExportType(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidExportType"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"given "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is invalid."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidExportType(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invalidexporttype(_:)"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/error/invalidlocalresource(url:data:).json b/docs/data/documentation/csv2img/csv/error/invalidlocalresource(url:data:).json index c6c5ad3..f90d0a7 100644 --- a/docs/data/documentation/csv2img/csv/error/invalidlocalresource(url:data:).json +++ b/docs/data/documentation/csv2img/csv/error/invalidlocalresource(url:data:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidLocalResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/invalidlocalresource(url:data:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidLocalResource(url:data:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Specified local url is invalid (file may not exist)."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidLocalResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"title":"Csv.Error.invalidLocalResource(url:data:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO20invalidLocalResourceyAESS_10Foundation4DataVtcAEmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidLocalResource(url:data:)":{"role":"symbol","title":"Csv.Error.invalidLocalResource(url:data:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidLocalResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Specified local url is invalid (file may not exist)."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidLocalResource(url:data:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invalidlocalresource(url:data:)"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidLocalResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/invalidlocalresource(url:data:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidLocalResource(url:data:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Specified local url is invalid (file may not exist)."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidLocalResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"title":"Csv.Error.invalidLocalResource(url:data:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO20invalidLocalResourceyAESS_10Foundation4DataVtcAEmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/invalidLocalResource(url:data:)":{"role":"symbol","title":"Csv.Error.invalidLocalResource(url:data:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidLocalResource"},{"kind":"text","text":"("},{"kind":"externalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Specified local url is invalid (file may not exist)."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/invalidLocalResource(url:data:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/invalidlocalresource(url:data:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/error/localizeddescription.json b/docs/data/documentation/csv2img/csv/error/localizeddescription.json index 0f0ed93..11f12be 100644 --- a/docs/data/documentation/csv2img/csv/error/localizeddescription.json +++ b/docs/data/documentation/csv2img/csv/error/localizeddescription.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/localizeddescription"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/localizedDescription","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Error.localizedDescription"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"localizedDescription","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"property","externalID":"s:s5ErrorP10FoundationE20localizedDescriptionSSvp::SYNTHESIZED::s:7Csv2Img3CsvC5ErrorO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/Error-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Error/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/localizeddescription"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/error-implementations"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/localizeddescription"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/localizedDescription","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Error.localizedDescription"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"localizedDescription","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"property","externalID":"s:s5ErrorP10FoundationE20localizedDescriptionSSvp::SYNTHESIZED::s:7Csv2Img3CsvC5ErrorO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/Error-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/localizeddescription"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/error-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/error/underlying(_:).json b/docs/data/documentation/csv2img/csv/error/underlying(_:).json index df5c5aa..6f18754 100644 --- a/docs/data/documentation/csv2img/csv/error/underlying(_:).json +++ b/docs/data/documentation/csv2img/csv/error/underlying(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":"?)"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/underlying(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/underlying(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":"?)"}],"title":"Csv.Error.underlying(_:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO10underlyingyAEsAD_pSgcAEmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/underlying(_:)":{"role":"symbol","title":"Csv.Error.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":"?)"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/underlying(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":"?)"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/underlying(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/underlying(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":"?)"}],"title":"Csv.Error.underlying(_:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO10underlyingyAEsAD_pSgcAEmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Error/underlying(_:)":{"role":"symbol","title":"Csv.Error.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":"?)"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/underlying(_:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/error/workinprogress.json b/docs/data/documentation/csv2img/csv/error/workinprogress.json index c09effb..67e763a 100644 --- a/docs/data/documentation/csv2img/csv/error/workinprogress.json +++ b/docs/data/documentation/csv2img/csv/error/workinprogress.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"workInProgress"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/workinprogress"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/workInProgress","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Csv denied execution because it is generating another contents."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"workInProgress"}],"title":"Csv.Error.workInProgress","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO14workInProgressyA2EmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/workInProgress":{"role":"symbol","title":"Csv.Error.workInProgress","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"workInProgress"}],"abstract":[{"type":"text","text":"Csv denied execution because it is generating another contents."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/workInProgress","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/workinprogress"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"workInProgress"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/error\/workinprogress"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/workInProgress","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Csv denied execution because it is generating another contents."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"workInProgress"}],"title":"Csv.Error.workInProgress","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC5ErrorO14workInProgressyA2EmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error/workInProgress":{"role":"symbol","title":"Csv.Error.workInProgress","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"workInProgress"}],"abstract":[{"type":"text","text":"Csv denied execution because it is generating another contents."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error\/workInProgress","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/error\/workinprogress"},"doc://Csv2Img/documentation/Csv2Img/Csv/Error":{"role":"symbol","title":"Csv.Error","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Error"}],"abstract":[{"type":"codeVoice","code":"Error"},{"type":"text","text":" related with Csv implmentation."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Error"}],"url":"\/documentation\/csv2img\/csv\/error"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum.json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum.json index 158b421..1430a4c 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum.json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/SQ","doc:\/\/Csv2Img\/SH","doc:\/\/Csv2Img\/SY"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"role":"symbol","title":"Csv.ExportType","roleHeading":"Enumeration","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"symbolKind":"enum","externalID":"s:7Csv2Img3CsvC10ExportTypeO","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"topicSections":[{"title":"Enumeration Cases","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/pdf","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/png"]},{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/init(rawValue:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/fileExtension","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/utType"]},{"title":"Default Implementations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/Equatable-Implementations","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations"],"generated":true}],"references":{"doc://Csv2Img/SY":{"type":"unresolvable","title":"Swift.RawRepresentable","identifier":"doc:\/\/Csv2Img\/SY"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/fileExtension":{"role":"symbol","title":"fileExtension","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExtension"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/fileExtension","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/fileextension"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/pdf":{"role":"symbol","title":"Csv.ExportType.pdf","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"pdf"}],"abstract":[{"type":"codeVoice","code":"pdf"},{"type":"text","text":" output (Work In Progress)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/pdf","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/pdf"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/png":{"role":"symbol","title":"Csv.ExportType.png","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"png"}],"abstract":[{"type":"codeVoice","code":"png"},{"type":"text","text":" output"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/png","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/png"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/utType":{"role":"symbol","title":"utType","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"utType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/utType","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/uttype"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/RawRepresentable-Implementations":{"role":"collectionGroup","title":"RawRepresentable Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/rawrepresentable-implementations"},"doc://Csv2Img/SH":{"type":"unresolvable","title":"Swift.Hashable","identifier":"doc:\/\/Csv2Img\/SH"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/Equatable-Implementations":{"role":"collectionGroup","title":"Equatable Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/Equatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/equatable-implementations"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/init(rawValue:)":{"role":"symbol","title":"init(rawValue:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"?("},{"kind":"externalParam","text":"rawValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/init(rawValue:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/init(rawvalue:)"},"doc://Csv2Img/SQ":{"type":"unresolvable","title":"Swift.Equatable","identifier":"doc:\/\/Csv2Img\/SQ"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/SQ","doc:\/\/Csv2Img\/SH","doc:\/\/Csv2Img\/SY"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"role":"symbol","title":"Csv.ExportType","roleHeading":"Enumeration","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"symbolKind":"enum","externalID":"s:7Csv2Img3CsvC10ExportTypeO","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"topicSections":[{"title":"Enumeration Cases","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/pdf","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/png"]},{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/init(rawValue:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/fileExtension","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/utType"]},{"title":"Default Implementations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/Equatable-Implementations","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations"],"generated":true}],"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/png":{"role":"symbol","title":"Csv.ExportType.png","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"png"}],"abstract":[{"type":"codeVoice","code":"png"},{"type":"text","text":" output"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/png","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/png"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/utType":{"role":"symbol","title":"utType","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"utType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/utType","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/uttype"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/pdf":{"role":"symbol","title":"Csv.ExportType.pdf","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"pdf"}],"abstract":[{"type":"codeVoice","code":"pdf"},{"type":"text","text":" output (Work In Progress)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/pdf","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/pdf"},"doc://Csv2Img/SQ":{"type":"unresolvable","title":"Swift.Equatable","identifier":"doc:\/\/Csv2Img\/SQ"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/fileExtension":{"role":"symbol","title":"fileExtension","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExtension"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/fileExtension","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/fileextension"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/Equatable-Implementations":{"role":"collectionGroup","title":"Equatable Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/Equatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/equatable-implementations"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/SH":{"type":"unresolvable","title":"Swift.Hashable","identifier":"doc:\/\/Csv2Img\/SH"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/init(rawValue:)":{"role":"symbol","title":"init(rawValue:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"?("},{"kind":"externalParam","text":"rawValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/init(rawValue:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/init(rawvalue:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/RawRepresentable-Implementations":{"role":"collectionGroup","title":"RawRepresentable Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/rawrepresentable-implementations"},"doc://Csv2Img/SY":{"type":"unresolvable","title":"Swift.RawRepresentable","identifier":"doc:\/\/Csv2Img\/SY"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/!=(_:_:).json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/!=(_:_:).json index 27c18dc..c5494bb 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/!=(_:_:).json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/!=(_:_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"internalParam","text":"lhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"internalParam","text":"rhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/!=(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/!=(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Equatable.!=(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"!=(_:_:)","roleHeading":"Operator","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"symbolKind":"op","externalID":"s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:7Csv2Img3CsvC10ExportTypeO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/Equatable-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/!=(_:_:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/Equatable-Implementations":{"role":"collectionGroup","title":"Equatable Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/Equatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/equatable-implementations"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"internalParam","text":"lhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"internalParam","text":"rhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/!=(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/!=(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Equatable.!=(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"!=(_:_:)","roleHeading":"Operator","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"symbolKind":"op","externalID":"s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:7Csv2Img3CsvC10ExportTypeO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/Equatable-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/Equatable-Implementations":{"role":"collectionGroup","title":"Equatable Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/Equatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/equatable-implementations"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/!=(_:_:)"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/equatable-implementations.json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/equatable-implementations.json index 053c709..6e5362e 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/equatable-implementations.json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/equatable-implementations.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/equatable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/Equatable-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Operators","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/!=(_:_:)"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Csv2Img"}],"role":"collectionGroup","title":"Equatable Implementations"},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/!=(_:_:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/equatable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/Equatable-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Operators","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/!=(_:_:)"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Csv2Img"}],"role":"collectionGroup","title":"Equatable Implementations"},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/!=(_:_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/fileextension.json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/fileextension.json index 71d5a7d..dd5f8cc 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/fileextension.json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/fileextension.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExtension"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/fileextension"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/fileExtension","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExtension"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"fileExtension","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC10ExportTypeO13fileExtensionSSvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/fileExtension":{"role":"symbol","title":"fileExtension","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExtension"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/fileExtension","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/fileextension"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExtension"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/fileextension"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/fileExtension","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExtension"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"fileExtension","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC10ExportTypeO13fileExtensionSSvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/fileExtension":{"role":"symbol","title":"fileExtension","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"fileExtension"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/fileExtension","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/fileextension"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/hash(into:).json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/hash(into:).json index eb7ecaa..29ba92b 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/hash(into:).json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/hash(into:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hash"},{"kind":"text","text":"("},{"kind":"externalParam","text":"into"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hasher"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Hasher","preciseIdentifier":"s:s6HasherV"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hash(into:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hash(into:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"RawRepresentable.hash(into:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hash(into:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hash"},{"kind":"text","text":"("},{"kind":"externalParam","text":"into"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Hasher","preciseIdentifier":"s:s6HasherV"},{"kind":"text","text":")"}],"symbolKind":"method","externalID":"s:SYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF::SYNTHESIZED::s:7Csv2Img3CsvC10ExportTypeO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/RawRepresentable-Implementations":{"role":"collectionGroup","title":"RawRepresentable Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/rawrepresentable-implementations"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/hash(into:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hash(into:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hash"},{"kind":"text","text":"("},{"kind":"externalParam","text":"into"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Hasher","preciseIdentifier":"s:s6HasherV"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hash(into:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hash(into:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hash"},{"kind":"text","text":"("},{"kind":"externalParam","text":"into"},{"kind":"text","text":" "},{"kind":"internalParam","text":"hasher"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Hasher","preciseIdentifier":"s:s6HasherV"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hash(into:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hash(into:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"RawRepresentable.hash(into:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hash(into:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hash"},{"kind":"text","text":"("},{"kind":"externalParam","text":"into"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Hasher","preciseIdentifier":"s:s6HasherV"},{"kind":"text","text":")"}],"symbolKind":"method","externalID":"s:SYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF::SYNTHESIZED::s:7Csv2Img3CsvC10ExportTypeO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/hash(into:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hash(into:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hash"},{"kind":"text","text":"("},{"kind":"externalParam","text":"into"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Hasher","preciseIdentifier":"s:s6HasherV"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hash(into:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hash(into:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/RawRepresentable-Implementations":{"role":"collectionGroup","title":"RawRepresentable Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/rawrepresentable-implementations"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/hashvalue.json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/hashvalue.json index 255778f..eb220cd 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/hashvalue.json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/hashvalue.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"hashValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hashvalue"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hashValue","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"RawRepresentable.hashValue"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hashValue","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"hashValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"symbolKind":"property","externalID":"s:SYsSHRzSH8RawValueSYRpzrlE04hashB0Sivp::SYNTHESIZED::s:7Csv2Img3CsvC10ExportTypeO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/hashValue":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hashValue","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"hashValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hashValue","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hashvalue"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/RawRepresentable-Implementations":{"role":"collectionGroup","title":"RawRepresentable Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/rawrepresentable-implementations"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"hashValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hashvalue"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hashValue","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"RawRepresentable.hashValue"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hashValue","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"hashValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"symbolKind":"property","externalID":"s:SYsSHRzSH8RawValueSYRpzrlE04hashB0Sivp::SYNTHESIZED::s:7Csv2Img3CsvC10ExportTypeO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/hashValue":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hashValue","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"hashValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hashValue","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hashvalue"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/RawRepresentable-Implementations":{"role":"collectionGroup","title":"RawRepresentable Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/rawrepresentable-implementations"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/init(rawvalue:).json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/init(rawvalue:).json index 8f8ab08..10656a5 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/init(rawvalue:).json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/init(rawvalue:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"?("},{"kind":"externalParam","text":"rawValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/init(rawvalue:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/init(rawValue:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"RawRepresentable.init(rawValue:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"?("},{"kind":"externalParam","text":"rawValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"title":"init(rawValue:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img3CsvC10ExportTypeO8rawValueAESgSS_tcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/init(rawValue:)":{"role":"symbol","title":"init(rawValue:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"?("},{"kind":"externalParam","text":"rawValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/init(rawValue:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/init(rawvalue:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"?("},{"kind":"externalParam","text":"rawValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/init(rawvalue:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/init(rawValue:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"RawRepresentable.init(rawValue:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"?("},{"kind":"externalParam","text":"rawValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"title":"init(rawValue:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img3CsvC10ExportTypeO8rawValueAESgSS_tcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/init(rawValue:)":{"role":"symbol","title":"init(rawValue:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"?("},{"kind":"externalParam","text":"rawValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/init(rawValue:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/init(rawvalue:)"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/pdf.json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/pdf.json index 100ff98..6634af4 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/pdf.json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/pdf.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"pdf"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/pdf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/pdf","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"pdf"},{"type":"text","text":" output (Work In Progress)"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"pdf"}],"title":"Csv.ExportType.pdf","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC10ExportTypeO3pdfyA2EmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/pdf":{"role":"symbol","title":"Csv.ExportType.pdf","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"pdf"}],"abstract":[{"type":"codeVoice","code":"pdf"},{"type":"text","text":" output (Work In Progress)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/pdf","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/pdf"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"pdf"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/pdf"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/pdf","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"pdf"},{"type":"text","text":" output (Work In Progress)"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"pdf"}],"title":"Csv.ExportType.pdf","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC10ExportTypeO3pdfyA2EmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/pdf":{"role":"symbol","title":"Csv.ExportType.pdf","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"pdf"}],"abstract":[{"type":"codeVoice","code":"pdf"},{"type":"text","text":" output (Work In Progress)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/pdf","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/pdf"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/png.json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/png.json index 583ecb9..2c6d72f 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/png.json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/png.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"png"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/png"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/png","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"png"},{"type":"text","text":" output"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"png"}],"title":"Csv.ExportType.png","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC10ExportTypeO3pngyA2EmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/png":{"role":"symbol","title":"Csv.ExportType.png","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"png"}],"abstract":[{"type":"codeVoice","code":"png"},{"type":"text","text":" output"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/png","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/png"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"png"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/png"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/png","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"png"},{"type":"text","text":" output"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"png"}],"title":"Csv.ExportType.png","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img3CsvC10ExportTypeO3pngyA2EmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/png":{"role":"symbol","title":"Csv.ExportType.png","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"png"}],"abstract":[{"type":"codeVoice","code":"png"},{"type":"text","text":" output"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/png","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/png"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/rawrepresentable-implementations.json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/rawrepresentable-implementations.json index fcaee35..5551d9c 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/rawrepresentable-implementations.json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/rawrepresentable-implementations.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/rawrepresentable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hashValue"],"generated":true},{"title":"Instance Methods","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hash(into:)"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Csv2Img"}],"role":"collectionGroup","title":"RawRepresentable Implementations"},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/hashValue":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hashValue","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"hashValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hashValue","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hashvalue"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/hash(into:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hash(into:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hash"},{"kind":"text","text":"("},{"kind":"externalParam","text":"into"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Hasher","preciseIdentifier":"s:s6HasherV"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hash(into:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hash(into:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/rawrepresentable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/RawRepresentable-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hashValue"],"generated":true},{"title":"Instance Methods","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hash(into:)"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Csv2Img"}],"role":"collectionGroup","title":"RawRepresentable Implementations"},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/hash(into:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hash(into:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"hash"},{"kind":"text","text":"("},{"kind":"externalParam","text":"into"},{"kind":"text","text":": "},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"Hasher","preciseIdentifier":"s:s6HasherV"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hash(into:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hash(into:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/hashValue":{"conformance":{"constraints":[{"type":"codeVoice","code":"Self"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":" and "},{"type":"codeVoice","code":"RawValue"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"Hashable"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"hashValue","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"hashValue"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/hashValue","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hashvalue"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/uttype.json b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/uttype.json index a60d527..905a172 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.enum/uttype.json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.enum/uttype.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"utType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/uttype"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/utType","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"utType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"}],"title":"utType","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC10ExportTypeO02utE007UniformE11Identifiers6UTTypeVvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/utType":{"role":"symbol","title":"utType","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"utType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/utType","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/uttype"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"utType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.enum\/uttype"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/utType","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"utType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"}],"title":"utType","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC10ExportTypeO02utE007UniformE11Identifiers6UTTypeVvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum/utType":{"role":"symbol","title":"utType","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"utType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"UTType","preciseIdentifier":"s:22UniformTypeIdentifiers6UTTypeV"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum\/utType","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/uttype"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/exporttype-swift.property.json b/docs/data/documentation/csv2img/csv/exporttype-swift.property.json index 3feb546..6ecfb3e 100644 --- a/docs/data/documentation/csv2img/csv/exporttype-swift.property.json +++ b/docs/data/documentation/csv2img/csv/exporttype-swift.property.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.property"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/exportType-swift.property","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"exportType"},{"type":"text","text":" determines export type. Please choose "},{"type":"codeVoice","code":"ExportType.png"},{"type":"text","text":" or "},{"type":"codeVoice","code":"ExportType.pdf"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"}],"title":"exportType","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC10exportTypeAC06ExportE0Ovp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/exportType-swift.property":{"role":"symbol","title":"exportType","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"}],"abstract":[{"type":"codeVoice","code":"exportType"},{"type":"text","text":" determines export type. Please choose "},{"type":"codeVoice","code":"ExportType.png"},{"type":"text","text":" or "},{"type":"codeVoice","code":"ExportType.pdf"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/exportType-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.property"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/exporttype-swift.property"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/exportType-swift.property","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"exportType"},{"type":"text","text":" determines export type. Please choose "},{"type":"codeVoice","code":"ExportType.png"},{"type":"text","text":" or "},{"type":"codeVoice","code":"ExportType.pdf"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"}],"title":"exportType","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC10exportTypeAC06ExportE0Ovp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/exportType-swift.property":{"role":"symbol","title":"exportType","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"}],"abstract":[{"type":"codeVoice","code":"exportType"},{"type":"text","text":" determines export type. Please choose "},{"type":"codeVoice","code":"ExportType.png"},{"type":"text","text":" or "},{"type":"codeVoice","code":"ExportType.pdf"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/exportType-swift.property","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/exporttype-swift.property"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/generate(fontsize:exporttype:).json b/docs/data/documentation/csv2img/csv/generate(fontsize:exporttype:).json index 7059a64..24a73e0 100644 --- a/docs/data/documentation/csv2img/csv/generate(fontsize:exporttype:).json +++ b/docs/data/documentation/csv2img/csv/generate(fontsize:exporttype:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"generate"},{"kind":"text","text":"("},{"kind":"externalParam","text":"fontSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":" = .png) "},{"kind":"keyword","text":"async"},{"kind":"text","text":" "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","preciseIdentifier":"s:7Csv2Img16AnyCsvExportableC","text":"AnyCsvExportable"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"return-value","level":2,"type":"heading","text":"Return Value"},{"type":"paragraph","inlineContent":[{"type":"text","text":""},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable"},{"type":"text","text":". (either "},{"type":"codeVoice","code":"CGImage"},{"type":"text","text":" or "},{"type":"codeVoice","code":"PdfDocument"},{"type":"text","text":")."}]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"type":"unorderedList","items":[{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"fontSize: Determine the fontsize of characters in output-table image."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"exportType:Determine file-extension. Type is "},{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" and default value is "},{"type":"codeVoice","code":"ExportType.png"},{"type":"text","text":". If you use too big image size, I strongly recommend use "},{"type":"codeVoice","code":".pdf"},{"type":"text","text":" instead."}]}]}]},{"style":"note","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Throws "},{"type":"codeVoice","code":"Csv.Error"},{"type":"text","text":"."}]}],"type":"aside","name":"Throws"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/generate(fontsize:exporttype:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/generate(fontSize:exportType:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Generate Output (file-type is determined by "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" parameter)"}],"kind":"symbol","metadata":{"role":"symbol","title":"generate(fontSize:exportType:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"generate"},{"kind":"text","text":"("},{"kind":"externalParam","text":"fontSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"async"},{"kind":"text","text":" "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"AnyCsvExportable","preciseIdentifier":"s:7Csv2Img16AnyCsvExportableC"}],"symbolKind":"method","externalID":"s:7Csv2Img3CsvC8generate8fontSize10exportTypeAA03AnyC10ExportableCSdSg_AC06ExportH0OtYaKF","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img/Csv/generate(fontSize:exportType:)":{"role":"symbol","title":"generate(fontSize:exportType:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"generate"},{"kind":"text","text":"("},{"kind":"externalParam","text":"fontSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"async"},{"kind":"text","text":" "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"AnyCsvExportable","preciseIdentifier":"s:7Csv2Img16AnyCsvExportableC"}],"abstract":[{"type":"text","text":"Generate Output (file-type is determined by "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" parameter)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/generate(fontSize:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/generate(fontsize:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"generate"},{"kind":"text","text":"("},{"kind":"externalParam","text":"fontSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":" = .png) "},{"kind":"keyword","text":"async"},{"kind":"text","text":" "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","preciseIdentifier":"s:7Csv2Img16AnyCsvExportableC","text":"AnyCsvExportable"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"return-value","level":2,"type":"heading","text":"Return Value"},{"type":"paragraph","inlineContent":[{"type":"text","text":""},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable"},{"type":"text","text":". (either "},{"type":"codeVoice","code":"CGImage"},{"type":"text","text":" or "},{"type":"codeVoice","code":"PdfDocument"},{"type":"text","text":")."}]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"type":"unorderedList","items":[{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"fontSize: Determine the fontsize of characters in output-table image."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"exportType:Determine file-extension. Type is "},{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" and default value is "},{"type":"codeVoice","code":"ExportType.png"},{"type":"text","text":". If you use too big image size, I strongly recommend use "},{"type":"codeVoice","code":".pdf"},{"type":"text","text":" instead."}]}]}]},{"style":"note","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Throws "},{"type":"codeVoice","code":"Csv.Error"},{"type":"text","text":"."}]}],"type":"aside","name":"Throws"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/generate(fontsize:exporttype:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/generate(fontSize:exportType:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Generate Output (file-type is determined by "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" parameter)"}],"kind":"symbol","metadata":{"role":"symbol","title":"generate(fontSize:exportType:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"generate"},{"kind":"text","text":"("},{"kind":"externalParam","text":"fontSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"async"},{"kind":"text","text":" "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"AnyCsvExportable","preciseIdentifier":"s:7Csv2Img16AnyCsvExportableC"}],"symbolKind":"method","externalID":"s:7Csv2Img3CsvC8generate8fontSize10exportTypeAA03AnyC10ExportableCSdSg_AC06ExportH0OtYaKF","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"},"doc://Csv2Img/documentation/Csv2Img/Csv/generate(fontSize:exportType:)":{"role":"symbol","title":"generate(fontSize:exportType:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"generate"},{"kind":"text","text":"("},{"kind":"externalParam","text":"fontSize"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"async"},{"kind":"text","text":" "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"AnyCsvExportable","preciseIdentifier":"s:7Csv2Img16AnyCsvExportableC"}],"abstract":[{"type":"text","text":"Generate Output (file-type is determined by "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" parameter)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/generate(fontSize:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/generate(fontsize:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/init(separator:rawstring:columns:rows:exporttype:).json b/docs/data/documentation/csv2img/csv/init(separator:rawstring:columns:rows:exporttype:).json index 798bef2..239748d 100644 --- a/docs/data/documentation/csv2img/csv/init(separator:rawstring:columns:rows:exporttype:).json +++ b/docs/data/documentation/csv2img/csv/init(separator:rawstring:columns:rows:exporttype:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" = \",\", "},{"kind":"externalParam","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"] = [], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV","text":"Row"},{"kind":"text","text":"] = [], "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":" = .png)"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"type":"paragraph","inlineContent":[{"type":"codeVoice","code":"separator"},{"type":"text","text":" is applied to each row and generate items per row."},{"type":"text","text":" "},{"type":"codeVoice","code":"columns"},{"type":"text","text":" is array of column whose type is "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"codeVoice","code":"Row"},{"type":"text","text":" is array of row whose type is "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/init(separator:rawstring:columns:rows:exporttype:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/init(separator:rawString:columns:rows:exportType:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"initialization"}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"title":"init(separator:rawString:columns:rows:exportType:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img3CsvC9separator9rawString7columns4rows10exportTypeACSS_SSSgSayAC6ColumnVGSayAC3RowVGAC06ExportJ0Otcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/init(separator:rawString:columns:rows:exportType:)":{"role":"symbol","title":"init(separator:rawString:columns:rows:exportType:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"initialization"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/init(separator:rawString:columns:rows:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/init(separator:rawstring:columns:rows:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" = \",\", "},{"kind":"externalParam","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"] = [], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV","text":"Row"},{"kind":"text","text":"] = [], "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":" = .png)"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"type":"paragraph","inlineContent":[{"type":"codeVoice","code":"separator"},{"type":"text","text":" is applied to each row and generate items per row."},{"type":"text","text":" "},{"type":"codeVoice","code":"columns"},{"type":"text","text":" is array of column whose type is "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column"},{"type":"text","text":"."},{"type":"text","text":" "},{"type":"codeVoice","code":"Row"},{"type":"text","text":" is array of row whose type is "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/init(separator:rawstring:columns:rows:exporttype:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/init(separator:rawString:columns:rows:exportType:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"initialization"}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"title":"init(separator:rawString:columns:rows:exportType:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img3CsvC9separator9rawString7columns4rows10exportTypeACSS_SSSgSayAC6ColumnVGSayAC3RowVGAC06ExportJ0Otcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/init(separator:rawString:columns:rows:exportType:)":{"role":"symbol","title":"init(separator:rawString:columns:rows:exportType:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"initialization"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/init(separator:rawString:columns:rows:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/init(separator:rawstring:columns:rows:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/isloading.json b/docs/data/documentation/csv2img/csv/isloading.json index 7025032..bb5aa07 100644 --- a/docs/data/documentation/csv2img/csv/isloading.json +++ b/docs/data/documentation/csv2img/csv/isloading.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/isloading"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"A flag whether "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" is loading contents or not"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"title":"isLoading","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC9isLoadingSbvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/isLoading":{"role":"symbol","title":"isLoading","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[{"type":"text","text":"A flag whether "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" is loading contents or not"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/isloading"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/isloading"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"A flag whether "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" is loading contents or not"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"title":"isLoading","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC9isLoadingSbvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/isLoading":{"role":"symbol","title":"isLoading","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[{"type":"text","text":"A flag whether "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" is loading contents or not"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/isloading"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/isloadingpublisher.json b/docs/data/documentation/csv2img/csv/isloadingpublisher.json index bda3eba..5de8f68 100644 --- a/docs/data/documentation/csv2img/csv/isloadingpublisher.json +++ b/docs/data/documentation/csv2img/csv/isloadingpublisher.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"nonisolated"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoadingPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":"> { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/isloadingpublisher"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoadingPublisher","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoadingPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"title":"isLoadingPublisher","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC18isLoadingPublisher7Combine03AnyF0VySbs5NeverOGvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/isLoading":{"role":"symbol","title":"isLoading","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[{"type":"text","text":"A flag whether "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" is loading contents or not"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/isloading"},"doc://Csv2Img/documentation/Csv2Img/Csv/isLoadingPublisher":{"role":"symbol","title":"isLoadingPublisher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoadingPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoadingPublisher","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/isloadingpublisher"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"nonisolated"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoadingPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":"> { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/isloadingpublisher"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoadingPublisher","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoadingPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"title":"isLoadingPublisher","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC18isLoadingPublisher7Combine03AnyF0VySbs5NeverOGvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/isLoadingPublisher":{"role":"symbol","title":"isLoadingPublisher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoadingPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoadingPublisher","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/isloadingpublisher"},"doc://Csv2Img/documentation/Csv2Img/Csv/isLoading":{"role":"symbol","title":"isLoading","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isLoading"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[{"type":"text","text":"A flag whether "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":" is loading contents or not"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/isLoading","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/isloading"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:).json b/docs/data/documentation/csv2img/csv/loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:).json deleted file mode 100644 index d2c1f4b..0000000 --- a/docs/data/documentation/csv2img/csv/loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:).json +++ /dev/null @@ -1 +0,0 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromDisk"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" = \",\", "},{"kind":"externalParam","text":"checkAccessSecurityScope"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" = false, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":" = .png) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"file","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Local disk url, commonly starts from "},{"type":"codeVoice","code":"file:\/\/"},{"type":"text","text":" schema. Relative-path method is not allowed, please specify by absolute-path method."}]}]},{"name":"separator","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" in a row is "},{"type":"codeVoice","code":"\",\""},{"type":"text","text":". You cloud change it by giving separator to "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" parameter."}]}]},{"name":"checkAccessSecurityScope","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"This flag is effective to only macOS. If you want to check local-file is securely accessible from this app, make this flat "},{"type":"codeVoice","code":"true"},{"type":"text","text":". Default value if "},{"type":"codeVoice","code":"false"},{"type":"text","text":" which does not check the file access-security-scope."}]}]},{"name":"exportType","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is "},{"type":"codeVoice","code":".png"},{"type":"text","text":". If you use too big image size, I strongly recommend use "},{"type":"codeVoice","code":".pdf"},{"type":"text","text":" instead."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromDisk(_:separator:checkAccessSecurityScope:exportType:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from local disk url (like "},{"type":"codeVoice","code":"file:\/\/Users\/..."},{"type":"text","text":")."}],"kind":"symbol","metadata":{"role":"symbol","title":"loadFromDisk(_:separator:checkAccessSecurityScope:exportType:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromDisk"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"checkAccessSecurityScope"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"symbolKind":"method","externalID":"s:7Csv2Img3CsvC12loadFromDisk_9separator24checkAccessSecurityScope10exportTypeAC10Foundation3URLV_SSSbAC06ExportM0OtKFZ","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromDisk(_:separator:checkAccessSecurityScope:exportType:)":{"role":"symbol","title":"loadFromDisk(_:separator:checkAccessSecurityScope:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromDisk"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"checkAccessSecurityScope"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from local disk url (like "},{"type":"codeVoice","code":"file:\/\/Users\/..."},{"type":"text","text":")."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromDisk(_:separator:checkAccessSecurityScope:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/loadfromdisk(_:separator:exporttype:).json b/docs/data/documentation/csv2img/csv/loadfromdisk(_:separator:exporttype:).json new file mode 100644 index 0000000..fb9ae29 --- /dev/null +++ b/docs/data/documentation/csv2img/csv/loadfromdisk(_:separator:exporttype:).json @@ -0,0 +1 @@ +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromDisk"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"file"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" = \",\", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":" = .png) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"file","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Local disk url, commonly starts from "},{"type":"codeVoice","code":"file:\/\/"},{"type":"text","text":" schema. Relative-path method is not allowed, please specify by absolute-path method."}]}]},{"name":"separator","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" in a row is "},{"type":"codeVoice","code":"\",\""},{"type":"text","text":". You cloud change it by giving separator to "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" parameter."}]}]},{"name":"exportType","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is "},{"type":"codeVoice","code":".png"},{"type":"text","text":". If you use too big image size, I strongly recommend use "},{"type":"codeVoice","code":".pdf"},{"type":"text","text":" instead."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/loadfromdisk(_:separator:exporttype:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromDisk(_:separator:exportType:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from local disk url (like "},{"type":"codeVoice","code":"file:\/\/Users\/..."},{"type":"text","text":")."}],"kind":"symbol","metadata":{"role":"symbol","title":"loadFromDisk(_:separator:exportType:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromDisk"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"symbolKind":"method","externalID":"s:7Csv2Img3CsvC12loadFromDisk_9separator10exportTypeAC10Foundation3URLV_SSAC06ExportI0OtKFZ","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromDisk(_:separator:exportType:)":{"role":"symbol","title":"loadFromDisk(_:separator:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromDisk"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from local disk url (like "},{"type":"codeVoice","code":"file:\/\/Users\/..."},{"type":"text","text":")."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromDisk(_:separator:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromdisk(_:separator:exporttype:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/loadfromnetwork(_:separator:exporttype:).json b/docs/data/documentation/csv2img/csv/loadfromnetwork(_:separator:exporttype:).json index 9dcece8..04d69ef 100644 --- a/docs/data/documentation/csv2img/csv/loadfromnetwork(_:separator:exporttype:).json +++ b/docs/data/documentation/csv2img/csv/loadfromnetwork(_:separator:exporttype:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromNetwork"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" = \",\", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":" = .png) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"url","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Network url, commonly "},{"type":"codeVoice","code":"HTTPS"},{"type":"text","text":" schema."}]}]},{"name":"separator","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" in a row is "},{"type":"codeVoice","code":"\",\""},{"type":"text","text":". You cloud change it by giving separator to "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" parameter."}]}]},{"name":"exportType","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is "},{"type":"codeVoice","code":".png"},{"type":"text","text":". If you use too big image size, I strongly recommend use "},{"type":"codeVoice","code":".pdf"},{"type":"text","text":" instead."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/loadfromnetwork(_:separator:exporttype:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromNetwork(_:separator:exportType:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from network url (like "},{"type":"codeVoice","code":"HTTPS"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"role":"symbol","title":"loadFromNetwork(_:separator:exportType:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromNetwork"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"symbolKind":"method","externalID":"s:7Csv2Img3CsvC15loadFromNetwork_9separator10exportTypeAC10Foundation3URLV_SSAC06ExportI0OtKFZ","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromNetwork(_:separator:exportType:)":{"role":"symbol","title":"loadFromNetwork(_:separator:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromNetwork"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from network url (like "},{"type":"codeVoice","code":"HTTPS"},{"type":"text","text":")."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromNetwork(_:separator:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromnetwork(_:separator:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromNetwork"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" = \",\", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":" = .png) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"url","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Network url, commonly "},{"type":"codeVoice","code":"HTTPS"},{"type":"text","text":" schema."}]}]},{"name":"separator","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" in a row is "},{"type":"codeVoice","code":"\",\""},{"type":"text","text":". You cloud change it by giving separator to "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" parameter."}]}]},{"name":"exportType","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is "},{"type":"codeVoice","code":".png"},{"type":"text","text":". If you use too big image size, I strongly recommend use "},{"type":"codeVoice","code":".pdf"},{"type":"text","text":" instead."}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/loadfromnetwork(_:separator:exporttype:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromNetwork(_:separator:exportType:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from network url (like "},{"type":"codeVoice","code":"HTTPS"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"role":"symbol","title":"loadFromNetwork(_:separator:exportType:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromNetwork"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"symbolKind":"method","externalID":"s:7Csv2Img3CsvC15loadFromNetwork_9separator10exportTypeAC10Foundation3URLV_SSAC06ExportI0OtKFZ","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromNetwork(_:separator:exportType:)":{"role":"symbol","title":"loadFromNetwork(_:separator:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromNetwork"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from network url (like "},{"type":"codeVoice","code":"HTTPS"},{"type":"text","text":")."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromNetwork(_:separator:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromnetwork(_:separator:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/loadfromstring(_:separator:maxlength:exporttype:).json b/docs/data/documentation/csv2img/csv/loadfromstring(_:separator:maxlength:exporttype:).json index b51d2d1..d09fed7 100644 --- a/docs/data/documentation/csv2img/csv/loadfromstring(_:separator:maxlength:exporttype:).json +++ b/docs/data/documentation/csv2img/csv/loadfromstring(_:separator:maxlength:exporttype:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromString"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"str"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" = \",\", "},{"kind":"externalParam","text":"maxLength"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":" = .png) -> "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"str","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Row String"}]}]},{"name":"separator","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default separator in a row is "},{"type":"codeVoice","code":"\",\""},{"type":"text","text":". You cloud change it by giving separator to "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" parameter."}]}]},{"name":"maxLength","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default value is nil. if "},{"type":"codeVoice","code":"maxLength"},{"type":"text","text":" is not nil, every row-item length is limited by "},{"type":"codeVoice","code":"maxLength"},{"type":"text","text":"."}]}]},{"name":"exportType","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is "},{"type":"codeVoice","code":".png"},{"type":"text","text":". If you use too big image size, I strongly recommend use "},{"type":"codeVoice","code":".pdf"},{"type":"text","text":" instead."}]}]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"type":"paragraph","inlineContent":[{"type":"text","text":"You cloud call "},{"type":"codeVoice","code":"Csv.loadFromString"},{"type":"text","text":" if you can own raw-CSV data."}]},{"type":"codeListing","syntax":"swift","code":["let rawCsv = \"\"\"","a,b,c","1,2,3","4,5,6","7,8,9","10,11,12","\"\"\"","let csv = Csv.loadFromString(rawCsv)","Output:","| a | b | c |","| 1 | 2 | 3 |","| 4 | 5 | 6 |","| 7 | 8 | 9 |","| 10 | 11 | 12 |"]},{"type":"paragraph","inlineContent":[{"type":"text","text":"You cloud change separator by giving value to "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" parameter."}]},{"type":"codeListing","syntax":"swift","code":["let dotSeparated = \"\"\"","a.b.c","1.2.3","4.5.6","7.8.9","\"\"\"","let csv = Csv.loadFromString(dotSeparated, separator: \".\")","Output:","| a | b | c |","| 1 | 2 | 3 |","| 4 | 5 | 6 |","| 7 | 8 | 9 |","| 10 | 11 | 12 |"]},{"type":"paragraph","inlineContent":[{"type":"text","text":"If certain row-item is very long, you could trim it with "},{"type":"codeVoice","code":"maxLength"},{"type":"text","text":"-th length."}]},{"type":"codeListing","syntax":"swift","code":["let longCsv = \"\"\"","a.b.c","1.2.33333333333333333333333333333333333333333","4.5.6","7.8.9","\"\"\"","let csv = Csv.loadFromString(dotSeparated, separator: \".\", maxLength: 7)","Output:","| a | b | c |","| 1 | 2 | 3333333 |","| 4 | 5 | 6 |","| 7 | 8 | 9 |","| 10 | 11 | 12 |"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/loadfromstring(_:separator:maxlength:exporttype:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromString(_:separator:maxLength:exportType:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from "},{"type":"codeVoice","code":"String"},{"type":"text","text":" data."}],"kind":"symbol","metadata":{"role":"symbol","title":"loadFromString(_:separator:maxLength:exportType:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromString"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maxLength"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"symbolKind":"method","externalID":"s:7Csv2Img3CsvC14loadFromString_9separator9maxLength10exportTypeACSS_SSSiSgAC06ExportK0OtFZ","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromString(_:separator:maxLength:exportType:)":{"role":"symbol","title":"loadFromString(_:separator:maxLength:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromString"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maxLength"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from "},{"type":"codeVoice","code":"String"},{"type":"text","text":" data."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromString(_:separator:maxLength:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromstring(_:separator:maxlength:exporttype:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromString"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"str"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" = \",\", "},{"kind":"externalParam","text":"maxLength"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"? = nil, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO","text":"ExportType"},{"kind":"text","text":" = .png) -> "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"parameters","parameters":[{"name":"str","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Row String"}]}]},{"name":"separator","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default separator in a row is "},{"type":"codeVoice","code":"\",\""},{"type":"text","text":". You cloud change it by giving separator to "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" parameter."}]}]},{"name":"maxLength","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default value is nil. if "},{"type":"codeVoice","code":"maxLength"},{"type":"text","text":" is not nil, every row-item length is limited by "},{"type":"codeVoice","code":"maxLength"},{"type":"text","text":"."}]}]},{"name":"exportType","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Default "},{"type":"codeVoice","code":"exportType"},{"type":"text","text":" is "},{"type":"codeVoice","code":".png"},{"type":"text","text":". If you use too big image size, I strongly recommend use "},{"type":"codeVoice","code":".pdf"},{"type":"text","text":" instead."}]}]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"type":"paragraph","inlineContent":[{"type":"text","text":"You cloud call "},{"type":"codeVoice","code":"Csv.loadFromString"},{"type":"text","text":" if you can own raw-CSV data."}]},{"type":"codeListing","syntax":"swift","code":["let rawCsv = \"\"\"","a,b,c","1,2,3","4,5,6","7,8,9","10,11,12","\"\"\"","let csv = Csv.loadFromString(rawCsv)","Output:","| a | b | c |","| 1 | 2 | 3 |","| 4 | 5 | 6 |","| 7 | 8 | 9 |","| 10 | 11 | 12 |"]},{"type":"paragraph","inlineContent":[{"type":"text","text":"You cloud change separator by giving value to "},{"type":"codeVoice","code":"separator"},{"type":"text","text":" parameter."}]},{"type":"codeListing","syntax":"swift","code":["let dotSeparated = \"\"\"","a.b.c","1.2.3","4.5.6","7.8.9","\"\"\"","let csv = Csv.loadFromString(dotSeparated, separator: \".\")","Output:","| a | b | c |","| 1 | 2 | 3 |","| 4 | 5 | 6 |","| 7 | 8 | 9 |","| 10 | 11 | 12 |"]},{"type":"paragraph","inlineContent":[{"type":"text","text":"If certain row-item is very long, you could trim it with "},{"type":"codeVoice","code":"maxLength"},{"type":"text","text":"-th length."}]},{"type":"codeListing","syntax":"swift","code":["let longCsv = \"\"\"","a.b.c","1.2.33333333333333333333333333333333333333333","4.5.6","7.8.9","\"\"\"","let csv = Csv.loadFromString(dotSeparated, separator: \".\", maxLength: 7)","Output:","| a | b | c |","| 1 | 2 | 3333333 |","| 4 | 5 | 6 |","| 7 | 8 | 9 |","| 10 | 11 | 12 |"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/loadfromstring(_:separator:maxlength:exporttype:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromString(_:separator:maxLength:exportType:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from "},{"type":"codeVoice","code":"String"},{"type":"text","text":" data."}],"kind":"symbol","metadata":{"role":"symbol","title":"loadFromString(_:separator:maxLength:exportType:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromString"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maxLength"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"symbolKind":"method","externalID":"s:7Csv2Img3CsvC14loadFromString_9separator9maxLength10exportTypeACSS_SSSiSgAC06ExportK0OtFZ","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/ExportType-swift.enum":{"role":"symbol","title":"Csv.ExportType","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExportType"}],"abstract":[{"type":"codeVoice","code":"ExportType"},{"type":"text","text":" is a enum that expresses"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/ExportType-swift.enum","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExportType"}],"url":"\/documentation\/csv2img\/csv\/exporttype-swift.enum"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/loadFromString(_:separator:maxLength:exportType:)":{"role":"symbol","title":"loadFromString(_:separator:maxLength:exportType:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"loadFromString"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"separator"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"maxLength"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?, "},{"kind":"externalParam","text":"exportType"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExportType","preciseIdentifier":"s:7Csv2Img3CsvC10ExportTypeO"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"}],"abstract":[{"type":"text","text":"Generate "},{"type":"codeVoice","code":"Csv"},{"type":"text","text":" from "},{"type":"codeVoice","code":"String"},{"type":"text","text":" data."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/loadFromString(_:separator:maxLength:exportType:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/loadfromstring(_:separator:maxlength:exporttype:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/progress.json b/docs/data/documentation/csv2img/csv/progress.json index 0ed7f8a..b012014 100644 --- a/docs/data/documentation/csv2img/csv/progress.json +++ b/docs/data/documentation/csv2img/csv/progress.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progress"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/progress"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"progress stores current completeFraction of convert"},{"type":"text","text":" "},{"type":"text","text":"Value is in "},{"type":"codeVoice","code":"0...1"},{"type":"text","text":" with "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" type"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progress"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"}],"title":"progress","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC8progressSdvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/progress":{"role":"symbol","title":"progress","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progress"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"}],"abstract":[{"type":"text","text":"progress stores current completeFraction of convert"},{"type":"text","text":" "},{"type":"text","text":"Value is in "},{"type":"codeVoice","code":"0...1"},{"type":"text","text":" with "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" type"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/progress"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progress"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/progress"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"progress stores current completeFraction of convert"},{"type":"text","text":" "},{"type":"text","text":"Value is in "},{"type":"codeVoice","code":"0...1"},{"type":"text","text":" with "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" type"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progress"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"}],"title":"progress","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC8progressSdvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/progress":{"role":"symbol","title":"progress","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progress"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"}],"abstract":[{"type":"text","text":"progress stores current completeFraction of convert"},{"type":"text","text":" "},{"type":"text","text":"Value is in "},{"type":"codeVoice","code":"0...1"},{"type":"text","text":" with "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" type"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/progress"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/progresspublisher.json b/docs/data/documentation/csv2img/csv/progresspublisher.json index fef6f57..8c9c822 100644 --- a/docs/data/documentation/csv2img/csv/progresspublisher.json +++ b/docs/data/documentation/csv2img/csv/progresspublisher.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"nonisolated"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":"> { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/progresspublisher"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progressPublisher","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"title":"progressPublisher","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC17progressPublisher7Combine03AnyE0VySds5NeverOGvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/progressPublisher":{"role":"symbol","title":"progressPublisher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progressPublisher","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/progresspublisher"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/progress":{"role":"symbol","title":"progress","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progress"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"}],"abstract":[{"type":"text","text":"progress stores current completeFraction of convert"},{"type":"text","text":" "},{"type":"text","text":"Value is in "},{"type":"codeVoice","code":"0...1"},{"type":"text","text":" with "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" type"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/progress"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"nonisolated"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":"> { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/progresspublisher"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progressPublisher","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"title":"progressPublisher","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC17progressPublisher7Combine03AnyE0VySds5NeverOGvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/progress":{"role":"symbol","title":"progress","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progress"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"}],"abstract":[{"type":"text","text":"progress stores current completeFraction of convert"},{"type":"text","text":" "},{"type":"text","text":"Value is in "},{"type":"codeVoice","code":"0...1"},{"type":"text","text":" with "},{"type":"codeVoice","code":"Double"},{"type":"text","text":" type"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/progress"},"doc://Csv2Img/documentation/Csv2Img/Csv/progressPublisher":{"role":"symbol","title":"progressPublisher","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"progressPublisher"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"AnyPublisher","preciseIdentifier":"s:7Combine12AnyPublisherV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Never","preciseIdentifier":"s:s5NeverO"},{"kind":"text","text":">"}],"abstract":[{"type":"text","text":"A "},{"type":"codeVoice","code":"Publisher"},{"type":"text","text":" to send "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progress"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/progressPublisher","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/progresspublisher"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/rawstring.json b/docs/data/documentation/csv2img/csv/rawstring.json index 275787d..ad4bd49 100644 --- a/docs/data/documentation/csv2img/csv/rawstring.json +++ b/docs/data/documentation/csv2img/csv/rawstring.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/rawstring"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rawString","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"rawString"},{"type":"text","text":" is original String read from Resource (either Local or Network)"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"title":"rawString","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC9rawStringSSSgvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/rawString":{"role":"symbol","title":"rawString","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"codeVoice","code":"rawString"},{"type":"text","text":" is original String read from Resource (either Local or Network)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rawString","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/rawstring"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/rawstring"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rawString","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"rawString"},{"type":"text","text":" is original String read from Resource (either Local or Network)"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"title":"rawString","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC9rawStringSSSgvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/rawString":{"role":"symbol","title":"rawString","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawString"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"codeVoice","code":"rawString"},{"type":"text","text":" is original String read from Resource (either Local or Network)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rawString","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/rawstring"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/row.json b/docs/data/documentation/csv2img/csv/row.json index 98efaac..edf6635 100644 --- a/docs/data/documentation/csv2img/csv/row.json +++ b/docs/data/documentation/csv2img/csv/row.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Row is hrizontally separated group except first line."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"First line is treated as "},{"type":"codeVoice","code":"ColumnName"},{"type":"text","text":"."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"eg."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"1 2 3 4"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"5 6 7 8"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"→Row is [5, 6, 7, 8]."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Because this class is usually initialized via "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":", you do not have to take care about "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"},{"type":"text","text":" in detail."}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/row"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Row (a line)"}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"Row"}],"role":"symbol","title":"Csv.Row","roleHeading":"Structure","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"symbolKind":"struct","externalID":"s:7Csv2Img3CsvC3RowV","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/init(index:values:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/index","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/values"]}],"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Row/init(index:values:)":{"role":"symbol","title":"init(index:values:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"values"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"])"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/init(index:values:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/row\/init(index:values:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row/index":{"role":"symbol","title":"index","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/index","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/row\/index"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row/values":{"role":"symbol","title":"values","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"values"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"]"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/values","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/row\/values"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Row is hrizontally separated group except first line."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"First line is treated as "},{"type":"codeVoice","code":"ColumnName"},{"type":"text","text":"."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"eg."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"1 2 3 4"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"5 6 7 8"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"→Row is [5, 6, 7, 8]."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Because this class is usually initialized via "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"},{"type":"text","text":", you do not have to take care about "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"},{"type":"text","text":" in detail."}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/row"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Row (a line)"}],"kind":"symbol","metadata":{"navigatorTitle":[{"kind":"identifier","text":"Row"}],"role":"symbol","title":"Csv.Row","roleHeading":"Structure","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"symbolKind":"struct","externalID":"s:7Csv2Img3CsvC3RowV","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/init(index:values:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/index","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/values"]}],"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row/index":{"role":"symbol","title":"index","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/index","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/row\/index"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row/init(index:values:)":{"role":"symbol","title":"init(index:values:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"values"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"])"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/init(index:values:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/row\/init(index:values:)"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row/values":{"role":"symbol","title":"values","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"values"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"]"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/values","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/row\/values"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/row/index.json b/docs/data/documentation/csv2img/csv/row/index.json index 734b294..a184fda 100644 --- a/docs/data/documentation/csv2img/csv/row/index.json +++ b/docs/data/documentation/csv2img/csv/row/index.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/row\/index"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/index","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"title":"index","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC3RowV5indexSivp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row/index":{"role":"symbol","title":"index","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/index","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/row\/index"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/row\/index"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/index","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"title":"index","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC3RowV5indexSivp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row/index":{"role":"symbol","title":"index","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/index","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/row\/index"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/row/init(index:values:).json b/docs/data/documentation/csv2img/csv/row/init(index:values:).json index 4a733d2..8e9d1d4 100644 --- a/docs/data/documentation/csv2img/csv/row/init(index:values:).json +++ b/docs/data/documentation/csv2img/csv/row/init(index:values:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"values"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"])"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/row\/init(index:values:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/init(index:values:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"values"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"])"}],"title":"init(index:values:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img3CsvC3RowV5index6valuesAESi_SaySSGtcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Row/init(index:values:)":{"role":"symbol","title":"init(index:values:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"values"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"])"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/init(index:values:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/row\/init(index:values:)"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"values"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"])"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/row\/init(index:values:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/init(index:values:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"values"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"])"}],"title":"init(index:values:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img3CsvC3RowV5index6valuesAESi_SaySSGtcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row/init(index:values:)":{"role":"symbol","title":"init(index:values:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"index"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":", "},{"kind":"externalParam","text":"values"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"])"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row\/init(index:values:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/row\/init(index:values:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/rows.json b/docs/data/documentation/csv2img/csv/rows.json index 0d13832..7d6c20e 100644 --- a/docs/data/documentation/csv2img/csv/rows.json +++ b/docs/data/documentation/csv2img/csv/rows.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV","text":"Row"},{"kind":"text","text":"]"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/rows"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rows","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"an array of row whose type is ``Row`."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"]"}],"title":"rows","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC4rowsSayAC3RowVGvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/rows":{"role":"symbol","title":"rows","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"an array of row whose type is ``Row`."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rows","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/rows"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV","text":"Row"},{"kind":"text","text":"]"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/rows"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rows","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"an array of row whose type is ``Row`."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"]"}],"title":"rows","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img3CsvC4rowsSayAC3RowVGvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/rows":{"role":"symbol","title":"rows","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"an array of row whose type is ``Row`."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/rows","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/rows"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csv/write(to:).json b/docs/data/documentation/csv2img/csv/write(to:).json index b9e6896..c3f7f20 100644 --- a/docs/data/documentation/csv2img/csv/write(to:).json +++ b/docs/data/documentation/csv2img/csv/write(to:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"write"},{"kind":"text","text":"("},{"kind":"externalParam","text":"to"},{"kind":"text","text":" "},{"kind":"internalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"return-value","level":2,"type":"heading","text":"Return Value"},{"type":"paragraph","inlineContent":[{"type":"text","text":"If saving csv image to file, returns "},{"type":"codeVoice","code":"true"},{"type":"text","text":". Otherwise, return "},{"type":"codeVoice","code":"False"},{"type":"text","text":"."}]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"type":"unorderedList","items":[{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"to url: local file path where [png, pdf] image will be saved."}]}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/write(to:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/write(to:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"write(to:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"write"},{"kind":"text","text":"("},{"kind":"externalParam","text":"to"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"symbolKind":"method","externalID":"s:7Csv2Img3CsvC5write2to10Foundation4DataVSgAF3URLV_tF","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv/write(to:)":{"role":"symbol","title":"write(to:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"write"},{"kind":"text","text":"("},{"kind":"externalParam","text":"to"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/write(to:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/write(to:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"write"},{"kind":"text","text":"("},{"kind":"externalParam","text":"to"},{"kind":"text","text":" "},{"kind":"internalParam","text":"url"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"return-value","level":2,"type":"heading","text":"Return Value"},{"type":"paragraph","inlineContent":[{"type":"text","text":"If saving csv image to file, returns "},{"type":"codeVoice","code":"true"},{"type":"text","text":". Otherwise, return "},{"type":"codeVoice","code":"False"},{"type":"text","text":"."}]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"type":"unorderedList","items":[{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"to url: local file path where [png, pdf] image will be saved."}]}]}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csv\/write(to:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/write(to:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"write(to:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"write"},{"kind":"text","text":"("},{"kind":"externalParam","text":"to"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"symbolKind":"method","externalID":"s:7Csv2Img3CsvC5write2to10Foundation4DataVSgAF3URLV_tF","extendedModule":"Csv2Img","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/write(to:)":{"role":"symbol","title":"write(to:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"write"},{"kind":"text","text":"("},{"kind":"externalParam","text":"to"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"URL","preciseIdentifier":"s:10Foundation3URLV"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/write(to:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/csv\/write(to:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/csvexportable.json b/docs/data/documentation/csv2img/csvexportable.json index 266806a..4383777 100644 --- a/docs/data/documentation/csv2img/csvexportable.json +++ b/docs/data/documentation/csv2img/csvexportable.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csvexportable"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable"],"kind":"relationships","title":"Conforming Types","type":"conformingTypes"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"title":"CsvExportable","roleHeading":"Protocol","role":"symbol","symbolKind":"protocol","externalID":"s:7Csv2Img13CsvExportableP","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/csvexportable"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable"],"kind":"relationships","title":"Conforming Types","type":"conformingTypes"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"title":"CsvExportable","roleHeading":"Protocol","role":"symbol","symbolKind":"protocol","externalID":"s:7Csv2Img13CsvExportableP","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/AnyCsvExportable":{"role":"symbol","title":"AnyCsvExportable","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnyCsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/AnyCsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AnyCsvExportable"}],"url":"\/documentation\/csv2img\/anycsvexportable"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/imagemakingerror.json b/docs/data/documentation/csv2img/imagemakingerror.json index cd1d8e9..ab32f20 100644 --- a/docs/data/documentation/csv2img/imagemakingerror.json +++ b/docs/data/documentation/csv2img/imagemakingerror.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/s5ErrorP","doc:\/\/Csv2Img\/s8SendableP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","interfaceLanguage":"swift"},"topicSections":[{"title":"Enumeration Cases","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/failedCreateImage(_:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/noContextAvailable","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/underlying(_:)"]},{"title":"Default Implementations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/Error-Implementations"],"generated":true}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"title":"ImageMakingError","roleHeading":"Enumeration","role":"symbol","symbolKind":"enum","externalID":"s:7Csv2Img16ImageMakingErrorO","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/underlying(_:)":{"role":"symbol","title":"ImageMakingError.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/underlying(_:)"},"doc://Csv2Img/s8SendableP":{"type":"unresolvable","title":"Swift.Sendable","identifier":"doc:\/\/Csv2Img\/s8SendableP"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/noContextAvailable":{"role":"symbol","title":"ImageMakingError.noContextAvailable","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailable"}],"abstract":[{"type":"text","text":"Failed to get current "},{"type":"codeVoice","code":"CGContext"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/noContextAvailable","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/nocontextavailable"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/error-implementations"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/failedCreateImage(_:)":{"role":"symbol","title":"ImageMakingError.failedCreateImage(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"failedCreateImage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGContext","preciseIdentifier":"c:@T@CGContextRef"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/failedCreateImage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/failedcreateimage(_:)"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/s5ErrorP":{"type":"unresolvable","title":"Swift.Error","identifier":"doc:\/\/Csv2Img\/s5ErrorP"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/s5ErrorP","doc:\/\/Csv2Img\/s8SendableP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","interfaceLanguage":"swift"},"topicSections":[{"title":"Enumeration Cases","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/failedCreateImage(_:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/noContextAvailable","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/underlying(_:)"]},{"title":"Default Implementations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/Error-Implementations"],"generated":true}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"title":"ImageMakingError","roleHeading":"Enumeration","role":"symbol","symbolKind":"enum","externalID":"s:7Csv2Img16ImageMakingErrorO","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"references":{"doc://Csv2Img/s5ErrorP":{"type":"unresolvable","title":"Swift.Error","identifier":"doc:\/\/Csv2Img\/s5ErrorP"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/underlying(_:)":{"role":"symbol","title":"ImageMakingError.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/underlying(_:)"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/noContextAvailable":{"role":"symbol","title":"ImageMakingError.noContextAvailable","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailable"}],"abstract":[{"type":"text","text":"Failed to get current "},{"type":"codeVoice","code":"CGContext"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/noContextAvailable","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/nocontextavailable"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/error-implementations"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/failedCreateImage(_:)":{"role":"symbol","title":"ImageMakingError.failedCreateImage(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"failedCreateImage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGContext","preciseIdentifier":"c:@T@CGContextRef"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/failedCreateImage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/failedcreateimage(_:)"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/s8SendableP":{"type":"unresolvable","title":"Swift.Sendable","identifier":"doc:\/\/Csv2Img\/s8SendableP"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/imagemakingerror/error-implementations.json b/docs/data/documentation/csv2img/imagemakingerror/error-implementations.json index 07e75bb..243fbb1 100644 --- a/docs/data/documentation/csv2img/imagemakingerror/error-implementations.json +++ b/docs/data/documentation/csv2img/imagemakingerror/error-implementations.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror\/error-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/Error-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/localizedDescription"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Csv2Img"}],"role":"collectionGroup","title":"Error Implementations"},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/localizeddescription"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror\/error-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/Error-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/localizedDescription"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Csv2Img"}],"role":"collectionGroup","title":"Error Implementations"},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/localizeddescription"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/imagemakingerror/failedcreateimage(_:).json b/docs/data/documentation/csv2img/imagemakingerror/failedcreateimage(_:).json index a1f926c..597ea24 100644 --- a/docs/data/documentation/csv2img/imagemakingerror/failedcreateimage(_:).json +++ b/docs/data/documentation/csv2img/imagemakingerror/failedcreateimage(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"failedCreateImage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGContext","preciseIdentifier":"c:@T@CGContextRef"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror\/failedcreateimage(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/failedCreateImage(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"failedCreateImage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGContext","preciseIdentifier":"c:@T@CGContextRef"},{"kind":"text","text":")"}],"title":"ImageMakingError.failedCreateImage(_:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img16ImageMakingErrorO012failedCreateC0yACSo12CGContextRefacACmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/failedCreateImage(_:)":{"role":"symbol","title":"ImageMakingError.failedCreateImage(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"failedCreateImage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGContext","preciseIdentifier":"c:@T@CGContextRef"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/failedCreateImage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/failedcreateimage(_:)"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"failedCreateImage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGContext","preciseIdentifier":"c:@T@CGContextRef"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror\/failedcreateimage(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/failedCreateImage(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"failedCreateImage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGContext","preciseIdentifier":"c:@T@CGContextRef"},{"kind":"text","text":")"}],"title":"ImageMakingError.failedCreateImage(_:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img16ImageMakingErrorO012failedCreateC0yACSo12CGContextRefacACmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/failedCreateImage(_:)":{"role":"symbol","title":"ImageMakingError.failedCreateImage(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"failedCreateImage"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"CGContext","preciseIdentifier":"c:@T@CGContextRef"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/failedCreateImage(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/failedcreateimage(_:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/imagemakingerror/localizeddescription.json b/docs/data/documentation/csv2img/imagemakingerror/localizeddescription.json index 13b38c7..11d852f 100644 --- a/docs/data/documentation/csv2img/imagemakingerror/localizeddescription.json +++ b/docs/data/documentation/csv2img/imagemakingerror/localizeddescription.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror\/localizeddescription"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/localizedDescription","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Error.localizedDescription"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"localizedDescription","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"property","externalID":"s:s5ErrorP10FoundationE20localizedDescriptionSSvp::SYNTHESIZED::s:7Csv2Img16ImageMakingErrorO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/Error-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/localizeddescription"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/error-implementations"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror\/localizeddescription"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/localizedDescription","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Error.localizedDescription"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"localizedDescription","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"property","externalID":"s:s5ErrorP10FoundationE20localizedDescriptionSSvp::SYNTHESIZED::s:7Csv2Img16ImageMakingErrorO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/Error-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/error-implementations"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/localizeddescription"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/imagemakingerror/nocontextavailable.json b/docs/data/documentation/csv2img/imagemakingerror/nocontextavailable.json index 87367f7..a445fcb 100644 --- a/docs/data/documentation/csv2img/imagemakingerror/nocontextavailable.json +++ b/docs/data/documentation/csv2img/imagemakingerror/nocontextavailable.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror\/nocontextavailable"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/noContextAvailable","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Failed to get current "},{"type":"codeVoice","code":"CGContext"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailable"}],"title":"ImageMakingError.noContextAvailable","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img16ImageMakingErrorO18noContextAvailableyA2CmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/noContextAvailable":{"role":"symbol","title":"ImageMakingError.noContextAvailable","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailable"}],"abstract":[{"type":"text","text":"Failed to get current "},{"type":"codeVoice","code":"CGContext"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/noContextAvailable","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/nocontextavailable"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror\/nocontextavailable"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/noContextAvailable","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Failed to get current "},{"type":"codeVoice","code":"CGContext"}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailable"}],"title":"ImageMakingError.noContextAvailable","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img16ImageMakingErrorO18noContextAvailableyA2CmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/noContextAvailable":{"role":"symbol","title":"ImageMakingError.noContextAvailable","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailable"}],"abstract":[{"type":"text","text":"Failed to get current "},{"type":"codeVoice","code":"CGContext"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/noContextAvailable","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/nocontextavailable"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/imagemakingerror/underlying(_:).json b/docs/data/documentation/csv2img/imagemakingerror/underlying(_:).json index b5265d6..d1a212f 100644 --- a/docs/data/documentation/csv2img/imagemakingerror/underlying(_:).json +++ b/docs/data/documentation/csv2img/imagemakingerror/underlying(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror\/underlying(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/underlying(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"title":"ImageMakingError.underlying(_:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img16ImageMakingErrorO10underlyingyACs0E0_pcACmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/underlying(_:)":{"role":"symbol","title":"ImageMakingError.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/underlying(_:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/imagemakingerror\/underlying(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/underlying(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"title":"ImageMakingError.underlying(_:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img16ImageMakingErrorO10underlyingyACs0E0_pcACmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/ImageMakingError/underlying(_:)":{"role":"symbol","title":"ImageMakingError.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/imagemakingerror\/underlying(_:)"},"doc://Csv2Img/documentation/Csv2Img/ImageMakingError":{"role":"symbol","title":"ImageMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ImageMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/ImageMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ImageMakingError"}],"url":"\/documentation\/csv2img\/imagemakingerror"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/maker.json b/docs/data/documentation/csv2img/maker.json index 06e9fa1..8b25631 100644 --- a/docs/data/documentation/csv2img/maker.json +++ b/docs/data/documentation/csv2img/maker.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/maker"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","interfaceLanguage":"swift"},"topicSections":[{"title":"Associated Types","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/Exportable"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/maximumRowCount"]},{"title":"Instance Methods","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/make(columns:rows:progress:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/setFontSize(_:)"]}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"title":"Maker","roleHeading":"Protocol","role":"symbol","symbolKind":"protocol","externalID":"s:7Csv2Img5MakerP","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"Maker"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Maker/maximumRowCount":{"role":"symbol","title":"maximumRowCount","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"maximumRowCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/maximumRowCount","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/maximumrowcount"},"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"},"doc://Csv2Img/documentation/Csv2Img/Maker/make(columns:rows:progress:)":{"role":"symbol","title":"make(columns:rows:progress:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"make"},{"kind":"text","text":"("},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"progress"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Exportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/make(columns:rows:progress:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/make(columns:rows:progress:)"},"doc://Csv2Img/documentation/Csv2Img/Maker/setFontSize(_:)":{"role":"symbol","title":"setFontSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"setFontSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/setFontSize(_:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/setfontsize(_:)"},"doc://Csv2Img/documentation/Csv2Img/Maker/Exportable":{"role":"symbol","title":"Exportable","fragments":[{"kind":"keyword","text":"associatedtype"},{"kind":"text","text":" "},{"kind":"identifier","text":"Exportable"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/Exportable","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/exportable"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/maker"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","interfaceLanguage":"swift"},"topicSections":[{"title":"Associated Types","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/Exportable"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/maximumRowCount"]},{"title":"Instance Methods","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/make(columns:rows:progress:)","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/setFontSize(_:)"]}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"title":"Maker","roleHeading":"Protocol","role":"symbol","symbolKind":"protocol","externalID":"s:7Csv2Img5MakerP","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"Maker"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Maker/make(columns:rows:progress:)":{"role":"symbol","title":"make(columns:rows:progress:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"make"},{"kind":"text","text":"("},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"progress"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Exportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/make(columns:rows:progress:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/make(columns:rows:progress:)"},"doc://Csv2Img/documentation/Csv2Img/Maker/setFontSize(_:)":{"role":"symbol","title":"setFontSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"setFontSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/setFontSize(_:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/setfontsize(_:)"},"doc://Csv2Img/documentation/Csv2Img/Maker/maximumRowCount":{"role":"symbol","title":"maximumRowCount","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"maximumRowCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/maximumRowCount","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/maximumrowcount"},"doc://Csv2Img/documentation/Csv2Img/Maker/Exportable":{"role":"symbol","title":"Exportable","fragments":[{"kind":"keyword","text":"associatedtype"},{"kind":"text","text":" "},{"kind":"identifier","text":"Exportable"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/Exportable","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/exportable"},"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/maker/exportable.json b/docs/data/documentation/csv2img/maker/exportable.json index d2a7534..8067bc0 100644 --- a/docs/data/documentation/csv2img/maker/exportable.json +++ b/docs/data/documentation/csv2img/maker/exportable.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"associatedtype"},{"kind":"text","text":" "},{"kind":"identifier","text":"Exportable"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP","text":"CsvExportable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/maker\/exportable"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/Exportable","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"Exportable","roleHeading":"Associated Type","fragments":[{"kind":"keyword","text":"associatedtype"},{"kind":"text","text":" "},{"kind":"identifier","text":"Exportable"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"symbolKind":"associatedtype","externalID":"s:7Csv2Img5MakerP10ExportableQa","required":true,"modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Maker/Exportable":{"role":"symbol","title":"Exportable","fragments":[{"kind":"keyword","text":"associatedtype"},{"kind":"text","text":" "},{"kind":"identifier","text":"Exportable"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/Exportable","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/exportable"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"associatedtype"},{"kind":"text","text":" "},{"kind":"identifier","text":"Exportable"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP","text":"CsvExportable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/maker\/exportable"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/Exportable","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"Exportable","roleHeading":"Associated Type","fragments":[{"kind":"keyword","text":"associatedtype"},{"kind":"text","text":" "},{"kind":"identifier","text":"Exportable"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"symbolKind":"associatedtype","externalID":"s:7Csv2Img5MakerP10ExportableQa","required":true,"modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Maker/Exportable":{"role":"symbol","title":"Exportable","fragments":[{"kind":"keyword","text":"associatedtype"},{"kind":"text","text":" "},{"kind":"identifier","text":"Exportable"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"CsvExportable","preciseIdentifier":"s:7Csv2Img13CsvExportableP"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/Exportable","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/exportable"},"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/CsvExportable":{"role":"symbol","title":"CsvExportable","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CsvExportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/CsvExportable","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CsvExportable"}],"url":"\/documentation\/csv2img\/csvexportable"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/maker/make(columns:rows:progress:).json b/docs/data/documentation/csv2img/maker/make(columns:rows:progress:).json index 1fcd23f..5533eae 100644 --- a/docs/data/documentation/csv2img/maker/make(columns:rows:progress:).json +++ b/docs/data/documentation/csv2img/maker/make(columns:rows:progress:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"make"},{"kind":"text","text":"("},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV","text":"Row"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"progress"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Exportable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/maker\/make(columns:rows:progress:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/make(columns:rows:progress:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"make(columns:rows:progress:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"make"},{"kind":"text","text":"("},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"progress"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Exportable"}],"symbolKind":"method","externalID":"s:7Csv2Img5MakerP4make7columns4rows8progress10ExportableQzSayAA3CsvC6ColumnVG_SayAK3RowVGySdctKF","required":true,"modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"},"doc://Csv2Img/documentation/Csv2Img/Maker/make(columns:rows:progress:)":{"role":"symbol","title":"make(columns:rows:progress:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"make"},{"kind":"text","text":"("},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"progress"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Exportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/make(columns:rows:progress:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/make(columns:rows:progress:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"make"},{"kind":"text","text":"("},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV","text":"Column"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","preciseIdentifier":"s:7Csv2Img3CsvC","text":"Csv"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV","text":"Row"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"progress"},{"kind":"text","text":": "},{"kind":"keyword","text":"@escaping"},{"kind":"text","text":" ("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Exportable"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/maker\/make(columns:rows:progress:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/make(columns:rows:progress:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"make(columns:rows:progress:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"make"},{"kind":"text","text":"("},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"progress"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Exportable"}],"symbolKind":"method","externalID":"s:7Csv2Img5MakerP4make7columns4rows8progress10ExportableQzSayAA3CsvC6ColumnVG_SayAK3RowVGySdctKF","required":true,"modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Maker/make(columns:rows:progress:)":{"role":"symbol","title":"make(columns:rows:progress:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"make"},{"kind":"text","text":"("},{"kind":"externalParam","text":"columns"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Column","preciseIdentifier":"s:7Csv2Img3CsvC6ColumnV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"rows"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"Csv","preciseIdentifier":"s:7Csv2Img3CsvC"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Row","preciseIdentifier":"s:7Csv2Img3CsvC3RowV"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"progress"},{"kind":"text","text":": ("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Exportable"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/make(columns:rows:progress:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/make(columns:rows:progress:)"},"doc://Csv2Img/documentation/Csv2Img/Csv":{"role":"symbol","title":"Csv","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"Csv"}],"abstract":[{"type":"text","text":"Csv data structure"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Csv"}],"url":"\/documentation\/csv2img\/csv"},"doc://Csv2Img/documentation/Csv2Img/Csv/Row":{"role":"symbol","title":"Csv.Row","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Row"}],"abstract":[{"type":"text","text":"Row (a line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Row","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Row"}],"url":"\/documentation\/csv2img\/csv\/row"},"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"},"doc://Csv2Img/documentation/Csv2Img/Csv/Column":{"role":"symbol","title":"Csv.Column","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Column"}],"abstract":[{"type":"text","text":"Column (a head line)"}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Csv\/Column","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Column"}],"url":"\/documentation\/csv2img\/csv\/column"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/maker/maximumrowcount.json b/docs/data/documentation/csv2img/maker/maximumrowcount.json index 8c047fd..8e9a686 100644 --- a/docs/data/documentation/csv2img/maker/maximumrowcount.json +++ b/docs/data/documentation/csv2img/maker/maximumrowcount.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"maximumRowCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/maker\/maximumrowcount"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/maximumRowCount","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"maximumRowCount","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"maximumRowCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"symbolKind":"property","externalID":"s:7Csv2Img5MakerP15maximumRowCountSiSgvp","required":true,"modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Maker/maximumRowCount":{"role":"symbol","title":"maximumRowCount","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"maximumRowCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/maximumRowCount","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/maximumrowcount"},"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"maximumRowCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/maker\/maximumrowcount"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/maximumRowCount","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"maximumRowCount","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"maximumRowCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"symbolKind":"property","externalID":"s:7Csv2Img5MakerP15maximumRowCountSiSgvp","required":true,"modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Maker/maximumRowCount":{"role":"symbol","title":"maximumRowCount","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"maximumRowCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/maximumRowCount","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/maximumrowcount"},"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/maker/setfontsize(_:).json b/docs/data/documentation/csv2img/maker/setfontsize(_:).json index 819ed8e..1bbecc9 100644 --- a/docs/data/documentation/csv2img/maker/setfontsize(_:).json +++ b/docs/data/documentation/csv2img/maker/setfontsize(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"setFontSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"size"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/maker\/setfontsize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/setFontSize(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"setFontSize(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"setFontSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"symbolKind":"method","externalID":"s:7Csv2Img5MakerP11setFontSizeyySdF","required":true,"modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/Maker/setFontSize(_:)":{"role":"symbol","title":"setFontSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"setFontSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/setFontSize(_:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/setfontsize(_:)"},"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"setFontSize"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"size"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/maker\/setfontsize(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/setFontSize(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"role":"symbol","title":"setFontSize(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"setFontSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"symbolKind":"method","externalID":"s:7Csv2Img5MakerP11setFontSizeyySdF","required":true,"modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/Maker":{"role":"symbol","title":"Maker","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Maker"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Maker"}],"url":"\/documentation\/csv2img\/maker"},"doc://Csv2Img/documentation/Csv2Img/Maker/setFontSize(_:)":{"role":"symbol","title":"setFontSize(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"setFontSize"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/Maker\/setFontSize(_:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/csv2img\/maker\/setfontsize(_:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/pdfmakingerror.json b/docs/data/documentation/csv2img/pdfmakingerror.json index fbde30e..8cbca62 100644 --- a/docs/data/documentation/csv2img/pdfmakingerror.json +++ b/docs/data/documentation/csv2img/pdfmakingerror.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmakingerror"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/s5ErrorP","doc:\/\/Csv2Img\/s8SendableP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","interfaceLanguage":"swift"},"topicSections":[{"title":"Enumeration Cases","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/emptyRows","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/failedToGeneratePdf","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/noContextAvailabe","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/underlying(_:)"]},{"title":"Default Implementations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/Error-Implementations"],"generated":true}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"title":"PdfMakingError","roleHeading":"Enumeration","role":"symbol","symbolKind":"enum","externalID":"s:7Csv2Img14PdfMakingErrorO","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/failedToGeneratePdf":{"role":"symbol","title":"PdfMakingError.failedToGeneratePdf","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"failedToGeneratePdf"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/failedToGeneratePdf","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/failedtogeneratepdf"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/underlying(_:)":{"role":"symbol","title":"PdfMakingError.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/underlying(_:)"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/emptyRows":{"role":"symbol","title":"PdfMakingError.emptyRows","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"emptyRows"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/emptyRows","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/emptyrows"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/noContextAvailabe":{"role":"symbol","title":"PdfMakingError.noContextAvailabe","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailabe"}],"abstract":[{"type":"text","text":"Failed to get\/create "},{"type":"codeVoice","code":"CGContext"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/noContextAvailabe","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/nocontextavailabe"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/error-implementations"},"doc://Csv2Img/s8SendableP":{"type":"unresolvable","title":"Swift.Sendable","identifier":"doc:\/\/Csv2Img\/s8SendableP"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/s5ErrorP":{"type":"unresolvable","title":"Swift.Error","identifier":"doc:\/\/Csv2Img\/s5ErrorP"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmakingerror"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/Csv2Img\/s5ErrorP","doc:\/\/Csv2Img\/s8SendableP"],"kind":"relationships","title":"Conforms To","type":"conformsTo"}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","interfaceLanguage":"swift"},"topicSections":[{"title":"Enumeration Cases","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/emptyRows","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/failedToGeneratePdf","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/noContextAvailabe","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/underlying(_:)"]},{"title":"Default Implementations","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/Error-Implementations"],"generated":true}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"title":"PdfMakingError","roleHeading":"Enumeration","role":"symbol","symbolKind":"enum","externalID":"s:7Csv2Img14PdfMakingErrorO","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/noContextAvailabe":{"role":"symbol","title":"PdfMakingError.noContextAvailabe","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailabe"}],"abstract":[{"type":"text","text":"Failed to get\/create "},{"type":"codeVoice","code":"CGContext"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/noContextAvailabe","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/nocontextavailabe"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/failedToGeneratePdf":{"role":"symbol","title":"PdfMakingError.failedToGeneratePdf","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"failedToGeneratePdf"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/failedToGeneratePdf","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/failedtogeneratepdf"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/error-implementations"},"doc://Csv2Img/s5ErrorP":{"type":"unresolvable","title":"Swift.Error","identifier":"doc:\/\/Csv2Img\/s5ErrorP"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/emptyRows":{"role":"symbol","title":"PdfMakingError.emptyRows","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"emptyRows"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/emptyRows","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/emptyrows"},"doc://Csv2Img/s8SendableP":{"type":"unresolvable","title":"Swift.Sendable","identifier":"doc:\/\/Csv2Img\/s8SendableP"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/underlying(_:)":{"role":"symbol","title":"PdfMakingError.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/underlying(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/pdfmakingerror/error-implementations.json b/docs/data/documentation/csv2img/pdfmakingerror/error-implementations.json index 68c2c2e..9673c4d 100644 --- a/docs/data/documentation/csv2img/pdfmakingerror/error-implementations.json +++ b/docs/data/documentation/csv2img/pdfmakingerror/error-implementations.json @@ -1 +1 @@ -{"variants":[{"paths":["\/documentation\/csv2img\/pdfmakingerror\/error-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/Error-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/localizedDescription"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Csv2Img"}],"role":"collectionGroup","title":"Error Implementations"},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/localizeddescription"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"variants":[{"paths":["\/documentation\/csv2img\/pdfmakingerror\/error-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/Error-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/localizedDescription"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Csv2Img"}],"role":"collectionGroup","title":"Error Implementations"},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/localizeddescription"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/pdfmakingerror/localizeddescription.json b/docs/data/documentation/csv2img/pdfmakingerror/localizeddescription.json index e1751f9..acda3a3 100644 --- a/docs/data/documentation/csv2img/pdfmakingerror/localizeddescription.json +++ b/docs/data/documentation/csv2img/pdfmakingerror/localizeddescription.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmakingerror\/localizeddescription"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/localizedDescription","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Error.localizedDescription"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"localizedDescription","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"property","externalID":"s:s5ErrorP10FoundationE20localizedDescriptionSSvp::SYNTHESIZED::s:7Csv2Img14PdfMakingErrorO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/Error-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/error-implementations"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/localizeddescription"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmakingerror\/localizeddescription"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/localizedDescription","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Error.localizedDescription"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"localizedDescription","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"property","externalID":"s:s5ErrorP10FoundationE20localizedDescriptionSSvp::SYNTHESIZED::s:7Csv2Img14PdfMakingErrorO","extendedModule":"Swift","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/Error-Implementations"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/localizedDescription":{"role":"symbol","title":"localizedDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/localizedDescription","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/localizeddescription"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/Error-Implementations":{"role":"collectionGroup","title":"Error Implementations","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/Error-Implementations","kind":"article","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/error-implementations"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/pdfmakingerror/nocontextavailabe.json b/docs/data/documentation/csv2img/pdfmakingerror/nocontextavailabe.json index ec766dd..34234b1 100644 --- a/docs/data/documentation/csv2img/pdfmakingerror/nocontextavailabe.json +++ b/docs/data/documentation/csv2img/pdfmakingerror/nocontextavailabe.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailabe"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmakingerror\/nocontextavailabe"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/noContextAvailabe","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Failed to get\/create "},{"type":"codeVoice","code":"CGContext"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailabe"}],"title":"PdfMakingError.noContextAvailabe","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img14PdfMakingErrorO17noContextAvailabeyA2CmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/noContextAvailabe":{"role":"symbol","title":"PdfMakingError.noContextAvailabe","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailabe"}],"abstract":[{"type":"text","text":"Failed to get\/create "},{"type":"codeVoice","code":"CGContext"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/noContextAvailabe","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/nocontextavailabe"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailabe"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmakingerror\/nocontextavailabe"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/noContextAvailabe","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Failed to get\/create "},{"type":"codeVoice","code":"CGContext"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailabe"}],"title":"PdfMakingError.noContextAvailabe","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img14PdfMakingErrorO17noContextAvailabeyA2CmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/noContextAvailabe":{"role":"symbol","title":"PdfMakingError.noContextAvailabe","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"noContextAvailabe"}],"abstract":[{"type":"text","text":"Failed to get\/create "},{"type":"codeVoice","code":"CGContext"},{"type":"text","text":"."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/noContextAvailabe","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/nocontextavailabe"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/pdfmakingerror/underlying(_:).json b/docs/data/documentation/csv2img/pdfmakingerror/underlying(_:).json index dc19c5f..d3f3b9d 100644 --- a/docs/data/documentation/csv2img/pdfmakingerror/underlying(_:).json +++ b/docs/data/documentation/csv2img/pdfmakingerror/underlying(_:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmakingerror\/underlying(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/underlying(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"title":"PdfMakingError.underlying(_:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img14PdfMakingErrorO10underlyingyACs0E0_pcACmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/underlying(_:)":{"role":"symbol","title":"PdfMakingError.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/underlying(_:)"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmakingerror\/underlying(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/underlying(_:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"title":"PdfMakingError.underlying(_:)","roleHeading":"Case","role":"symbol","symbolKind":"case","externalID":"s:7Csv2Img14PdfMakingErrorO10underlyingyACs0E0_pcACmF","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError":{"role":"symbol","title":"PdfMakingError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PdfMakingError"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PdfMakingError"}],"url":"\/documentation\/csv2img\/pdfmakingerror"},"doc://Csv2Img/documentation/Csv2Img/PdfMakingError/underlying(_:)":{"role":"symbol","title":"PdfMakingError.underlying(_:)","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"underlying"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Error","preciseIdentifier":"s:s5ErrorP"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PdfMakingError\/underlying(_:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmakingerror\/underlying(_:)"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/pdfmetadata.json b/docs/data/documentation/csv2img/pdfmetadata.json index 257f024..6832d64 100644 --- a/docs/data/documentation/csv2img/pdfmetadata.json +++ b/docs/data/documentation/csv2img/pdfmetadata.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmetadata"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","interfaceLanguage":"swift"},"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"title":"PDFMetadata","roleHeading":"Structure","role":"symbol","symbolKind":"struct","externalID":"s:7Csv2Img11PDFMetadataV","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/init(author:title:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/author","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/title"]}],"references":{"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/init(author:title:)":{"role":"symbol","title":"init(author:title:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/init(author:title:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/init(author:title:)"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata":{"role":"symbol","title":"PDFMetadata","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}],"url":"\/documentation\/csv2img\/pdfmetadata"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/title":{"role":"symbol","title":"title","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"codeVoice","code":"title"},{"type":"text","text":". title of document."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/title","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/title"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/author":{"role":"symbol","title":"author","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"codeVoice","code":"author"},{"type":"text","text":". author of document."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/author","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/author"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmetadata"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","interfaceLanguage":"swift"},"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"title":"PDFMetadata","roleHeading":"Structure","role":"symbol","symbolKind":"struct","externalID":"s:7Csv2Img11PDFMetadataV","modules":[{"name":"Csv2Img"}],"navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/init(author:title:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/author","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/title"]}],"references":{"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/init(author:title:)":{"role":"symbol","title":"init(author:title:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/init(author:title:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/init(author:title:)"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata":{"role":"symbol","title":"PDFMetadata","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}],"url":"\/documentation\/csv2img\/pdfmetadata"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/title":{"role":"symbol","title":"title","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"codeVoice","code":"title"},{"type":"text","text":". title of document."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/title","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/title"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/author":{"role":"symbol","title":"author","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"codeVoice","code":"author"},{"type":"text","text":". author of document."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/author","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/author"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/pdfmetadata/author.json b/docs/data/documentation/csv2img/pdfmetadata/author.json index 6e2cc43..d0ada3e 100644 --- a/docs/data/documentation/csv2img/pdfmetadata/author.json +++ b/docs/data/documentation/csv2img/pdfmetadata/author.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmetadata\/author"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/author","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"author"},{"type":"text","text":". author of document."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"author","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img11PDFMetadataV6authorSSvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/author":{"role":"symbol","title":"author","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"codeVoice","code":"author"},{"type":"text","text":". author of document."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/author","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/author"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata":{"role":"symbol","title":"PDFMetadata","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}],"url":"\/documentation\/csv2img\/pdfmetadata"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmetadata\/author"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/author","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"author"},{"type":"text","text":". author of document."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"author","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img11PDFMetadataV6authorSSvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata":{"role":"symbol","title":"PDFMetadata","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}],"url":"\/documentation\/csv2img\/pdfmetadata"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/author":{"role":"symbol","title":"author","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"codeVoice","code":"author"},{"type":"text","text":". author of document."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/author","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/author"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/pdfmetadata/init(author:title:).json b/docs/data/documentation/csv2img/pdfmetadata/init(author:title:).json index 66a0c0c..dcba2ae 100644 --- a/docs/data/documentation/csv2img/pdfmetadata/init(author:title:).json +++ b/docs/data/documentation/csv2img/pdfmetadata/init(author:title:).json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmetadata\/init(author:title:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/init(author:title:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"title":"init(author:title:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img11PDFMetadataV6author5titleACSS_SStcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PDFMetadata":{"role":"symbol","title":"PDFMetadata","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}],"url":"\/documentation\/csv2img\/pdfmetadata"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/init(author:title:)":{"role":"symbol","title":"init(author:title:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/init(author:title:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/init(author:title:)"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmetadata\/init(author:title:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/init(author:title:)","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"title":"init(author:title:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:7Csv2Img11PDFMetadataV6author5titleACSS_SStcfc","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"]]},"references":{"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/init(author:title:)":{"role":"symbol","title":"init(author:title:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"author"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"kind":"externalParam","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/init(author:title:)","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/init(author:title:)"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata":{"role":"symbol","title":"PDFMetadata","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}],"url":"\/documentation\/csv2img\/pdfmetadata"}}} \ No newline at end of file diff --git a/docs/data/documentation/csv2img/pdfmetadata/title.json b/docs/data/documentation/csv2img/pdfmetadata/title.json index b438246..2688c11 100644 --- a/docs/data/documentation/csv2img/pdfmetadata/title.json +++ b/docs/data/documentation/csv2img/pdfmetadata/title.json @@ -1 +1 @@ -{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmetadata\/title"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/title","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"title"},{"type":"text","text":". title of document."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"title","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img11PDFMetadataV5titleSSvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PDFMetadata":{"role":"symbol","title":"PDFMetadata","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}],"url":"\/documentation\/csv2img\/pdfmetadata"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/title":{"role":"symbol","title":"title","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"codeVoice","code":"title"},{"type":"text","text":". title of document."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/title","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/title"}}} \ No newline at end of file +{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/csv2img\/pdfmetadata\/title"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/title","interfaceLanguage":"swift"},"abstract":[{"type":"codeVoice","code":"title"},{"type":"text","text":". title of document."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"title","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:7Csv2Img11PDFMetadataV5titleSSvp","modules":[{"name":"Csv2Img"}]},"hierarchy":{"paths":[["doc:\/\/Csv2Img\/documentation\/Csv2Img","doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"]]},"references":{"doc://Csv2Img/documentation/Csv2Img/PDFMetadata":{"role":"symbol","title":"PDFMetadata","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"PDFMetadata"}],"abstract":[{"type":"reference","isActive":true,"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata"},{"type":"text","text":" is a struct which stores Metadata about output-pdf."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PDFMetadata"}],"url":"\/documentation\/csv2img\/pdfmetadata"},"doc://Csv2Img/documentation/Csv2Img/PDFMetadata/title":{"role":"symbol","title":"title","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"title"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"codeVoice","code":"title"},{"type":"text","text":". title of document."}],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img\/PDFMetadata\/title","kind":"symbol","type":"topic","url":"\/documentation\/csv2img\/pdfmetadata\/title"},"doc://Csv2Img/documentation/Csv2Img":{"role":"collection","title":"Csv2Img","abstract":[],"identifier":"doc:\/\/Csv2Img\/documentation\/Csv2Img","kind":"symbol","type":"topic","url":"\/documentation\/csv2img"}}} \ No newline at end of file diff --git a/docs/documentation/csv2img/csv/loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:)/index.html b/docs/documentation/csv2img/csv/loadfromdisk(_:separator:exporttype:)/index.html similarity index 100% rename from docs/documentation/csv2img/csv/loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:)/index.html rename to docs/documentation/csv2img/csv/loadfromdisk(_:separator:exporttype:)/index.html diff --git a/docs/index/index.json b/docs/index/index.json index 76e406c..aaa70c2 100644 --- a/docs/index/index.json +++ b/docs/index/index.json @@ -1 +1 @@ -{"interfaceLanguages":{"swift":[{"children":[{"title":"Classes","type":"groupMarker"},{"children":[{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/anycsvexportable\/init(_:)","title":"init(CsvExportable)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/anycsvexportable\/base","title":"var base: CsvExportable","type":"property"}],"path":"\/documentation\/csv2img\/anycsvexportable","title":"AnyCsvExportable","type":"class"},{"children":[{"title":"Structures","type":"groupMarker"},{"children":[{"title":"Structures","type":"groupMarker"},{"children":[{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/init(color:applyonlycolumn:)","title":"init(color: CGColor, applyOnlyColumn: Bool)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/applyonlycolumn","title":"var applyOnlyColumn: Bool","type":"property"},{"path":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/color","title":"var color: CGColor","type":"property"},{"title":"Type Methods","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/random(count:)","title":"static func random(count: Int) -> [Csv.Column.Style]","type":"method"}],"path":"\/documentation\/csv2img\/csv\/column\/style-swift.struct","title":"Csv.Column.Style","type":"struct"},{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/init(name:style:)","title":"init(name: Csv.Column.Name, style: Csv.Column.Style)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/name-swift.property","title":"var name: Csv.Column.Name","type":"property"},{"path":"\/documentation\/csv2img\/csv\/column\/style-swift.property","title":"var style: Csv.Column.Style","type":"property"},{"title":"Type Aliases","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/name-swift.typealias","title":"Csv.Column.Name","type":"typealias"}],"path":"\/documentation\/csv2img\/csv\/column","title":"Csv.Column","type":"struct"},{"children":[{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/row\/init(index:values:)","title":"init(index: Int, values: [String])","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/row\/index","title":"var index: Int","type":"property"},{"path":"\/documentation\/csv2img\/csv\/row\/values","title":"var values: [String]","type":"property"}],"path":"\/documentation\/csv2img\/csv\/row","title":"Csv.Row","type":"struct"},{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/init(separator:rawstring:columns:rows:exporttype:)","title":"init(separator: String, rawString: String?, columns: [Csv.Column], rows: [Csv.Row], exportType: Csv.ExportType)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/columns","title":"var columns: [Csv.Column]","type":"property"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.property","title":"var exportType: Csv.ExportType","type":"property"},{"path":"\/documentation\/csv2img\/csv\/isloading","title":"var isLoading: Bool","type":"property"},{"path":"\/documentation\/csv2img\/csv\/isloadingpublisher","title":"var isLoadingPublisher: AnyPublisher","type":"property"},{"path":"\/documentation\/csv2img\/csv\/progress","title":"var progress: Double","type":"property"},{"path":"\/documentation\/csv2img\/csv\/progresspublisher","title":"var progressPublisher: AnyPublisher","type":"property"},{"path":"\/documentation\/csv2img\/csv\/rawstring","title":"var rawString: String?","type":"property"},{"path":"\/documentation\/csv2img\/csv\/rows","title":"var rows: [Csv.Row]","type":"property"},{"path":"\/documentation\/csv2img\/csv\/separator","title":"var separator: String","type":"property"},{"title":"Instance Methods","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/generate(fontsize:exporttype:)","title":"func generate(fontSize: Double?, exportType: Csv.ExportType) async throws -> AnyCsvExportable","type":"method"},{"path":"\/documentation\/csv2img\/csv\/write(to:)","title":"func write(to: URL) -> Data?","type":"method"},{"title":"Type Methods","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/loadfromdisk(_:separator:checkaccesssecurityscope:exporttype:)","title":"static func loadFromDisk(URL, separator: String, checkAccessSecurityScope: Bool, exportType: Csv.ExportType) throws -> Csv","type":"method"},{"path":"\/documentation\/csv2img\/csv\/loadfromnetwork(_:separator:exporttype:)","title":"static func loadFromNetwork(URL, separator: String, exportType: Csv.ExportType) throws -> Csv","type":"method"},{"path":"\/documentation\/csv2img\/csv\/loadfromstring(_:separator:maxlength:exporttype:)","title":"static func loadFromString(String, separator: String, maxLength: Int?, exportType: Csv.ExportType) -> Csv","type":"method"},{"title":"Enumerations","type":"groupMarker"},{"children":[{"title":"Enumeration Cases","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/error\/cannotaccessfile(url:)","title":"case cannotAccessFile(url: String)","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/emptydata","title":"case emptyData","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/invaliddownloadresource(url:data:)","title":"case invalidDownloadResource(url: String, data: Data)","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/invalidexporttype(_:)","title":"case invalidExportType(Csv.ExportType)","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/invalidlocalresource(url:data:)","title":"case invalidLocalResource(url: String, data: Data)","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/underlying(_:)","title":"case underlying(Error?)","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/workinprogress","title":"case workInProgress","type":"case"},{"title":"Default Implementations","type":"groupMarker"},{"children":[{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/error\/localizeddescription","title":"var localizedDescription: String","type":"property"}],"path":"\/documentation\/csv2img\/csv\/error\/error-implementations","title":"Error Implementations","type":"symbol"}],"path":"\/documentation\/csv2img\/csv\/error","title":"Csv.Error","type":"enum"},{"children":[{"title":"Enumeration Cases","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/pdf","title":"case pdf","type":"case"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/png","title":"case png","type":"case"},{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/init(rawvalue:)","title":"init?(rawValue: String)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/fileextension","title":"var fileExtension: String","type":"property"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/uttype","title":"var utType: UTType","type":"property"},{"title":"Default Implementations","type":"groupMarker"},{"children":[{"title":"Operators","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/!=(_:_:)","title":"static func != (Self, Self) -> Bool","type":"op"}],"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/equatable-implementations","title":"Equatable Implementations","type":"symbol"},{"children":[{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hashvalue","title":"var hashValue: Int","type":"property"},{"title":"Instance Methods","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hash(into:)","title":"func hash(into: inout Hasher)","type":"method"}],"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/rawrepresentable-implementations","title":"RawRepresentable Implementations","type":"symbol"}],"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum","title":"Csv.ExportType","type":"enum"}],"path":"\/documentation\/csv2img\/csv","title":"Csv","type":"class"},{"title":"Protocols","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csvexportable","title":"CsvExportable","type":"protocol"},{"children":[{"title":"Associated Types","type":"groupMarker"},{"path":"\/documentation\/csv2img\/maker\/exportable","title":"Exportable","type":"associatedtype"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/maker\/maximumrowcount","title":"var maximumRowCount: Int?","type":"property"},{"title":"Instance Methods","type":"groupMarker"},{"path":"\/documentation\/csv2img\/maker\/make(columns:rows:progress:)","title":"func make(columns: [Csv.Column], rows: [Csv.Row], progress: (Double) -> Void) throws -> Self.Exportable","type":"method"},{"path":"\/documentation\/csv2img\/maker\/setfontsize(_:)","title":"func setFontSize(Double)","type":"method"}],"path":"\/documentation\/csv2img\/maker","title":"Maker","type":"protocol"},{"title":"Structures","type":"groupMarker"},{"children":[{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/pdfmetadata\/init(author:title:)","title":"init(author: String, title: String)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/pdfmetadata\/author","title":"var author: String","type":"property"},{"path":"\/documentation\/csv2img\/pdfmetadata\/title","title":"var title: String","type":"property"}],"path":"\/documentation\/csv2img\/pdfmetadata","title":"PDFMetadata","type":"struct"},{"title":"Enumerations","type":"groupMarker"},{"children":[{"title":"Enumeration Cases","type":"groupMarker"},{"path":"\/documentation\/csv2img\/imagemakingerror\/failedcreateimage(_:)","title":"case failedCreateImage(CGContext)","type":"case"},{"path":"\/documentation\/csv2img\/imagemakingerror\/nocontextavailable","title":"case noContextAvailable","type":"case"},{"path":"\/documentation\/csv2img\/imagemakingerror\/underlying(_:)","title":"case underlying(Error)","type":"case"},{"title":"Default Implementations","type":"groupMarker"},{"children":[{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/imagemakingerror\/localizeddescription","title":"var localizedDescription: String","type":"property"}],"path":"\/documentation\/csv2img\/imagemakingerror\/error-implementations","title":"Error Implementations","type":"symbol"}],"path":"\/documentation\/csv2img\/imagemakingerror","title":"ImageMakingError","type":"enum"},{"children":[{"title":"Enumeration Cases","type":"groupMarker"},{"path":"\/documentation\/csv2img\/pdfmakingerror\/emptyrows","title":"case emptyRows","type":"case"},{"path":"\/documentation\/csv2img\/pdfmakingerror\/failedtogeneratepdf","title":"case failedToGeneratePdf","type":"case"},{"path":"\/documentation\/csv2img\/pdfmakingerror\/nocontextavailabe","title":"case noContextAvailabe","type":"case"},{"path":"\/documentation\/csv2img\/pdfmakingerror\/underlying(_:)","title":"case underlying(Error)","type":"case"},{"title":"Default Implementations","type":"groupMarker"},{"children":[{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/pdfmakingerror\/localizeddescription","title":"var localizedDescription: String","type":"property"}],"path":"\/documentation\/csv2img\/pdfmakingerror\/error-implementations","title":"Error Implementations","type":"symbol"}],"path":"\/documentation\/csv2img\/pdfmakingerror","title":"PdfMakingError","type":"enum"}],"path":"\/documentation\/csv2img","title":"Csv2Img","type":"module"}]},"schemaVersion":{"major":0,"minor":1,"patch":0}} \ No newline at end of file +{"interfaceLanguages":{"swift":[{"children":[{"title":"Classes","type":"groupMarker"},{"children":[{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/anycsvexportable\/init(_:)","title":"init(CsvExportable)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/anycsvexportable\/base","title":"var base: CsvExportable","type":"property"}],"path":"\/documentation\/csv2img\/anycsvexportable","title":"AnyCsvExportable","type":"class"},{"children":[{"title":"Structures","type":"groupMarker"},{"children":[{"title":"Structures","type":"groupMarker"},{"children":[{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/init(color:applyonlycolumn:)","title":"init(color: CGColor, applyOnlyColumn: Bool)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/applyonlycolumn","title":"var applyOnlyColumn: Bool","type":"property"},{"path":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/color","title":"var color: CGColor","type":"property"},{"title":"Type Methods","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/style-swift.struct\/random(count:)","title":"static func random(count: Int) -> [Csv.Column.Style]","type":"method"}],"path":"\/documentation\/csv2img\/csv\/column\/style-swift.struct","title":"Csv.Column.Style","type":"struct"},{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/init(name:style:)","title":"init(name: Csv.Column.Name, style: Csv.Column.Style)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/name-swift.property","title":"var name: Csv.Column.Name","type":"property"},{"path":"\/documentation\/csv2img\/csv\/column\/style-swift.property","title":"var style: Csv.Column.Style","type":"property"},{"title":"Type Aliases","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/column\/name-swift.typealias","title":"Csv.Column.Name","type":"typealias"}],"path":"\/documentation\/csv2img\/csv\/column","title":"Csv.Column","type":"struct"},{"children":[{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/row\/init(index:values:)","title":"init(index: Int, values: [String])","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/row\/index","title":"var index: Int","type":"property"},{"path":"\/documentation\/csv2img\/csv\/row\/values","title":"var values: [String]","type":"property"}],"path":"\/documentation\/csv2img\/csv\/row","title":"Csv.Row","type":"struct"},{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/init(separator:rawstring:columns:rows:exporttype:)","title":"init(separator: String, rawString: String?, columns: [Csv.Column], rows: [Csv.Row], exportType: Csv.ExportType)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/columns","title":"var columns: [Csv.Column]","type":"property"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.property","title":"var exportType: Csv.ExportType","type":"property"},{"path":"\/documentation\/csv2img\/csv\/isloading","title":"var isLoading: Bool","type":"property"},{"path":"\/documentation\/csv2img\/csv\/isloadingpublisher","title":"var isLoadingPublisher: AnyPublisher","type":"property"},{"path":"\/documentation\/csv2img\/csv\/progress","title":"var progress: Double","type":"property"},{"path":"\/documentation\/csv2img\/csv\/progresspublisher","title":"var progressPublisher: AnyPublisher","type":"property"},{"path":"\/documentation\/csv2img\/csv\/rawstring","title":"var rawString: String?","type":"property"},{"path":"\/documentation\/csv2img\/csv\/rows","title":"var rows: [Csv.Row]","type":"property"},{"path":"\/documentation\/csv2img\/csv\/separator","title":"var separator: String","type":"property"},{"title":"Instance Methods","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/generate(fontsize:exporttype:)","title":"func generate(fontSize: Double?, exportType: Csv.ExportType) async throws -> AnyCsvExportable","type":"method"},{"path":"\/documentation\/csv2img\/csv\/write(to:)","title":"func write(to: URL) -> Data?","type":"method"},{"title":"Type Methods","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/loadfromdisk(_:separator:exporttype:)","title":"static func loadFromDisk(URL, separator: String, exportType: Csv.ExportType) throws -> Csv","type":"method"},{"path":"\/documentation\/csv2img\/csv\/loadfromnetwork(_:separator:exporttype:)","title":"static func loadFromNetwork(URL, separator: String, exportType: Csv.ExportType) throws -> Csv","type":"method"},{"path":"\/documentation\/csv2img\/csv\/loadfromstring(_:separator:maxlength:exporttype:)","title":"static func loadFromString(String, separator: String, maxLength: Int?, exportType: Csv.ExportType) -> Csv","type":"method"},{"title":"Enumerations","type":"groupMarker"},{"children":[{"title":"Enumeration Cases","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/error\/cannotaccessfile(url:)","title":"case cannotAccessFile(url: String)","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/emptydata","title":"case emptyData","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/invaliddownloadresource(url:data:)","title":"case invalidDownloadResource(url: String, data: Data)","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/invalidexporttype(_:)","title":"case invalidExportType(Csv.ExportType)","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/invalidlocalresource(url:data:)","title":"case invalidLocalResource(url: String, data: Data)","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/underlying(_:)","title":"case underlying(Error?)","type":"case"},{"path":"\/documentation\/csv2img\/csv\/error\/workinprogress","title":"case workInProgress","type":"case"},{"title":"Default Implementations","type":"groupMarker"},{"children":[{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/error\/localizeddescription","title":"var localizedDescription: String","type":"property"}],"path":"\/documentation\/csv2img\/csv\/error\/error-implementations","title":"Error Implementations","type":"symbol"}],"path":"\/documentation\/csv2img\/csv\/error","title":"Csv.Error","type":"enum"},{"children":[{"title":"Enumeration Cases","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/pdf","title":"case pdf","type":"case"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/png","title":"case png","type":"case"},{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/init(rawvalue:)","title":"init?(rawValue: String)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/fileextension","title":"var fileExtension: String","type":"property"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/uttype","title":"var utType: UTType","type":"property"},{"title":"Default Implementations","type":"groupMarker"},{"children":[{"title":"Operators","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/!=(_:_:)","title":"static func != (Self, Self) -> Bool","type":"op"}],"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/equatable-implementations","title":"Equatable Implementations","type":"symbol"},{"children":[{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hashvalue","title":"var hashValue: Int","type":"property"},{"title":"Instance Methods","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/hash(into:)","title":"func hash(into: inout Hasher)","type":"method"}],"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum\/rawrepresentable-implementations","title":"RawRepresentable Implementations","type":"symbol"}],"path":"\/documentation\/csv2img\/csv\/exporttype-swift.enum","title":"Csv.ExportType","type":"enum"}],"path":"\/documentation\/csv2img\/csv","title":"Csv","type":"class"},{"title":"Protocols","type":"groupMarker"},{"path":"\/documentation\/csv2img\/csvexportable","title":"CsvExportable","type":"protocol"},{"children":[{"title":"Associated Types","type":"groupMarker"},{"path":"\/documentation\/csv2img\/maker\/exportable","title":"Exportable","type":"associatedtype"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/maker\/maximumrowcount","title":"var maximumRowCount: Int?","type":"property"},{"title":"Instance Methods","type":"groupMarker"},{"path":"\/documentation\/csv2img\/maker\/make(columns:rows:progress:)","title":"func make(columns: [Csv.Column], rows: [Csv.Row], progress: (Double) -> Void) throws -> Self.Exportable","type":"method"},{"path":"\/documentation\/csv2img\/maker\/setfontsize(_:)","title":"func setFontSize(Double)","type":"method"}],"path":"\/documentation\/csv2img\/maker","title":"Maker","type":"protocol"},{"title":"Structures","type":"groupMarker"},{"children":[{"title":"Initializers","type":"groupMarker"},{"path":"\/documentation\/csv2img\/pdfmetadata\/init(author:title:)","title":"init(author: String, title: String)","type":"init"},{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/pdfmetadata\/author","title":"var author: String","type":"property"},{"path":"\/documentation\/csv2img\/pdfmetadata\/title","title":"var title: String","type":"property"}],"path":"\/documentation\/csv2img\/pdfmetadata","title":"PDFMetadata","type":"struct"},{"title":"Enumerations","type":"groupMarker"},{"children":[{"title":"Enumeration Cases","type":"groupMarker"},{"path":"\/documentation\/csv2img\/imagemakingerror\/failedcreateimage(_:)","title":"case failedCreateImage(CGContext)","type":"case"},{"path":"\/documentation\/csv2img\/imagemakingerror\/nocontextavailable","title":"case noContextAvailable","type":"case"},{"path":"\/documentation\/csv2img\/imagemakingerror\/underlying(_:)","title":"case underlying(Error)","type":"case"},{"title":"Default Implementations","type":"groupMarker"},{"children":[{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/imagemakingerror\/localizeddescription","title":"var localizedDescription: String","type":"property"}],"path":"\/documentation\/csv2img\/imagemakingerror\/error-implementations","title":"Error Implementations","type":"symbol"}],"path":"\/documentation\/csv2img\/imagemakingerror","title":"ImageMakingError","type":"enum"},{"children":[{"title":"Enumeration Cases","type":"groupMarker"},{"path":"\/documentation\/csv2img\/pdfmakingerror\/emptyrows","title":"case emptyRows","type":"case"},{"path":"\/documentation\/csv2img\/pdfmakingerror\/failedtogeneratepdf","title":"case failedToGeneratePdf","type":"case"},{"path":"\/documentation\/csv2img\/pdfmakingerror\/nocontextavailabe","title":"case noContextAvailabe","type":"case"},{"path":"\/documentation\/csv2img\/pdfmakingerror\/underlying(_:)","title":"case underlying(Error)","type":"case"},{"title":"Default Implementations","type":"groupMarker"},{"children":[{"title":"Instance Properties","type":"groupMarker"},{"path":"\/documentation\/csv2img\/pdfmakingerror\/localizeddescription","title":"var localizedDescription: String","type":"property"}],"path":"\/documentation\/csv2img\/pdfmakingerror\/error-implementations","title":"Error Implementations","type":"symbol"}],"path":"\/documentation\/csv2img\/pdfmakingerror","title":"PdfMakingError","type":"enum"}],"path":"\/documentation\/csv2img","title":"Csv2Img","type":"module"}]},"schemaVersion":{"major":0,"minor":1,"patch":0}} \ No newline at end of file