spire-xls 15.5.0__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (703) hide show
  1. spire/__init__.py +0 -0
  2. spire/xls/AddInFunctionsCollection.py +29 -0
  3. spire/xls/AddtionalFormatWrapper.py +976 -0
  4. spire/xls/AlertStyleType.py +18 -0
  5. spire/xls/ArcShapeCollection.py +70 -0
  6. spire/xls/AutoFiltersCollection.py +527 -0
  7. spire/xls/AutoFitterOptions.py +66 -0
  8. spire/xls/AutoFormatOptions.py +23 -0
  9. spire/xls/AutoFormatType.py +32 -0
  10. spire/xls/AutoSortScope.py +25 -0
  11. spire/xls/Average.py +29 -0
  12. spire/xls/AverageType.py +25 -0
  13. spire/xls/AxisLineIdentifierType.py +19 -0
  14. spire/xls/AxisTextDirectionType.py +18 -0
  15. spire/xls/AxisType.py +18 -0
  16. spire/xls/AxisTypes.py +18 -0
  17. spire/xls/BaseFormatType.py +17 -0
  18. spire/xls/BordersCollection.py +158 -0
  19. spire/xls/BordersCollectionArrayWrapper.py +95 -0
  20. spire/xls/BordersLineType.py +23 -0
  21. spire/xls/BubbleSizeType.py +17 -0
  22. spire/xls/BuiltInDocumentProperties.py +12 -0
  23. spire/xls/BuiltInPropertyType.py +50 -0
  24. spire/xls/BuiltInStyles.py +66 -0
  25. spire/xls/ButtonShapeCollection.py +70 -0
  26. spire/xls/CategoryType.py +18 -0
  27. spire/xls/CellBaseStyle.py +26 -0
  28. spire/xls/CellBorder.py +154 -0
  29. spire/xls/CellDataType.py +23 -0
  30. spire/xls/CellFormatType.py +21 -0
  31. spire/xls/CellRange.py +915 -0
  32. spire/xls/CellStyle.py +85 -0
  33. spire/xls/CellStyleFlag.py +432 -0
  34. spire/xls/CellStyleObject.py +617 -0
  35. spire/xls/CellValueChangedEventArgs.py +75 -0
  36. spire/xls/CellValueChangedEventHandler.py +52 -0
  37. spire/xls/Chart.py +404 -0
  38. spire/xls/ChartArea.py +61 -0
  39. spire/xls/ChartBackgroundMode.py +18 -0
  40. spire/xls/ChartBaseUnitType.py +18 -0
  41. spire/xls/ChartBorder.py +12 -0
  42. spire/xls/ChartCategoryAxis.py +93 -0
  43. spire/xls/ChartDataLabels.py +42 -0
  44. spire/xls/ChartDataPoint.py +42 -0
  45. spire/xls/ChartDataPointsCollection.py +75 -0
  46. spire/xls/ChartDataTable.py +12 -0
  47. spire/xls/ChartDisplayUnitType.py +26 -0
  48. spire/xls/ChartDropBar.py +12 -0
  49. spire/xls/ChartFormat.py +72 -0
  50. spire/xls/ChartFormatCollection.py +59 -0
  51. spire/xls/ChartGridLine.py +27 -0
  52. spire/xls/ChartInterior.py +12 -0
  53. spire/xls/ChartLegend.py +42 -0
  54. spire/xls/ChartLegendEntriesColl.py +128 -0
  55. spire/xls/ChartLegendEntry.py +27 -0
  56. spire/xls/ChartLinePatternType.py +24 -0
  57. spire/xls/ChartLineWeightType.py +19 -0
  58. spire/xls/ChartMarkerType.py +27 -0
  59. spire/xls/ChartPageSetup.py +12 -0
  60. spire/xls/ChartParagraphType.py +18 -0
  61. spire/xls/ChartPieType.py +18 -0
  62. spire/xls/ChartPlotArea.py +53 -0
  63. spire/xls/ChartPlotEmptyType.py +18 -0
  64. spire/xls/ChartSerie.py +142 -0
  65. spire/xls/ChartSerieDataFormat.py +56 -0
  66. spire/xls/ChartSeries.py +154 -0
  67. spire/xls/ChartSeriesAxis.py +72 -0
  68. spire/xls/ChartShadow.py +235 -0
  69. spire/xls/ChartSheet.py +285 -0
  70. spire/xls/ChartTextArea.py +782 -0
  71. spire/xls/ChartTitle.py +12 -0
  72. spire/xls/ChartValueAxis.py +92 -0
  73. spire/xls/ChartWallOrFloor.py +12 -0
  74. spire/xls/ChartsCollection.py +113 -0
  75. spire/xls/CheckBoxCollection.py +70 -0
  76. spire/xls/CheckState.py +18 -0
  77. spire/xls/CollectionBase.py +184 -0
  78. spire/xls/CollectionChangeEventArgs.py +36 -0
  79. spire/xls/CollectionExtended.py +92 -0
  80. spire/xls/ColorConditionValue.py +91 -0
  81. spire/xls/ColorFilter.py +45 -0
  82. spire/xls/ColorScale.py +172 -0
  83. spire/xls/ColorType.py +18 -0
  84. spire/xls/ComboBoxCollection.py +70 -0
  85. spire/xls/CommentHAlignType.py +21 -0
  86. spire/xls/CommentVAlignType.py +20 -0
  87. spire/xls/CommentsCollection.py +109 -0
  88. spire/xls/CommentsRange.py +578 -0
  89. spire/xls/CommonWrapper.py +40 -0
  90. spire/xls/ComparisonOperatorType.py +24 -0
  91. spire/xls/CompoundLineType.py +18 -0
  92. spire/xls/CondFormatCollectionWrapper.py +125 -0
  93. spire/xls/ConditionValue.py +82 -0
  94. spire/xls/ConditionValuePosition.py +16 -0
  95. spire/xls/ConditionValueType.py +20 -0
  96. spire/xls/ConditionalFormat.py +14 -0
  97. spire/xls/ConditionalFormatScope.py +16 -0
  98. spire/xls/ConditionalFormatType.py +33 -0
  99. spire/xls/ConditionalFormatWrapper.py +986 -0
  100. spire/xls/ConditionalFormats.py +55 -0
  101. spire/xls/ConditionalTopNType.py +17 -0
  102. spire/xls/ConnectionDataSourceType.py +26 -0
  103. spire/xls/ConverterSetting.py +347 -0
  104. spire/xls/CopyRangeOptions.py +23 -0
  105. spire/xls/CustomFilter.py +147 -0
  106. spire/xls/CustomFilterCollection.py +113 -0
  107. spire/xls/DBConnection.py +198 -0
  108. spire/xls/DVAspect.py +15 -0
  109. spire/xls/DataBar.py +220 -0
  110. spire/xls/DataBarAxisPosition.py +16 -0
  111. spire/xls/DataBarBorder.py +47 -0
  112. spire/xls/DataBarBorderType.py +15 -0
  113. spire/xls/DataBarFillType.py +15 -0
  114. spire/xls/DataBarNegativeColorType.py +15 -0
  115. spire/xls/DataConnections.py +25 -0
  116. spire/xls/DataLabelPositionType.py +26 -0
  117. spire/xls/DataMarkerDirection.py +17 -0
  118. spire/xls/DataSorter.py +154 -0
  119. spire/xls/DataSourceType.py +19 -0
  120. spire/xls/DateTimeGroupItem.py +132 -0
  121. spire/xls/DateTimeGroupingType.py +19 -0
  122. spire/xls/DeleteOption.py +15 -0
  123. spire/xls/DocumentProperty.py +304 -0
  124. spire/xls/DropLineStyleType.py +18 -0
  125. spire/xls/DynamicFilter.py +71 -0
  126. spire/xls/DynamicFilterType.py +48 -0
  127. spire/xls/EncryptedKeyInfo.py +12 -0
  128. spire/xls/ErrorBarIncludeType.py +19 -0
  129. spire/xls/ErrorBarType.py +20 -0
  130. spire/xls/Excel2016Charttype.py +20 -0
  131. spire/xls/ExcelAddInFunction.py +12 -0
  132. spire/xls/ExcelCalculationMode.py +18 -0
  133. spire/xls/ExcelChartType.py +96 -0
  134. spire/xls/ExcelClearOptions.py +18 -0
  135. spire/xls/ExcelColors.py +121 -0
  136. spire/xls/ExcelComboType.py +22 -0
  137. spire/xls/ExcelComment.py +27 -0
  138. spire/xls/ExcelCommentObject.py +618 -0
  139. spire/xls/ExcelFindOptions.py +16 -0
  140. spire/xls/ExcelFont.py +310 -0
  141. spire/xls/ExcelGradient.py +174 -0
  142. spire/xls/ExcelHorizontalAlignment.py +21 -0
  143. spire/xls/ExcelInterior.py +128 -0
  144. spire/xls/ExcelPatternType.py +52 -0
  145. spire/xls/ExcelPicture.py +12 -0
  146. spire/xls/ExcelQuartileCalculation.py +17 -0
  147. spire/xls/ExcelSaveType.py +15 -0
  148. spire/xls/ExcelShapeType.py +41 -0
  149. spire/xls/ExcelSheetType.py +20 -0
  150. spire/xls/ExcelTotalsCalculation.py +23 -0
  151. spire/xls/ExcelTreeMapLabelOption.py +18 -0
  152. spire/xls/ExcelVersion.py +24 -0
  153. spire/xls/ExcelVerticalAlignment.py +21 -0
  154. spire/xls/ExpandCollapseFlags.py +18 -0
  155. spire/xls/ExportTableOptions.py +74 -0
  156. spire/xls/ExternalConnection.py +147 -0
  157. spire/xls/ExternalLink.py +58 -0
  158. spire/xls/ExternalLinkCollection.py +25 -0
  159. spire/xls/FileFormat.py +40 -0
  160. spire/xls/FillPictureType.py +16 -0
  161. spire/xls/FilterColumn.py +258 -0
  162. spire/xls/FilterConditionType.py +21 -0
  163. spire/xls/FilterDataType.py +22 -0
  164. spire/xls/FilterOperatorType.py +20 -0
  165. spire/xls/FilterType.py +20 -0
  166. spire/xls/FindType.py +19 -0
  167. spire/xls/Font.py +376 -0
  168. spire/xls/FontArrayWrapper.py +265 -0
  169. spire/xls/FontUnderlineType.py +20 -0
  170. spire/xls/FontVertialAlignmentType.py +20 -0
  171. spire/xls/FontWrapper.py +450 -0
  172. spire/xls/FontsCollection.py +87 -0
  173. spire/xls/Format3D.py +235 -0
  174. spire/xls/GeomertyAdjustValue.py +63 -0
  175. spire/xls/GeomertyAdjustValueFormulaType.py +30 -0
  176. spire/xls/GeomertyAdjustValuesCollection.py +39 -0
  177. spire/xls/GetText.py +15 -0
  178. spire/xls/GoalSeek.py +65 -0
  179. spire/xls/GoalSeekResult.py +57 -0
  180. spire/xls/GradientArrayWrapper.py +188 -0
  181. spire/xls/GradientColorType.py +18 -0
  182. spire/xls/GradientPatternType.py +64 -0
  183. spire/xls/GradientPresetType.py +39 -0
  184. spire/xls/GradientStops.py +146 -0
  185. spire/xls/GradientStyleType.py +21 -0
  186. spire/xls/GradientTextureType.py +40 -0
  187. spire/xls/GradientType.py +17 -0
  188. spire/xls/GradientVariantsType.py +19 -0
  189. spire/xls/GroupBoxCollection.py +70 -0
  190. spire/xls/GroupByType.py +15 -0
  191. spire/xls/GroupShape.py +21 -0
  192. spire/xls/GroupShapeCollection.py +46 -0
  193. spire/xls/HPageBreak.py +32 -0
  194. spire/xls/HPageBreaksCollection.py +108 -0
  195. spire/xls/HTMLOptions.py +144 -0
  196. spire/xls/HistogramAxisFormat.py +30 -0
  197. spire/xls/HorizontalAlignType.py +23 -0
  198. spire/xls/HttpContentType.py +18 -0
  199. spire/xls/HyperLink.py +32 -0
  200. spire/xls/HyperLinkType.py +20 -0
  201. spire/xls/HyperLinksCollection.py +72 -0
  202. spire/xls/IAddInFunction.py +22 -0
  203. spire/xls/IAddInFunctions.py +50 -0
  204. spire/xls/IArcShape.py +259 -0
  205. spire/xls/IArcShapes.py +50 -0
  206. spire/xls/IAutoFilter.py +167 -0
  207. spire/xls/IAutoFilterCondition.py +123 -0
  208. spire/xls/IAutoFilters.py +49 -0
  209. spire/xls/IBorder.py +116 -0
  210. spire/xls/IBorders.py +106 -0
  211. spire/xls/IBuiltInDocumentProperties.py +579 -0
  212. spire/xls/IButtonShape.py +12 -0
  213. spire/xls/IButtonShapes.py +50 -0
  214. spire/xls/IChart.py +1368 -0
  215. spire/xls/IChartAxis.py +722 -0
  216. spire/xls/IChartBorder.py +220 -0
  217. spire/xls/IChartCategoryAxis.py +410 -0
  218. spire/xls/IChartDataLabels.py +457 -0
  219. spire/xls/IChartDataPoint.py +131 -0
  220. spire/xls/IChartDataPoints.py +31 -0
  221. spire/xls/IChartDataTable.py +197 -0
  222. spire/xls/IChartDropBar.py +12 -0
  223. spire/xls/IChartErrorBars.py +373 -0
  224. spire/xls/IChartFillBorder.py +303 -0
  225. spire/xls/IChartFormat.py +571 -0
  226. spire/xls/IChartFrameFormat.py +93 -0
  227. spire/xls/IChartGridLine.py +107 -0
  228. spire/xls/IChartInterior.py +278 -0
  229. spire/xls/IChartLegend.py +499 -0
  230. spire/xls/IChartLegendEntries.py +30 -0
  231. spire/xls/IChartLegendEntry.py +178 -0
  232. spire/xls/IChartPageSetup.py +56 -0
  233. spire/xls/IChartSerie.py +779 -0
  234. spire/xls/IChartSerieDataFormat.py +566 -0
  235. spire/xls/IChartSeries.py +39 -0
  236. spire/xls/IChartSeriesAxis.py +128 -0
  237. spire/xls/IChartShape.py +92 -0
  238. spire/xls/IChartShapes.py +39 -0
  239. spire/xls/IChartTextArea.py +197 -0
  240. spire/xls/IChartTrendLine.py +548 -0
  241. spire/xls/IChartTrendLines.py +79 -0
  242. spire/xls/IChartValueAxis.py +518 -0
  243. spire/xls/IChartWallOrFloor.py +32 -0
  244. spire/xls/ICharts.py +70 -0
  245. spire/xls/ICheckBox.py +96 -0
  246. spire/xls/ICheckBoxes.py +50 -0
  247. spire/xls/ICloneParent.py +28 -0
  248. spire/xls/IColorConditionValue.py +31 -0
  249. spire/xls/IColorScale.py +32 -0
  250. spire/xls/ICombinedRange.py +87 -0
  251. spire/xls/IComboBoxShape.py +95 -0
  252. spire/xls/IComboBoxes.py +50 -0
  253. spire/xls/IComment.py +85 -0
  254. spire/xls/ICommentShape.py +12 -0
  255. spire/xls/IComments.py +50 -0
  256. spire/xls/IConditionValue.py +68 -0
  257. spire/xls/IConditionalFormat.py +606 -0
  258. spire/xls/IConditionalFormats.py +48 -0
  259. spire/xls/IConditionalFormatsCollection.py +134 -0
  260. spire/xls/ICustomDocumentProperties.py +128 -0
  261. spire/xls/IDataBar.py +105 -0
  262. spire/xls/IDataSort.py +95 -0
  263. spire/xls/IDataValidation.py +421 -0
  264. spire/xls/IDataValidationCollection.py +132 -0
  265. spire/xls/IDataValidationTable.py +68 -0
  266. spire/xls/IDigitalSignature.py +99 -0
  267. spire/xls/IDigitalSignatures.py +29 -0
  268. spire/xls/IDocumentProperty.py +226 -0
  269. spire/xls/IErrorIndicator.py +31 -0
  270. spire/xls/IExcelApplication.py +22 -0
  271. spire/xls/IExtendIndex.py +21 -0
  272. spire/xls/IExtendedFormat.py +530 -0
  273. spire/xls/IFont.py +271 -0
  274. spire/xls/IFormat3D.py +252 -0
  275. spire/xls/IGeomPath.py +23 -0
  276. spire/xls/IGeomPathInfo.py +112 -0
  277. spire/xls/IGeomPathShape.py +30 -0
  278. spire/xls/IGlow.py +85 -0
  279. spire/xls/IGradient.py +174 -0
  280. spire/xls/IGroupBox.py +67 -0
  281. spire/xls/IGroupBoxes.py +50 -0
  282. spire/xls/IHPageBreak.py +22 -0
  283. spire/xls/IHPageBreaks.py +31 -0
  284. spire/xls/IHyperLink.py +118 -0
  285. spire/xls/IHyperLinks.py +48 -0
  286. spire/xls/IIconSet.py +96 -0
  287. spire/xls/IInterior.py +117 -0
  288. spire/xls/IInternalAddtionalFormat.py +238 -0
  289. spire/xls/IInternalFont.py +31 -0
  290. spire/xls/IInternalWorksheet.py +132 -0
  291. spire/xls/ILabelShape.py +49 -0
  292. spire/xls/ILabelShapes.py +50 -0
  293. spire/xls/ILineShape.py +305 -0
  294. spire/xls/ILines.py +50 -0
  295. spire/xls/IListBox.py +86 -0
  296. spire/xls/IListBoxes.py +50 -0
  297. spire/xls/IListObject.py +493 -0
  298. spire/xls/IListObjectColumn.py +222 -0
  299. spire/xls/IListObjects.py +31 -0
  300. spire/xls/IMarkersDesigner.py +113 -0
  301. spire/xls/IMigrantRange.py +21 -0
  302. spire/xls/INameRanges.py +162 -0
  303. spire/xls/INamedObject.py +22 -0
  304. spire/xls/INamedRange.py +162 -0
  305. spire/xls/INumberFormat.py +77 -0
  306. spire/xls/IOleObject.py +176 -0
  307. spire/xls/IOleObjects.py +32 -0
  308. spire/xls/IOptimizedUpdate.py +28 -0
  309. spire/xls/IOvalShape.py +154 -0
  310. spire/xls/IOvalShapes.py +50 -0
  311. spire/xls/IPageSetup.py +195 -0
  312. spire/xls/IPageSetupBase.py +642 -0
  313. spire/xls/IPictureShape.py +99 -0
  314. spire/xls/IPictures.py +250 -0
  315. spire/xls/IPivotCache.py +41 -0
  316. spire/xls/IPivotCaches.py +39 -0
  317. spire/xls/IPivotCalculatedFields.py +50 -0
  318. spire/xls/IPivotDataField.py +68 -0
  319. spire/xls/IPivotDataFields.py +50 -0
  320. spire/xls/IPivotField.py +291 -0
  321. spire/xls/IPivotFields.py +41 -0
  322. spire/xls/IPivotTable.py +393 -0
  323. spire/xls/IPivotTableOptions.py +428 -0
  324. spire/xls/IPivotTables.py +68 -0
  325. spire/xls/IPropertyData.py +70 -0
  326. spire/xls/IPrstGeomShape.py +71 -0
  327. spire/xls/IPrstGeomShapes.py +81 -0
  328. spire/xls/IRadioButton.py +105 -0
  329. spire/xls/IRadioButtons.py +71 -0
  330. spire/xls/IRectangleShape.py +60 -0
  331. spire/xls/IRectangleShapes.py +50 -0
  332. spire/xls/IReflectionEffect.py +138 -0
  333. spire/xls/IRichTextString.py +93 -0
  334. spire/xls/IScrollBarShape.py +140 -0
  335. spire/xls/IScrollBarShapes.py +50 -0
  336. spire/xls/IShadow.py +244 -0
  337. spire/xls/IShape.py +409 -0
  338. spire/xls/IShapeFill.py +522 -0
  339. spire/xls/IShapeLineFormat.py +331 -0
  340. spire/xls/IShapes.py +270 -0
  341. spire/xls/ISortColumn.py +96 -0
  342. spire/xls/ISortColumns.py +70 -0
  343. spire/xls/ISortedRule.py +112 -0
  344. spire/xls/ISparkline.py +68 -0
  345. spire/xls/ISparklineGroup.py +428 -0
  346. spire/xls/ISparklines.py +72 -0
  347. spire/xls/ISpinnerShape.py +102 -0
  348. spire/xls/ISpinnerShapes.py +50 -0
  349. spire/xls/IStyle.py +50 -0
  350. spire/xls/IStyles.py +69 -0
  351. spire/xls/ITabSheet.py +302 -0
  352. spire/xls/ITabSheets.py +57 -0
  353. spire/xls/ITextBox.py +116 -0
  354. spire/xls/ITextBoxLinkShape.py +40 -0
  355. spire/xls/ITextBoxShape.py +22 -0
  356. spire/xls/ITextBoxes.py +61 -0
  357. spire/xls/ITextFrame.py +120 -0
  358. spire/xls/IVPageBreak.py +22 -0
  359. spire/xls/IVPageBreaks.py +31 -0
  360. spire/xls/IWorkbook.py +1806 -0
  361. spire/xls/IWorksheet.py +2694 -0
  362. spire/xls/IWorksheetGroup.py +48 -0
  363. spire/xls/IWorksheets.py +159 -0
  364. spire/xls/IXLSRange.py +2479 -0
  365. spire/xls/IXLSRanges.py +35 -0
  366. spire/xls/IconSet.py +103 -0
  367. spire/xls/IconSetType.py +35 -0
  368. spire/xls/IgnoreErrorType.py +24 -0
  369. spire/xls/ImageFormatType.py +18 -0
  370. spire/xls/ImageLocationTypes.py +15 -0
  371. spire/xls/ImageType.py +17 -0
  372. spire/xls/ImportObjectOptions.py +89 -0
  373. spire/xls/InsertMoveOption.py +15 -0
  374. spire/xls/InsertOptionsType.py +16 -0
  375. spire/xls/InteriorArrayWrapper.py +126 -0
  376. spire/xls/LOGFONT.py +140 -0
  377. spire/xls/LabelShapeCollection.py +71 -0
  378. spire/xls/LegendPositionType.py +21 -0
  379. spire/xls/LegendSpacingType.py +18 -0
  380. spire/xls/LineCollection.py +85 -0
  381. spire/xls/LineShapeType.py +17 -0
  382. spire/xls/LineStyleType.py +29 -0
  383. spire/xls/ListBoxCollection.py +71 -0
  384. spire/xls/ListObjectCollection.py +45 -0
  385. spire/xls/MarkerDesigner.py +172 -0
  386. spire/xls/MeasureUnits.py +21 -0
  387. spire/xls/MsoPathInfo.py +38 -0
  388. spire/xls/MsoPathType.py +21 -0
  389. spire/xls/MultipleFilterCollection.py +166 -0
  390. spire/xls/NegativeBarFormat.py +82 -0
  391. spire/xls/OColor.py +165 -0
  392. spire/xls/OLEDBCommandType.py +19 -0
  393. spire/xls/OdsPageBackground.py +129 -0
  394. spire/xls/OdsPageBackgroundImagePositionType.py +22 -0
  395. spire/xls/OdsPageBackgroundImageType.py +16 -0
  396. spire/xls/OdsPageBackgroundType.py +16 -0
  397. spire/xls/OleLinkType.py +15 -0
  398. spire/xls/OleObjectType.py +51 -0
  399. spire/xls/OrderBy.py +19 -0
  400. spire/xls/OrderType.py +17 -0
  401. spire/xls/OvalShapeCollection.py +70 -0
  402. spire/xls/PageBreakExtentType.py +17 -0
  403. spire/xls/PageBreakType.py +18 -0
  404. spire/xls/PageColRow.py +48 -0
  405. spire/xls/PageOrientationType.py +17 -0
  406. spire/xls/PageSetup.py +14 -0
  407. spire/xls/PagesOrderType.py +17 -0
  408. spire/xls/PaperSizeEntry.py +30 -0
  409. spire/xls/PaperSizeType.py +135 -0
  410. spire/xls/PathFillMode.py +19 -0
  411. spire/xls/PdfConformanceLevel.py +20 -0
  412. spire/xls/PicStretch.py +104 -0
  413. spire/xls/PicTile.py +72 -0
  414. spire/xls/PicturesCollection.py +532 -0
  415. spire/xls/PivotAutoFomatTypes.py +35 -0
  416. spire/xls/PivotBuiltInStyles.py +97 -0
  417. spire/xls/PivotCache.py +12 -0
  418. spire/xls/PivotCachesCollection.py +12 -0
  419. spire/xls/PivotCalculatedFieldsCollection.py +38 -0
  420. spire/xls/PivotConditionalFormat.py +54 -0
  421. spire/xls/PivotConditionalFormatCollection.py +38 -0
  422. spire/xls/PivotDataField.py +118 -0
  423. spire/xls/PivotDataFields.py +104 -0
  424. spire/xls/PivotDataType.py +21 -0
  425. spire/xls/PivotField.py +12 -0
  426. spire/xls/PivotFieldFormatType.py +28 -0
  427. spire/xls/PivotFieldSortType.py +16 -0
  428. spire/xls/PivotGroupByTypes.py +23 -0
  429. spire/xls/PivotItem.py +161 -0
  430. spire/xls/PivotItemType.py +28 -0
  431. spire/xls/PivotLabelFilterType.py +27 -0
  432. spire/xls/PivotPageAreaFieldsOrderType.py +15 -0
  433. spire/xls/PivotReportFilter.py +92 -0
  434. spire/xls/PivotReportFilters.py +63 -0
  435. spire/xls/PivotStyle.py +79 -0
  436. spire/xls/PivotTable.py +12 -0
  437. spire/xls/PivotTableElement.py +38 -0
  438. spire/xls/PivotTableFields.py +85 -0
  439. spire/xls/PivotTableLayoutType.py +16 -0
  440. spire/xls/PivotTableStyle.py +63 -0
  441. spire/xls/PivotTablesCollection.py +12 -0
  442. spire/xls/PivotValueFilterType.py +21 -0
  443. spire/xls/PresetTextEffect.py +43 -0
  444. spire/xls/PrintCommentType.py +18 -0
  445. spire/xls/PrintErrorsType.py +19 -0
  446. spire/xls/PrintingPageType.py +16 -0
  447. spire/xls/PropertyType.py +31 -0
  448. spire/xls/PrstGeomShapeCollection.py +126 -0
  449. spire/xls/PrstGeomShapeType.py +201 -0
  450. spire/xls/QueryTableCollection.py +25 -0
  451. spire/xls/QueryTableXls.py +42 -0
  452. spire/xls/RTFCommentArray.py +112 -0
  453. spire/xls/RTFStringArray.py +112 -0
  454. spire/xls/RadioButtonCollection.py +137 -0
  455. spire/xls/RangeRichTextString.py +42 -0
  456. spire/xls/RangesCollection.py +537 -0
  457. spire/xls/ReadingOrderType.py +18 -0
  458. spire/xls/RectangleCollection.py +71 -0
  459. spire/xls/RectangleShapeType.py +22 -0
  460. spire/xls/RectangleStyleType.py +17 -0
  461. spire/xls/ReferRangeArea.py +88 -0
  462. spire/xls/RelationShip.py +15 -0
  463. spire/xls/RenameStrategy.py +16 -0
  464. spire/xls/ResizeBehaveType.py +18 -0
  465. spire/xls/RichText.py +49 -0
  466. spire/xls/RichTextObject.py +133 -0
  467. spire/xls/RichTextShape.py +168 -0
  468. spire/xls/RichTextString.py +126 -0
  469. spire/xls/RtfTags.py +30 -0
  470. spire/xls/RtfTextWriter.py +629 -0
  471. spire/xls/SaveShapeTypeOption.py +310 -0
  472. spire/xls/ScrollBarCollection.py +71 -0
  473. spire/xls/SelectionType.py +16 -0
  474. spire/xls/ShapeArrowLengthType.py +18 -0
  475. spire/xls/ShapeArrowStyleType.py +21 -0
  476. spire/xls/ShapeArrowWidthType.py +18 -0
  477. spire/xls/ShapeCollectionBase.py +87 -0
  478. spire/xls/ShapeDashLineStyleType.py +23 -0
  479. spire/xls/ShapeFillType.py +22 -0
  480. spire/xls/ShapeGeomPath.py +26 -0
  481. spire/xls/ShapeGlow.py +91 -0
  482. spire/xls/ShapeLayerChangeType.py +19 -0
  483. spire/xls/ShapeLineStyleType.py +20 -0
  484. spire/xls/ShapeReflection.py +131 -0
  485. spire/xls/ShapeSegmentPath.py +26 -0
  486. spire/xls/SheetProtectionType.py +33 -0
  487. spire/xls/SortColumn.py +120 -0
  488. spire/xls/SortColumns.py +185 -0
  489. spire/xls/SortComparsionType.py +19 -0
  490. spire/xls/SortOrientationType.py +17 -0
  491. spire/xls/SortedWayType.py +18 -0
  492. spire/xls/Sparkline.py +70 -0
  493. spire/xls/SparklineCollection.py +112 -0
  494. spire/xls/SparklineEmptyCells.py +16 -0
  495. spire/xls/SparklineGroup.py +523 -0
  496. spire/xls/SparklineGroupCollection.py +71 -0
  497. spire/xls/SparklineType.py +18 -0
  498. spire/xls/SpartlineVerticalAxisType.py +16 -0
  499. spire/xls/SpinnerShapeCollection.py +70 -0
  500. spire/xls/SplitType.py +19 -0
  501. spire/xls/StrikeThroughStyle.py +17 -0
  502. spire/xls/StringUtil.py +12 -0
  503. spire/xls/StyleArrayWrapper.py +621 -0
  504. spire/xls/StyleDefineType.py +15 -0
  505. spire/xls/StylesCollection.py +141 -0
  506. spire/xls/SubtotalTypes.py +26 -0
  507. spire/xls/TRangeValueType.py +19 -0
  508. spire/xls/TableBuiltInStyles.py +75 -0
  509. spire/xls/TextBoxCollection.py +70 -0
  510. spire/xls/TextBoxShapeBase.py +140 -0
  511. spire/xls/TextDirection.py +20 -0
  512. spire/xls/TextDirectionType.py +16 -0
  513. spire/xls/TextRotationType.py +19 -0
  514. spire/xls/TextSaveOptions.py +85 -0
  515. spire/xls/TextVerticalValue.py +19 -0
  516. spire/xls/ThemeColorType.py +27 -0
  517. spire/xls/TickLabelPositionType.py +19 -0
  518. spire/xls/TickMarkType.py +19 -0
  519. spire/xls/TimePeriodType.py +23 -0
  520. spire/xls/Top10Filter.py +75 -0
  521. spire/xls/TopBottom.py +44 -0
  522. spire/xls/TopBottomType.py +19 -0
  523. spire/xls/TopFormatType.py +18 -0
  524. spire/xls/TrendLineType.py +21 -0
  525. spire/xls/UnderlineStyle.py +32 -0
  526. spire/xls/UnknownVariableAction.py +18 -0
  527. spire/xls/UtilityMethods.py +55 -0
  528. spire/xls/VPageBreak.py +34 -0
  529. spire/xls/VPageBreaksCollection.py +96 -0
  530. spire/xls/Validation.py +33 -0
  531. spire/xls/ValidationComparisonOperator.py +23 -0
  532. spire/xls/VariableTypeAction.py +19 -0
  533. spire/xls/VerticalAlignType.py +20 -0
  534. spire/xls/ViewMode.py +18 -0
  535. spire/xls/WebQueryConnection.py +224 -0
  536. spire/xls/Workbook.py +3152 -0
  537. spire/xls/WorkbookObjectsCollection.py +25 -0
  538. spire/xls/Worksheet.py +1319 -0
  539. spire/xls/WorksheetChartsCollection.py +83 -0
  540. spire/xls/WorksheetConditionalFormats.py +12 -0
  541. spire/xls/WorksheetCopyType.py +31 -0
  542. spire/xls/WorksheetVisibility.py +18 -0
  543. spire/xls/WorksheetsCollection.py +341 -0
  544. spire/xls/WriteProtection.py +64 -0
  545. spire/xls/XLSXBorderJoinType.py +19 -0
  546. spire/xls/XLSXChartBevelType.py +26 -0
  547. spire/xls/XLSXChartLightingType.py +40 -0
  548. spire/xls/XLSXChartMaterialType.py +32 -0
  549. spire/xls/XLSXChartPrespectiveType.py +21 -0
  550. spire/xls/XLSXChartShadowInnerType.py +25 -0
  551. spire/xls/XLSXChartShadowOuterType.py +25 -0
  552. spire/xls/XLSXPivotItemType.py +28 -0
  553. spire/xls/XlsAddInFunction.py +78 -0
  554. spire/xls/XlsAddInFunctionsCollection.py +101 -0
  555. spire/xls/XlsArcShape.py +331 -0
  556. spire/xls/XlsAutoFiltersCollection.py +119 -0
  557. spire/xls/XlsBitmapShape.py +297 -0
  558. spire/xls/XlsBorder.py +172 -0
  559. spire/xls/XlsBorderArrayWrapper.py +116 -0
  560. spire/xls/XlsBordersCollection.py +101 -0
  561. spire/xls/XlsBuiltInDocumentProperties.py +639 -0
  562. spire/xls/XlsButtonShape.py +137 -0
  563. spire/xls/XlsChart.py +1510 -0
  564. spire/xls/XlsChartAxis.py +564 -0
  565. spire/xls/XlsChartBorder.py +165 -0
  566. spire/xls/XlsChartCategoryAxis.py +656 -0
  567. spire/xls/XlsChartDataLabelArea.py +387 -0
  568. spire/xls/XlsChartDataLabels.py +811 -0
  569. spire/xls/XlsChartDataPoint.py +108 -0
  570. spire/xls/XlsChartDataPointsCollection.py +120 -0
  571. spire/xls/XlsChartDataTable.py +393 -0
  572. spire/xls/XlsChartDropBar.py +301 -0
  573. spire/xls/XlsChartFill.py +571 -0
  574. spire/xls/XlsChartFormat.py +1069 -0
  575. spire/xls/XlsChartFormatCollection.py +162 -0
  576. spire/xls/XlsChartFrameFormat.py +614 -0
  577. spire/xls/XlsChartGridLine.py +171 -0
  578. spire/xls/XlsChartInterior.py +240 -0
  579. spire/xls/XlsChartLegend.py +355 -0
  580. spire/xls/XlsChartLegendArea.py +419 -0
  581. spire/xls/XlsChartLegendEntry.py +156 -0
  582. spire/xls/XlsChartPageSetup.py +56 -0
  583. spire/xls/XlsChartPlotArea.py +12 -0
  584. spire/xls/XlsChartSerie.py +589 -0
  585. spire/xls/XlsChartSerieDataFormat.py +1008 -0
  586. spire/xls/XlsChartSeries.py +111 -0
  587. spire/xls/XlsChartSeriesAxis.py +212 -0
  588. spire/xls/XlsChartShape.py +1142 -0
  589. spire/xls/XlsChartTitleArea.py +392 -0
  590. spire/xls/XlsChartValueAxis.py +317 -0
  591. spire/xls/XlsChartWallOrFloor.py +319 -0
  592. spire/xls/XlsChartsCollection.py +89 -0
  593. spire/xls/XlsCheckBoxShape.py +156 -0
  594. spire/xls/XlsComboBoxShape.py +128 -0
  595. spire/xls/XlsComment.py +234 -0
  596. spire/xls/XlsCommentsCollection.py +87 -0
  597. spire/xls/XlsConditionValue.py +111 -0
  598. spire/xls/XlsConditionalFormat.py +1119 -0
  599. spire/xls/XlsConditionalFormats.py +590 -0
  600. spire/xls/XlsDataValidationCollection.py +159 -0
  601. spire/xls/XlsDataValidationTable.py +105 -0
  602. spire/xls/XlsDocumentProperty.py +370 -0
  603. spire/xls/XlsEventArgs.py +93 -0
  604. spire/xls/XlsEventHandler.py +52 -0
  605. spire/xls/XlsFill.py +139 -0
  606. spire/xls/XlsFont.py +364 -0
  607. spire/xls/XlsFontStyle.py +12 -0
  608. spire/xls/XlsFontsCollection.py +51 -0
  609. spire/xls/XlsGradient.py +185 -0
  610. spire/xls/XlsGradientStop.py +85 -0
  611. spire/xls/XlsGroupBoxShape.py +88 -0
  612. spire/xls/XlsHPageBreak.py +105 -0
  613. spire/xls/XlsHPageBreaksCollection.py +85 -0
  614. spire/xls/XlsHeaderFooterShapeCollection.py +57 -0
  615. spire/xls/XlsHyperLink.py +229 -0
  616. spire/xls/XlsHyperLinksCollection.py +102 -0
  617. spire/xls/XlsLabelShape.py +73 -0
  618. spire/xls/XlsLineShape.py +367 -0
  619. spire/xls/XlsListBoxShape.py +124 -0
  620. spire/xls/XlsName.py +1871 -0
  621. spire/xls/XlsObject.py +36 -0
  622. spire/xls/XlsOvalShape.py +176 -0
  623. spire/xls/XlsPageSetup.py +220 -0
  624. spire/xls/XlsPageSetupBase.py +1354 -0
  625. spire/xls/XlsPicturesCollection.py +365 -0
  626. spire/xls/XlsPivotCache.py +401 -0
  627. spire/xls/XlsPivotCacheField.py +209 -0
  628. spire/xls/XlsPivotCachesCollection.py +124 -0
  629. spire/xls/XlsPivotField.py +885 -0
  630. spire/xls/XlsPivotTable.py +905 -0
  631. spire/xls/XlsPivotTablesCollection.py +131 -0
  632. spire/xls/XlsPrstGeomShape.py +97 -0
  633. spire/xls/XlsRadioButtonShape.py +188 -0
  634. spire/xls/XlsRange.py +3193 -0
  635. spire/xls/XlsRangesCollection.py +1566 -0
  636. spire/xls/XlsRectangleShape.py +174 -0
  637. spire/xls/XlsScrollBarShape.py +146 -0
  638. spire/xls/XlsShape.py +967 -0
  639. spire/xls/XlsShapeFill.py +627 -0
  640. spire/xls/XlsShapeLineFormat.py +341 -0
  641. spire/xls/XlsSpinnerShape.py +116 -0
  642. spire/xls/XlsStyle.py +106 -0
  643. spire/xls/XlsStylesCollection.py +73 -0
  644. spire/xls/XlsTextBoxShape.py +480 -0
  645. spire/xls/XlsVPageBreak.py +98 -0
  646. spire/xls/XlsVPageBreaksCollection.py +84 -0
  647. spire/xls/XlsValidation.py +520 -0
  648. spire/xls/XlsValidationWrapper.py +397 -0
  649. spire/xls/XlsWorkbook.py +1947 -0
  650. spire/xls/XlsWorkbookObjectsCollection.py +94 -0
  651. spire/xls/XlsWorksheet.py +4352 -0
  652. spire/xls/XlsWorksheetBase.py +1273 -0
  653. spire/xls/XlsWorksheetChartsCollection.py +25 -0
  654. spire/xls/XlsWorksheetConditionalFormats.py +215 -0
  655. spire/xls/XlsWorksheetsCollection.py +416 -0
  656. spire/xls/XmlOpenType.py +14 -0
  657. spire/xls/__init__.py +723 -0
  658. spire/xls/common/Boolean.py +192 -0
  659. spire/xls/common/Byte.py +256 -0
  660. spire/xls/common/Char.py +740 -0
  661. spire/xls/common/Color.py +2187 -0
  662. spire/xls/common/Common.py +150 -0
  663. spire/xls/common/CultureInfo.py +565 -0
  664. spire/xls/common/DateTime.py +1147 -0
  665. spire/xls/common/Double.py +438 -0
  666. spire/xls/common/EmfType.py +23 -0
  667. spire/xls/common/Encoding.py +928 -0
  668. spire/xls/common/FontStyle.py +25 -0
  669. spire/xls/common/GraphicsUnit.py +27 -0
  670. spire/xls/common/ICollection.py +70 -0
  671. spire/xls/common/IDictionary.py +122 -0
  672. spire/xls/common/IEnumerable.py +41 -0
  673. spire/xls/common/IEnumerator.py +60 -0
  674. spire/xls/common/IList.py +145 -0
  675. spire/xls/common/Int16.py +272 -0
  676. spire/xls/common/Int32.py +280 -0
  677. spire/xls/common/Int64.py +256 -0
  678. spire/xls/common/License.py +175 -0
  679. spire/xls/common/PixelFormat.py +43 -0
  680. spire/xls/common/Point.py +298 -0
  681. spire/xls/common/PointF.py +274 -0
  682. spire/xls/common/Rectangle.py +449 -0
  683. spire/xls/common/RectangleF.py +436 -0
  684. spire/xls/common/Regex.py +962 -0
  685. spire/xls/common/RegexOptions.py +29 -0
  686. spire/xls/common/Single.py +416 -0
  687. spire/xls/common/Size.py +271 -0
  688. spire/xls/common/SizeF.py +259 -0
  689. spire/xls/common/SpireObject.py +79 -0
  690. spire/xls/common/Stream.py +550 -0
  691. spire/xls/common/String.py +1878 -0
  692. spire/xls/common/TimeSpan.py +872 -0
  693. spire/xls/common/UInt16.py +272 -0
  694. spire/xls/common/UInt32.py +272 -0
  695. spire/xls/common/UInt64.py +272 -0
  696. spire/xls/common/__init__.py +316 -0
  697. spire/xls/lib/Spire.Xls.Base.dll +0 -0
  698. spire/xls/lib/__init__.py +0 -0
  699. spire/xls/lib/libSkiaSharp.dll +0 -0
  700. spire_xls-15.5.0.dist-info/METADATA +197 -0
  701. spire_xls-15.5.0.dist-info/RECORD +703 -0
  702. spire_xls-15.5.0.dist-info/WHEEL +5 -0
  703. spire_xls-15.5.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,523 @@
1
+ from enum import Enum
2
+ from plum import dispatch
3
+ from typing import TypeVar,Union,Generic,List,Tuple
4
+ from spire.xls.common import *
5
+ from spire.xls import *
6
+ from ctypes import *
7
+ import abc
8
+
9
+ class SparklineGroup ( SpireObject, ISparklineGroup) :
10
+ """
11
+
12
+ """
13
+ @property
14
+
15
+ def SparklineList(self)->'SparklineCollection':
16
+ """
17
+
18
+ """
19
+ GetDllLibXls().SparklineGroup_get_SparklineList.argtypes=[c_void_p]
20
+ GetDllLibXls().SparklineGroup_get_SparklineList.restype=c_void_p
21
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_SparklineList, self.Ptr)
22
+ ret = None if intPtr==None else SparklineCollection(intPtr)
23
+ return ret
24
+
25
+
26
+ @property
27
+ def ShowHorizontalAxis(self)->bool:
28
+ """
29
+ <summary>
30
+ Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.
31
+ </summary>
32
+ """
33
+ GetDllLibXls().SparklineGroup_get_ShowHorizontalAxis.argtypes=[c_void_p]
34
+ GetDllLibXls().SparklineGroup_get_ShowHorizontalAxis.restype=c_bool
35
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_ShowHorizontalAxis, self.Ptr)
36
+ return ret
37
+
38
+ @ShowHorizontalAxis.setter
39
+ def ShowHorizontalAxis(self, value:bool):
40
+ GetDllLibXls().SparklineGroup_set_ShowHorizontalAxis.argtypes=[c_void_p, c_bool]
41
+ CallCFunction(GetDllLibXls().SparklineGroup_set_ShowHorizontalAxis, self.Ptr, value)
42
+
43
+ @property
44
+ def IsDisplayHidden(self)->bool:
45
+ """
46
+ <summary>
47
+ Indicates whether to show data in hidden rows and columns.
48
+ </summary>
49
+ """
50
+ GetDllLibXls().SparklineGroup_get_IsDisplayHidden.argtypes=[c_void_p]
51
+ GetDllLibXls().SparklineGroup_get_IsDisplayHidden.restype=c_bool
52
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_IsDisplayHidden, self.Ptr)
53
+ return ret
54
+
55
+ @IsDisplayHidden.setter
56
+ def IsDisplayHidden(self, value:bool):
57
+ GetDllLibXls().SparklineGroup_set_IsDisplayHidden.argtypes=[c_void_p, c_bool]
58
+ CallCFunction(GetDllLibXls().SparklineGroup_set_IsDisplayHidden, self.Ptr, value)
59
+
60
+ @property
61
+ def PlotRightToLeft(self)->bool:
62
+ """
63
+
64
+ """
65
+ GetDllLibXls().SparklineGroup_get_PlotRightToLeft.argtypes=[c_void_p]
66
+ GetDllLibXls().SparklineGroup_get_PlotRightToLeft.restype=c_bool
67
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_PlotRightToLeft, self.Ptr)
68
+ return ret
69
+
70
+ @PlotRightToLeft.setter
71
+ def PlotRightToLeft(self, value:bool):
72
+ GetDllLibXls().SparklineGroup_set_PlotRightToLeft.argtypes=[c_void_p, c_bool]
73
+ CallCFunction(GetDllLibXls().SparklineGroup_set_PlotRightToLeft, self.Ptr, value)
74
+
75
+ @property
76
+ def ShowFirstPoint(self)->bool:
77
+ """
78
+ <summary>
79
+ Indicates whether to highlight the first point of data in the sparkline group.
80
+ </summary>
81
+ """
82
+ GetDllLibXls().SparklineGroup_get_ShowFirstPoint.argtypes=[c_void_p]
83
+ GetDllLibXls().SparklineGroup_get_ShowFirstPoint.restype=c_bool
84
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_ShowFirstPoint, self.Ptr)
85
+ return ret
86
+
87
+ @ShowFirstPoint.setter
88
+ def ShowFirstPoint(self, value:bool):
89
+ GetDllLibXls().SparklineGroup_set_ShowFirstPoint.argtypes=[c_void_p, c_bool]
90
+ CallCFunction(GetDllLibXls().SparklineGroup_set_ShowFirstPoint, self.Ptr, value)
91
+
92
+ @property
93
+ def ShowLastPoint(self)->bool:
94
+ """
95
+ <summary>
96
+ Indicates whether to highlight the last point of data in the sparkline group.
97
+ </summary>
98
+ """
99
+ GetDllLibXls().SparklineGroup_get_ShowLastPoint.argtypes=[c_void_p]
100
+ GetDllLibXls().SparklineGroup_get_ShowLastPoint.restype=c_bool
101
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_ShowLastPoint, self.Ptr)
102
+ return ret
103
+
104
+ @ShowLastPoint.setter
105
+ def ShowLastPoint(self, value:bool):
106
+ GetDllLibXls().SparklineGroup_set_ShowLastPoint.argtypes=[c_void_p, c_bool]
107
+ CallCFunction(GetDllLibXls().SparklineGroup_set_ShowLastPoint, self.Ptr, value)
108
+
109
+ @property
110
+ def ShowLowPoint(self)->bool:
111
+ """
112
+ <summary>
113
+ Indicates whether to highlight the lowest points of data in the sparkline group.
114
+ </summary>
115
+ """
116
+ GetDllLibXls().SparklineGroup_get_ShowLowPoint.argtypes=[c_void_p]
117
+ GetDllLibXls().SparklineGroup_get_ShowLowPoint.restype=c_bool
118
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_ShowLowPoint, self.Ptr)
119
+ return ret
120
+
121
+ @ShowLowPoint.setter
122
+ def ShowLowPoint(self, value:bool):
123
+ GetDllLibXls().SparklineGroup_set_ShowLowPoint.argtypes=[c_void_p, c_bool]
124
+ CallCFunction(GetDllLibXls().SparklineGroup_set_ShowLowPoint, self.Ptr, value)
125
+
126
+ @property
127
+ def ShowHighPoint(self)->bool:
128
+ """
129
+ <summary>
130
+ Indicates whether to highlight the highest points of data in the sparkline group.
131
+ </summary>
132
+ """
133
+ GetDllLibXls().SparklineGroup_get_ShowHighPoint.argtypes=[c_void_p]
134
+ GetDllLibXls().SparklineGroup_get_ShowHighPoint.restype=c_bool
135
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_ShowHighPoint, self.Ptr)
136
+ return ret
137
+
138
+ @ShowHighPoint.setter
139
+ def ShowHighPoint(self, value:bool):
140
+ GetDllLibXls().SparklineGroup_set_ShowHighPoint.argtypes=[c_void_p, c_bool]
141
+ CallCFunction(GetDllLibXls().SparklineGroup_set_ShowHighPoint, self.Ptr, value)
142
+
143
+ @property
144
+ def ShowNegativePoint(self)->bool:
145
+ """
146
+ <summary>
147
+ Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
148
+ </summary>
149
+ """
150
+ GetDllLibXls().SparklineGroup_get_ShowNegativePoint.argtypes=[c_void_p]
151
+ GetDllLibXls().SparklineGroup_get_ShowNegativePoint.restype=c_bool
152
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_ShowNegativePoint, self.Ptr)
153
+ return ret
154
+
155
+ @ShowNegativePoint.setter
156
+ def ShowNegativePoint(self, value:bool):
157
+ GetDllLibXls().SparklineGroup_set_ShowNegativePoint.argtypes=[c_void_p, c_bool]
158
+ CallCFunction(GetDllLibXls().SparklineGroup_set_ShowNegativePoint, self.Ptr, value)
159
+
160
+ @property
161
+ def ShowMarkers(self)->bool:
162
+ """
163
+ <summary>
164
+ Indicates whether to highlight each point in each line sparkline in the sparkline group.
165
+ </summary>
166
+ """
167
+ GetDllLibXls().SparklineGroup_get_ShowMarkers.argtypes=[c_void_p]
168
+ GetDllLibXls().SparklineGroup_get_ShowMarkers.restype=c_bool
169
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_ShowMarkers, self.Ptr)
170
+ return ret
171
+
172
+ @ShowMarkers.setter
173
+ def ShowMarkers(self, value:bool):
174
+ GetDllLibXls().SparklineGroup_set_ShowMarkers.argtypes=[c_void_p, c_bool]
175
+ CallCFunction(GetDllLibXls().SparklineGroup_set_ShowMarkers, self.Ptr, value)
176
+
177
+ @property
178
+ def VerticalAxisMaxValue(self)->float:
179
+ """
180
+ <summary>
181
+ Gets and sets the custom maximum value for the vertical axis.
182
+ </summary>
183
+ """
184
+ GetDllLibXls().SparklineGroup_get_VerticalAxisMaxValue.argtypes=[c_void_p]
185
+ GetDllLibXls().SparklineGroup_get_VerticalAxisMaxValue.restype=c_double
186
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_VerticalAxisMaxValue, self.Ptr)
187
+ return ret
188
+
189
+ @VerticalAxisMaxValue.setter
190
+ def VerticalAxisMaxValue(self, value:float):
191
+ GetDllLibXls().SparklineGroup_set_VerticalAxisMaxValue.argtypes=[c_void_p, c_double]
192
+ CallCFunction(GetDllLibXls().SparklineGroup_set_VerticalAxisMaxValue, self.Ptr, value)
193
+
194
+ @property
195
+
196
+ def VerticalAxisMaxType(self)->'SpartlineVerticalAxisType':
197
+ """
198
+ <summary>
199
+ Represents the vertical axis maximum value type.
200
+ </summary>
201
+ """
202
+ GetDllLibXls().SparklineGroup_get_VerticalAxisMaxType.argtypes=[c_void_p]
203
+ GetDllLibXls().SparklineGroup_get_VerticalAxisMaxType.restype=c_int
204
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_VerticalAxisMaxType, self.Ptr)
205
+ objwraped = SpartlineVerticalAxisType(ret)
206
+ return objwraped
207
+
208
+ @VerticalAxisMaxType.setter
209
+ def VerticalAxisMaxType(self, value:'SpartlineVerticalAxisType'):
210
+ GetDllLibXls().SparklineGroup_set_VerticalAxisMaxType.argtypes=[c_void_p, c_int]
211
+ CallCFunction(GetDllLibXls().SparklineGroup_set_VerticalAxisMaxType, self.Ptr, value.value)
212
+
213
+ @property
214
+ def VerticalAxisMinValue(self)->float:
215
+ """
216
+ <summary>
217
+ Gets and sets the custom minimum value for the vertical axis.
218
+ </summary>
219
+ """
220
+ GetDllLibXls().SparklineGroup_get_VerticalAxisMinValue.argtypes=[c_void_p]
221
+ GetDllLibXls().SparklineGroup_get_VerticalAxisMinValue.restype=c_double
222
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_VerticalAxisMinValue, self.Ptr)
223
+ return ret
224
+
225
+ @VerticalAxisMinValue.setter
226
+ def VerticalAxisMinValue(self, value:float):
227
+ GetDllLibXls().SparklineGroup_set_VerticalAxisMinValue.argtypes=[c_void_p, c_double]
228
+ CallCFunction(GetDllLibXls().SparklineGroup_set_VerticalAxisMinValue, self.Ptr, value)
229
+
230
+ @property
231
+
232
+ def VerticalAxisMinValueType(self)->'SpartlineVerticalAxisType':
233
+ """
234
+ <summary>
235
+ Represents the vertical axis minimum value type.
236
+ </summary>
237
+ """
238
+ GetDllLibXls().SparklineGroup_get_VerticalAxisMinValueType.argtypes=[c_void_p]
239
+ GetDllLibXls().SparklineGroup_get_VerticalAxisMinValueType.restype=c_int
240
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_VerticalAxisMinValueType, self.Ptr)
241
+ objwraped = SpartlineVerticalAxisType(ret)
242
+ return objwraped
243
+
244
+ @VerticalAxisMinValueType.setter
245
+ def VerticalAxisMinValueType(self, value:'SpartlineVerticalAxisType'):
246
+ GetDllLibXls().SparklineGroup_set_VerticalAxisMinValueType.argtypes=[c_void_p, c_int]
247
+ CallCFunction(GetDllLibXls().SparklineGroup_set_VerticalAxisMinValueType, self.Ptr, value.value)
248
+
249
+ @property
250
+
251
+ def SparklineType(self)->'SparklineType':
252
+ """
253
+ <summary>
254
+ Indicates the sparkline type of the sparkline group.
255
+ </summary>
256
+ """
257
+ GetDllLibXls().SparklineGroup_get_SparklineType.argtypes=[c_void_p]
258
+ GetDllLibXls().SparklineGroup_get_SparklineType.restype=c_int
259
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_SparklineType, self.Ptr)
260
+ objwraped = SparklineType(ret)
261
+ return objwraped
262
+
263
+ @SparklineType.setter
264
+ def SparklineType(self, value:'SparklineType'):
265
+ GetDllLibXls().SparklineGroup_set_SparklineType.argtypes=[c_void_p, c_int]
266
+ CallCFunction(GetDllLibXls().SparklineGroup_set_SparklineType, self.Ptr, value.value)
267
+
268
+ @property
269
+ def IsHorizontalDateAxis(self)->bool:
270
+ """
271
+ <summary>
272
+ Indicates wheter represents the horizontal axis type as Dateaxis.
273
+ </summary>
274
+ """
275
+ GetDllLibXls().SparklineGroup_get_IsHorizontalDateAxis.argtypes=[c_void_p]
276
+ GetDllLibXls().SparklineGroup_get_IsHorizontalDateAxis.restype=c_bool
277
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_IsHorizontalDateAxis, self.Ptr)
278
+ return ret
279
+
280
+ @IsHorizontalDateAxis.setter
281
+ def IsHorizontalDateAxis(self, value:bool):
282
+ GetDllLibXls().SparklineGroup_set_IsHorizontalDateAxis.argtypes=[c_void_p, c_bool]
283
+ CallCFunction(GetDllLibXls().SparklineGroup_set_IsHorizontalDateAxis, self.Ptr, value)
284
+
285
+ @property
286
+
287
+ def EmptyCellsType(self)->'SparklineEmptyCells':
288
+ """
289
+
290
+ """
291
+ GetDllLibXls().SparklineGroup_get_EmptyCellsType.argtypes=[c_void_p]
292
+ GetDllLibXls().SparklineGroup_get_EmptyCellsType.restype=c_int
293
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_EmptyCellsType, self.Ptr)
294
+ objwraped = SparklineEmptyCells(ret)
295
+ return objwraped
296
+
297
+ @EmptyCellsType.setter
298
+ def EmptyCellsType(self, value:'SparklineEmptyCells'):
299
+ GetDllLibXls().SparklineGroup_set_EmptyCellsType.argtypes=[c_void_p, c_int]
300
+ CallCFunction(GetDllLibXls().SparklineGroup_set_EmptyCellsType, self.Ptr, value.value)
301
+
302
+ @property
303
+
304
+ def HorizontalDateAxisRange(self)->'CellRange':
305
+ """
306
+ <summary>
307
+ Represents the range that contains the date values for the sparkline data.
308
+ </summary>
309
+ """
310
+ GetDllLibXls().SparklineGroup_get_HorizontalDateAxisRange.argtypes=[c_void_p]
311
+ GetDllLibXls().SparklineGroup_get_HorizontalDateAxisRange.restype=c_void_p
312
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_HorizontalDateAxisRange, self.Ptr)
313
+ ret = None if intPtr==None else CellRange(intPtr)
314
+ return ret
315
+
316
+
317
+ @HorizontalDateAxisRange.setter
318
+ def HorizontalDateAxisRange(self, value:'CellRange'):
319
+ GetDllLibXls().SparklineGroup_set_HorizontalDateAxisRange.argtypes=[c_void_p, c_void_p]
320
+ CallCFunction(GetDllLibXls().SparklineGroup_set_HorizontalDateAxisRange, self.Ptr, value.Ptr)
321
+
322
+ @property
323
+
324
+ def HorizontalAxisColor(self)->'Color':
325
+ """
326
+ <summary>
327
+ Gets and sets the color of the horizontal axis in the sparkline group.
328
+ </summary>
329
+ """
330
+ GetDllLibXls().SparklineGroup_get_HorizontalAxisColor.argtypes=[c_void_p]
331
+ GetDllLibXls().SparklineGroup_get_HorizontalAxisColor.restype=c_void_p
332
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_HorizontalAxisColor, self.Ptr)
333
+ ret = None if intPtr==None else Color(intPtr)
334
+ return ret
335
+
336
+
337
+ @HorizontalAxisColor.setter
338
+ def HorizontalAxisColor(self, value:'Color'):
339
+ GetDllLibXls().SparklineGroup_set_HorizontalAxisColor.argtypes=[c_void_p, c_void_p]
340
+ CallCFunction(GetDllLibXls().SparklineGroup_set_HorizontalAxisColor, self.Ptr, value.Ptr)
341
+
342
+ @property
343
+
344
+ def FirstPointColor(self)->'Color':
345
+ """
346
+ <summary>
347
+ Gets and sets the color of the first point of data in the sparkline group.
348
+ </summary>
349
+ """
350
+ GetDllLibXls().SparklineGroup_get_FirstPointColor.argtypes=[c_void_p]
351
+ GetDllLibXls().SparklineGroup_get_FirstPointColor.restype=c_void_p
352
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_FirstPointColor, self.Ptr)
353
+ ret = None if intPtr==None else Color(intPtr)
354
+ return ret
355
+
356
+
357
+ @FirstPointColor.setter
358
+ def FirstPointColor(self, value:'Color'):
359
+ GetDllLibXls().SparklineGroup_set_FirstPointColor.argtypes=[c_void_p, c_void_p]
360
+ CallCFunction(GetDllLibXls().SparklineGroup_set_FirstPointColor, self.Ptr, value.Ptr)
361
+
362
+ @property
363
+
364
+ def HighPointColor(self)->'Color':
365
+ """
366
+ <summary>
367
+ Gets and sets the color of the highest points of data in the sparkline group.
368
+ </summary>
369
+ """
370
+ GetDllLibXls().SparklineGroup_get_HighPointColor.argtypes=[c_void_p]
371
+ GetDllLibXls().SparklineGroup_get_HighPointColor.restype=c_void_p
372
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_HighPointColor, self.Ptr)
373
+ ret = None if intPtr==None else Color(intPtr)
374
+ return ret
375
+
376
+
377
+ @HighPointColor.setter
378
+ def HighPointColor(self, value:'Color'):
379
+ GetDllLibXls().SparklineGroup_set_HighPointColor.argtypes=[c_void_p, c_void_p]
380
+ CallCFunction(GetDllLibXls().SparklineGroup_set_HighPointColor, self.Ptr, value.Ptr)
381
+
382
+ @property
383
+
384
+ def LastPointColor(self)->'Color':
385
+ """
386
+ <summary>
387
+ Gets and sets the color of the last point of data in the sparkline group.
388
+ </summary>
389
+ """
390
+ GetDllLibXls().SparklineGroup_get_LastPointColor.argtypes=[c_void_p]
391
+ GetDllLibXls().SparklineGroup_get_LastPointColor.restype=c_void_p
392
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_LastPointColor, self.Ptr)
393
+ ret = None if intPtr==None else Color(intPtr)
394
+ return ret
395
+
396
+
397
+ @LastPointColor.setter
398
+ def LastPointColor(self, value:'Color'):
399
+ GetDllLibXls().SparklineGroup_set_LastPointColor.argtypes=[c_void_p, c_void_p]
400
+ CallCFunction(GetDllLibXls().SparklineGroup_set_LastPointColor, self.Ptr, value.Ptr)
401
+
402
+ @property
403
+ def LineWeight(self)->float:
404
+ """
405
+ <summary>
406
+ Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.
407
+ </summary>
408
+ """
409
+ GetDllLibXls().SparklineGroup_get_LineWeight.argtypes=[c_void_p]
410
+ GetDllLibXls().SparklineGroup_get_LineWeight.restype=c_double
411
+ ret = CallCFunction(GetDllLibXls().SparklineGroup_get_LineWeight, self.Ptr)
412
+ return ret
413
+
414
+ @LineWeight.setter
415
+ def LineWeight(self, value:float):
416
+ GetDllLibXls().SparklineGroup_set_LineWeight.argtypes=[c_void_p, c_double]
417
+ CallCFunction(GetDllLibXls().SparklineGroup_set_LineWeight, self.Ptr, value)
418
+
419
+ @property
420
+
421
+ def LowPointColor(self)->'Color':
422
+ """
423
+ <summary>
424
+ Gets and sets the color of the lowest points of data in the sparkline group.
425
+ </summary>
426
+ """
427
+ GetDllLibXls().SparklineGroup_get_LowPointColor.argtypes=[c_void_p]
428
+ GetDllLibXls().SparklineGroup_get_LowPointColor.restype=c_void_p
429
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_LowPointColor, self.Ptr)
430
+ ret = None if intPtr==None else Color(intPtr)
431
+ return ret
432
+
433
+
434
+ @LowPointColor.setter
435
+ def LowPointColor(self, value:'Color'):
436
+ GetDllLibXls().SparklineGroup_set_LowPointColor.argtypes=[c_void_p, c_void_p]
437
+ CallCFunction(GetDllLibXls().SparklineGroup_set_LowPointColor, self.Ptr, value.Ptr)
438
+
439
+ @property
440
+
441
+ def MarkersColor(self)->'Color':
442
+ """
443
+ <summary>
444
+ Gets and sets the color of points in each line sparkline in the sparkline group.
445
+ </summary>
446
+ """
447
+ GetDllLibXls().SparklineGroup_get_MarkersColor.argtypes=[c_void_p]
448
+ GetDllLibXls().SparklineGroup_get_MarkersColor.restype=c_void_p
449
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_MarkersColor, self.Ptr)
450
+ ret = None if intPtr==None else Color(intPtr)
451
+ return ret
452
+
453
+
454
+ @MarkersColor.setter
455
+ def MarkersColor(self, value:'Color'):
456
+ GetDllLibXls().SparklineGroup_set_MarkersColor.argtypes=[c_void_p, c_void_p]
457
+ CallCFunction(GetDllLibXls().SparklineGroup_set_MarkersColor, self.Ptr, value.Ptr)
458
+
459
+ @property
460
+
461
+ def NegativePointColor(self)->'Color':
462
+ """
463
+ <summary>
464
+ Gets and sets the color of the negative values on the sparkline group.
465
+ </summary>
466
+ """
467
+ GetDllLibXls().SparklineGroup_get_NegativePointColor.argtypes=[c_void_p]
468
+ GetDllLibXls().SparklineGroup_get_NegativePointColor.restype=c_void_p
469
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_NegativePointColor, self.Ptr)
470
+ ret = None if intPtr==None else Color(intPtr)
471
+ return ret
472
+
473
+
474
+ @NegativePointColor.setter
475
+ def NegativePointColor(self, value:'Color'):
476
+ GetDllLibXls().SparklineGroup_set_NegativePointColor.argtypes=[c_void_p, c_void_p]
477
+ CallCFunction(GetDllLibXls().SparklineGroup_set_NegativePointColor, self.Ptr, value.Ptr)
478
+
479
+ @property
480
+
481
+ def SparklineColor(self)->'Color':
482
+ """
483
+ <summary>
484
+ Gets and sets the color of the sparklines in the sparkline group.
485
+ </summary>
486
+ """
487
+ GetDllLibXls().SparklineGroup_get_SparklineColor.argtypes=[c_void_p]
488
+ GetDllLibXls().SparklineGroup_get_SparklineColor.restype=c_void_p
489
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_SparklineColor, self.Ptr)
490
+ ret = None if intPtr==None else Color(intPtr)
491
+ return ret
492
+
493
+
494
+ @SparklineColor.setter
495
+ def SparklineColor(self, value:'Color'):
496
+ GetDllLibXls().SparklineGroup_set_SparklineColor.argtypes=[c_void_p, c_void_p]
497
+ CallCFunction(GetDllLibXls().SparklineGroup_set_SparklineColor, self.Ptr, value.Ptr)
498
+
499
+
500
+ def Add(self)->'SparklineCollection':
501
+ """
502
+
503
+ """
504
+ GetDllLibXls().SparklineGroup_Add.argtypes=[c_void_p]
505
+ GetDllLibXls().SparklineGroup_Add.restype=c_void_p
506
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_Add, self.Ptr)
507
+ ret = None if intPtr==None else SparklineCollection(intPtr)
508
+ return ret
509
+
510
+
511
+
512
+ def get_Item(self ,index:int)->'SparklineCollection':
513
+ """
514
+
515
+ """
516
+
517
+ GetDllLibXls().SparklineGroup_get_Item.argtypes=[c_void_p ,c_int]
518
+ GetDllLibXls().SparklineGroup_get_Item.restype=c_void_p
519
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroup_get_Item, self.Ptr, index)
520
+ ret = None if intPtr==None else SparklineCollection(intPtr)
521
+ return ret
522
+
523
+
@@ -0,0 +1,71 @@
1
+ from enum import Enum
2
+ from plum import dispatch
3
+ from typing import TypeVar,Union,Generic,List,Tuple
4
+ from spire.xls.common import *
5
+ from spire.xls import *
6
+ from ctypes import *
7
+ import abc
8
+
9
+ class SparklineGroupCollection (SpireObject) :
10
+ """
11
+ <summary>
12
+ The SparklineGroupCollection represents the collection of SparklineGroup objects.
13
+ </summary>
14
+ """
15
+
16
+ def get_Item(self ,index:int)->'SparklineGroup':
17
+ """
18
+
19
+ """
20
+
21
+ GetDllLibXls().SparklineGroupCollection_get_Item.argtypes=[c_void_p ,c_int]
22
+ GetDllLibXls().SparklineGroupCollection_get_Item.restype=c_void_p
23
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroupCollection_get_Item, self.Ptr, index)
24
+ ret = None if intPtr==None else SparklineGroup(intPtr)
25
+ return ret
26
+
27
+
28
+
29
+ def Clear(self ,sparklineGroup:'SparklineGroup'):
30
+ """
31
+ <summary>
32
+ Clears the sparkline group.
33
+ </summary>
34
+ """
35
+ intPtrsparklineGroup:c_void_p = sparklineGroup.Ptr
36
+
37
+ GetDllLibXls().SparklineGroupCollection_Clear.argtypes=[c_void_p ,c_void_p]
38
+ CallCFunction(GetDllLibXls().SparklineGroupCollection_Clear, self.Ptr, intPtrsparklineGroup)
39
+
40
+ @dispatch
41
+
42
+ def AddGroup(self ,sparklineType:SparklineType)->SparklineGroup:
43
+ """
44
+ <summary>
45
+ Adds the SparklineGroup instance.
46
+ </summary>
47
+ """
48
+ enumsparklineType:c_int = sparklineType.value
49
+
50
+ GetDllLibXls().SparklineGroupCollection_AddGroup.argtypes=[c_void_p ,c_int]
51
+ GetDllLibXls().SparklineGroupCollection_AddGroup.restype=c_void_p
52
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroupCollection_AddGroup, self.Ptr, enumsparklineType)
53
+ ret = None if intPtr==None else SparklineGroup(intPtr)
54
+ return ret
55
+
56
+
57
+ @dispatch
58
+
59
+ def AddGroup(self)->SparklineGroup:
60
+ """
61
+ <summary>
62
+ Adds the SparklineGroup instance.
63
+ </summary>
64
+ """
65
+ GetDllLibXls().SparklineGroupCollection_AddGroup1.argtypes=[c_void_p]
66
+ GetDllLibXls().SparklineGroupCollection_AddGroup1.restype=c_void_p
67
+ intPtr = CallCFunction(GetDllLibXls().SparklineGroupCollection_AddGroup1, self.Ptr)
68
+ ret = None if intPtr==None else SparklineGroup(intPtr)
69
+ return ret
70
+
71
+
@@ -0,0 +1,18 @@
1
+ from enum import Enum
2
+ from plum import dispatch
3
+ from typing import TypeVar,Union,Generic,List,Tuple
4
+ from spire.xls.common import *
5
+ from spire.xls import *
6
+ from ctypes import *
7
+ import abc
8
+
9
+ class SparklineType(Enum):
10
+ """
11
+ <summary>
12
+ Defined types of Sparkline chart types.
13
+ </summary>
14
+ """
15
+ Stacked = 0
16
+ Column = 1
17
+ Line = 2
18
+
@@ -0,0 +1,16 @@
1
+ from enum import Enum
2
+ from plum import dispatch
3
+ from typing import TypeVar,Union,Generic,List,Tuple
4
+ from spire.xls.common import *
5
+ from spire.xls import *
6
+ from ctypes import *
7
+ import abc
8
+
9
+ class SpartlineVerticalAxisType(Enum):
10
+ """
11
+
12
+ """
13
+ Automatic = 0
14
+ Same = 1
15
+ Custom = 2
16
+
@@ -0,0 +1,70 @@
1
+ from enum import Enum
2
+ from plum import dispatch
3
+ from typing import TypeVar,Union,Generic,List,Tuple
4
+ from spire.xls.common import *
5
+ from spire.xls import *
6
+ from ctypes import *
7
+ import abc
8
+
9
+ class SpinnerShapeCollection ( CollectionBase[XlsSpinnerShape],ISpinnerShapes) :
10
+ """
11
+
12
+ """
13
+ @dispatch
14
+
15
+ def get_Item(self ,index:int)->ISpinnerShape:
16
+ """
17
+
18
+ """
19
+
20
+ GetDllLibXls().SpinnerShapeCollection_get_Item.argtypes=[c_void_p ,c_int]
21
+ GetDllLibXls().SpinnerShapeCollection_get_Item.restype=c_void_p
22
+ intPtr = CallCFunction(GetDllLibXls().SpinnerShapeCollection_get_Item, self.Ptr, index)
23
+ ret = None if intPtr==None else XlsSpinnerShape(intPtr)
24
+ return ret
25
+
26
+
27
+ @dispatch
28
+
29
+ def get_Item(self ,name:str)->ISpinnerShape:
30
+ """
31
+
32
+ """
33
+
34
+ GetDllLibXls().SpinnerShapeCollection_get_ItemN.argtypes=[c_void_p ,c_void_p]
35
+ GetDllLibXls().SpinnerShapeCollection_get_ItemN.restype=c_void_p
36
+ intPtr = CallCFunction(GetDllLibXls().SpinnerShapeCollection_get_ItemN, self.Ptr, name)
37
+ ret = None if intPtr==None else XlsSpinnerShape(intPtr)
38
+ return ret
39
+
40
+
41
+
42
+ def AddSpinner(self ,row:int,column:int,height:int,width:int)->'ISpinnerShape':
43
+ """
44
+
45
+ """
46
+
47
+ GetDllLibXls().SpinnerShapeCollection_AddSpinner.argtypes=[c_void_p ,c_int,c_int,c_int,c_int]
48
+ GetDllLibXls().SpinnerShapeCollection_AddSpinner.restype=c_void_p
49
+ intPtr = CallCFunction(GetDllLibXls().SpinnerShapeCollection_AddSpinner, self.Ptr, row,column,height,width)
50
+ ret = None if intPtr==None else XlsSpinnerShape(intPtr)
51
+ return ret
52
+
53
+
54
+
55
+ def AddCopy(self ,source:'ISpinnerShape'):
56
+ """
57
+
58
+ """
59
+ intPtrsource:c_void_p = source.Ptr
60
+
61
+ GetDllLibXls().SpinnerShapeCollection_AddCopy.argtypes=[c_void_p ,c_void_p]
62
+ CallCFunction(GetDllLibXls().SpinnerShapeCollection_AddCopy, self.Ptr, intPtrsource)
63
+
64
+ def Clear(self):
65
+ """
66
+
67
+ """
68
+ GetDllLibXls().SpinnerShapeCollection_Clear.argtypes=[c_void_p]
69
+ CallCFunction(GetDllLibXls().SpinnerShapeCollection_Clear, self.Ptr)
70
+