spire-xls 15.5.0__py3-none-win_amd64.whl → 15.7.1__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.
- spire/xls/AddtionalFormatWrapper.py +98 -117
- spire/xls/Average.py +18 -4
- spire/xls/CellBaseStyle.py +13 -6
- spire/xls/CellBorder.py +25 -20
- spire/xls/CellRange.py +305 -269
- spire/xls/CellStyle.py +26 -12
- spire/xls/CellStyleFlag.py +181 -58
- spire/xls/CellStyleObject.py +36 -67
- spire/xls/CellValueChangedEventArgs.py +3 -9
- spire/xls/ColorScale.py +31 -39
- spire/xls/CommentsRange.py +185 -84
- spire/xls/CommonWrapper.py +23 -8
- spire/xls/ConverterSetting.py +19 -36
- spire/xls/DBConnection.py +41 -8
- spire/xls/DVAspect.py +8 -2
- spire/xls/DataBar.py +29 -28
- spire/xls/DocumentProperty.py +86 -38
- spire/xls/Excel2016Charttype.py +14 -2
- spire/xls/ExcelComment.py +1 -2
- spire/xls/ExcelCommentObject.py +206 -121
- spire/xls/ExcelFont.py +74 -59
- spire/xls/ExcelGradient.py +68 -24
- spire/xls/ExcelInterior.py +49 -20
- spire/xls/ExportTableOptions.py +33 -10
- spire/xls/ExternalConnection.py +85 -20
- spire/xls/ExternalLink.py +26 -10
- spire/xls/FileFormat.py +32 -4
- spire/xls/Font.py +95 -42
- spire/xls/FontArrayWrapper.py +135 -36
- spire/xls/FontWrapper.py +194 -92
- spire/xls/Format3D.py +130 -30
- spire/xls/GeomertyAdjustValue.py +22 -10
- spire/xls/GetText.py +8 -2
- spire/xls/GoalSeek.py +44 -14
- spire/xls/GoalSeekResult.py +36 -3
- spire/xls/GradientArrayWrapper.py +92 -28
- spire/xls/GradientStops.py +74 -24
- spire/xls/GradientType.py +10 -2
- spire/xls/GroupShape.py +1 -2
- spire/xls/HPageBreak.py +1 -2
- spire/xls/HTMLOptions.py +7 -19
- spire/xls/HyperLink.py +1 -2
- spire/xls/LOGFONT.py +78 -30
- spire/xls/OColor.py +62 -29
- spire/xls/OdsPageBackground.py +5 -10
- spire/xls/PageColRow.py +21 -10
- spire/xls/PageSetup.py +2 -3
- spire/xls/PaperSizeEntry.py +6 -0
- spire/xls/PicStretch.py +47 -14
- spire/xls/PicTile.py +35 -10
- spire/xls/QueryTableXls.py +19 -6
- spire/xls/RTFCommentArray.py +59 -22
- spire/xls/RTFStringArray.py +59 -22
- spire/xls/RangeRichTextString.py +20 -8
- spire/xls/ReferRangeArea.py +39 -16
- spire/xls/RichText.py +10 -8
- spire/xls/RichTextObject.py +63 -32
- spire/xls/RichTextShape.py +88 -32
- spire/xls/RichTextString.py +61 -24
- spire/xls/RtfTextWriter.py +68 -22
- spire/xls/SaveShapeTypeOption.py +19 -37
- spire/xls/ShapeGlow.py +34 -14
- spire/xls/ShapeReflection.py +55 -18
- spire/xls/StyleArrayWrapper.py +169 -78
- spire/xls/TextBoxShapeBase.py +63 -30
- spire/xls/TextSaveOptions.py +33 -18
- spire/xls/TopBottom.py +18 -6
- spire/xls/VPageBreak.py +3 -5
- spire/xls/Validation.py +12 -6
- spire/xls/WebQueryConnection.py +52 -20
- spire/xls/Workbook.py +810 -841
- spire/xls/Worksheet.py +444 -409
- spire/xls/WriteProtection.py +3 -6
- spire/xls/XlsAddInFunction.py +34 -20
- spire/xls/XlsArcShape.py +156 -40
- spire/xls/XlsBitmapShape.py +141 -43
- spire/xls/XlsBorder.py +72 -31
- spire/xls/XlsBorderArrayWrapper.py +50 -14
- spire/xls/XlsButtonShape.py +58 -16
- spire/xls/XlsCheckBoxShape.py +72 -18
- spire/xls/XlsComboBoxShape.py +53 -16
- spire/xls/XlsComment.py +108 -30
- spire/xls/XlsDataValidationTable.py +43 -16
- spire/xls/XlsDocumentProperty.py +163 -44
- spire/xls/XlsEventArgs.py +33 -24
- spire/xls/XlsEventHandler.py +10 -4
- spire/xls/XlsFill.py +64 -20
- spire/xls/XlsFont.py +182 -52
- spire/xls/XlsGradient.py +90 -26
- spire/xls/XlsGradientStop.py +57 -12
- spire/xls/XlsGroupBoxShape.py +36 -10
- spire/xls/XlsHPageBreak.py +47 -24
- spire/xls/XlsHyperLink.py +111 -42
- spire/xls/XlsLabelShape.py +27 -8
- spire/xls/XlsLineShape.py +188 -48
- spire/xls/XlsListBoxShape.py +63 -14
- spire/xls/XlsName.py +767 -318
- spire/xls/XlsObject.py +2 -4
- spire/xls/XlsOvalShape.py +78 -20
- spire/xls/XlsPageSetup.py +67 -34
- spire/xls/XlsPageSetupBase.py +29 -58
- spire/xls/XlsPrstGeomShape.py +29 -10
- spire/xls/XlsRadioButtonShape.py +94 -22
- spire/xls/XlsRange.py +881 -1077
- spire/xls/XlsRectangleShape.py +69 -22
- spire/xls/XlsScrollBarShape.py +78 -18
- spire/xls/XlsShape.py +391 -180
- spire/xls/XlsShapeFill.py +398 -92
- spire/xls/XlsShapeLineFormat.py +201 -44
- spire/xls/XlsSpinnerShape.py +57 -14
- spire/xls/XlsStyle.py +51 -20
- spire/xls/XlsTextBoxShape.py +263 -60
- spire/xls/XlsVPageBreak.py +9 -14
- spire/xls/XlsValidation.py +318 -68
- spire/xls/XlsValidationWrapper.py +217 -49
- spire/xls/XlsWorkbook.py +529 -65
- spire/xls/XlsWorksheet.py +1211 -1128
- spire/xls/XlsWorksheetBase.py +243 -168
- spire/xls/__init__.py +529 -528
- spire/xls/autofilter/AutoFitterOptions.py +84 -0
- spire/xls/autofilter/ColorFilter.py +61 -0
- spire/xls/autofilter/CustomFilter.py +199 -0
- spire/xls/autofilter/CustomFilterCollection.py +146 -0
- spire/xls/autofilter/DateTimeGroupItem.py +196 -0
- spire/xls/autofilter/DynamicFilter.py +89 -0
- spire/xls/autofilter/FilterColumn.py +289 -0
- spire/xls/autofilter/MultipleFilterCollection.py +218 -0
- spire/xls/autofilter/Top10Filter.py +109 -0
- spire/xls/autofilter/XlsAutoFiltersCollection.py +145 -0
- spire/xls/charts/Chart.py +369 -0
- spire/xls/charts/ChartArea.py +57 -0
- spire/xls/charts/ChartBackgroundMode.py +17 -0
- spire/xls/charts/ChartCategoryAxis.py +88 -0
- spire/xls/charts/ChartDataLabels.py +40 -0
- spire/xls/charts/ChartDataPoint.py +40 -0
- spire/xls/charts/ChartFormat.py +68 -0
- spire/xls/charts/ChartGridLine.py +26 -0
- spire/xls/charts/ChartLegend.py +40 -0
- spire/xls/charts/ChartLegendEntriesColl.py +165 -0
- spire/xls/charts/ChartLegendEntry.py +26 -0
- spire/xls/charts/ChartPlotArea.py +60 -0
- spire/xls/charts/ChartSerie.py +147 -0
- spire/xls/charts/ChartSerieDataFormat.py +54 -0
- spire/xls/charts/ChartSeriesAxis.py +68 -0
- spire/xls/charts/ChartShadow.py +288 -0
- spire/xls/charts/ChartSheet.py +269 -0
- spire/xls/charts/ChartTextArea.py +898 -0
- spire/xls/charts/ChartValueAxis.py +90 -0
- spire/xls/charts/HistogramAxisFormat.py +32 -0
- spire/xls/charts/XlsChart.py +1667 -0
- spire/xls/charts/XlsChartAxis.py +596 -0
- spire/xls/charts/XlsChartBorder.py +180 -0
- spire/xls/charts/XlsChartCategoryAxis.py +640 -0
- spire/xls/charts/XlsChartDataLabelArea.py +368 -0
- spire/xls/charts/XlsChartDataLabels.py +702 -0
- spire/xls/charts/XlsChartDataPoint.py +105 -0
- spire/xls/charts/XlsChartDataTable.py +373 -0
- spire/xls/charts/XlsChartDropBar.py +295 -0
- spire/xls/charts/XlsChartFill.py +659 -0
- spire/xls/charts/XlsChartFormat.py +1229 -0
- spire/xls/charts/XlsChartFrameFormat.py +612 -0
- spire/xls/charts/XlsChartGridLine.py +167 -0
- spire/xls/charts/XlsChartInterior.py +229 -0
- spire/xls/charts/XlsChartLegend.py +334 -0
- spire/xls/charts/XlsChartLegendArea.py +418 -0
- spire/xls/charts/XlsChartLegendEntry.py +152 -0
- spire/xls/charts/XlsChartSerie.py +607 -0
- spire/xls/charts/XlsChartSerieDataFormat.py +1070 -0
- spire/xls/charts/XlsChartSeriesAxis.py +306 -0
- spire/xls/charts/XlsChartShape.py +1256 -0
- spire/xls/charts/XlsChartTitleArea.py +399 -0
- spire/xls/charts/XlsChartValueAxis.py +344 -0
- spire/xls/charts/XlsChartWallOrFloor.py +349 -0
- spire/xls/charts/__init__.py +0 -0
- spire/xls/collection/AddInFunctionsCollection.py +31 -0
- spire/xls/collection/ArcShapeCollection.py +94 -0
- spire/xls/collection/AutoFiltersCollection.py +538 -0
- spire/xls/collection/BordersCollection.py +196 -0
- spire/xls/collection/BordersCollectionArrayWrapper.py +129 -0
- spire/xls/collection/BuiltInDocumentProperties.py +12 -0
- spire/xls/collection/ChartDataPointsCollection.py +72 -0
- spire/xls/collection/ChartFormatCollection.py +58 -0
- spire/xls/collection/ChartSeries.py +187 -0
- spire/xls/collection/ChartsCollection.py +119 -0
- spire/xls/collection/CollectionBase.py +201 -0
- spire/xls/collection/CollectionExtended.py +96 -0
- spire/xls/collection/ComboBoxCollection.py +89 -0
- spire/xls/collection/CommentsCollection.py +134 -0
- spire/xls/collection/GroupShapeCollection.py +45 -0
- spire/xls/collection/HPageBreaksCollection.py +116 -0
- spire/xls/collection/HyperLinksCollection.py +72 -0
- spire/xls/collection/ListObjectCollection.py +48 -0
- spire/xls/collection/OvalShapeCollection.py +89 -0
- spire/xls/collection/PicturesCollection.py +574 -0
- spire/xls/collection/PrstGeomShapeCollection.py +128 -0
- spire/xls/collection/RadioButtonCollection.py +139 -0
- spire/xls/collection/RangesCollection.py +555 -0
- spire/xls/collection/StylesCollection.py +140 -0
- spire/xls/collection/VPageBreaksCollection.py +95 -0
- spire/xls/collection/WorksheetsCollection.py +363 -0
- spire/xls/collection/XlsAddInFunctionsCollection.py +108 -0
- spire/xls/collection/XlsBordersCollection.py +98 -0
- spire/xls/collection/XlsBuiltInDocumentProperties.py +611 -0
- spire/xls/collection/XlsChartDataPointsCollection.py +119 -0
- spire/xls/collection/XlsChartFormatCollection.py +160 -0
- spire/xls/collection/XlsCommentsCollection.py +116 -0
- spire/xls/collection/XlsDataValidationCollection.py +155 -0
- spire/xls/collection/XlsHPageBreaksCollection.py +87 -0
- spire/xls/collection/XlsHyperLinksCollection.py +104 -0
- spire/xls/collection/XlsRangesCollection.py +1634 -0
- spire/xls/collection/XlsStylesCollection.py +74 -0
- spire/xls/collection/XlsVPageBreaksCollection.py +81 -0
- spire/xls/collection/XlsWorksheetsCollection.py +423 -0
- spire/xls/collection/__init__.py +0 -0
- spire/xls/collection/pivot_table/PivotConditionalFormatCollection.py +38 -0
- spire/xls/collection/pivot_table/PivotTableFields.py +108 -0
- spire/xls/collection/pivot_table/XlsPivotCachesCollection.py +123 -0
- spire/xls/collection/pivot_table/__init__.py +0 -0
- spire/xls/conditional_formatting/ColorConditionValue.py +102 -0
- spire/xls/conditional_formatting/CondFormatCollectionWrapper.py +153 -0
- spire/xls/conditional_formatting/ConditionValue.py +83 -0
- spire/xls/conditional_formatting/ConditionValuePosition.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormat.py +13 -0
- spire/xls/conditional_formatting/ConditionalFormatScope.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormatWrapper.py +1271 -0
- spire/xls/conditional_formatting/ConditionalFormats.py +65 -0
- spire/xls/conditional_formatting/DataBarBorder.py +51 -0
- spire/xls/conditional_formatting/NegativeBarFormat.py +90 -0
- spire/xls/conditional_formatting/XlsConditionValue.py +134 -0
- spire/xls/conditional_formatting/XlsConditionalFormat.py +1155 -0
- spire/xls/conditional_formatting/XlsConditionalFormats.py +679 -0
- spire/xls/conditional_formatting/__init__.py +0 -0
- spire/xls/enums/AlertStyleType.py +17 -0
- spire/xls/enums/AutoFormatOptions.py +22 -0
- spire/xls/enums/AutoFormatType.py +31 -0
- spire/xls/enums/AverageType.py +24 -0
- spire/xls/enums/AxisLineIdentifierType.py +18 -0
- spire/xls/enums/AxisTextDirectionType.py +17 -0
- spire/xls/enums/AxisType.py +17 -0
- spire/xls/enums/BaseFormatType.py +16 -0
- spire/xls/enums/BordersLineType.py +22 -0
- spire/xls/enums/BubbleSizeType.py +16 -0
- spire/xls/enums/BuiltInPropertyType.py +49 -0
- spire/xls/enums/BuiltInStyles.py +65 -0
- spire/xls/enums/CategoryType.py +17 -0
- spire/xls/enums/CellDataType.py +22 -0
- spire/xls/enums/CellFormatType.py +20 -0
- spire/xls/enums/ChartBaseUnitType.py +17 -0
- spire/xls/enums/ChartDisplayUnitType.py +25 -0
- spire/xls/enums/ChartLinePatternType.py +23 -0
- spire/xls/enums/ChartLineWeightType.py +18 -0
- spire/xls/enums/ChartMarkerType.py +26 -0
- spire/xls/enums/ChartParagraphType.py +17 -0
- spire/xls/enums/ChartPieType.py +17 -0
- spire/xls/enums/ChartPlotEmptyType.py +17 -0
- spire/xls/enums/CheckState.py +17 -0
- spire/xls/enums/ColorType.py +17 -0
- spire/xls/enums/CommentHAlignType.py +20 -0
- spire/xls/enums/CommentVAlignType.py +19 -0
- spire/xls/enums/ComparisonOperatorType.py +23 -0
- spire/xls/enums/ConditionalFormatType.py +32 -0
- spire/xls/enums/DataLabelPositionType.py +25 -0
- spire/xls/enums/DataSourceType.py +18 -0
- spire/xls/enums/DropLineStyleType.py +17 -0
- spire/xls/enums/ErrorBarIncludeType.py +18 -0
- spire/xls/enums/ErrorBarType.py +19 -0
- spire/xls/enums/ExcelCalculationMode.py +17 -0
- spire/xls/enums/ExcelChartType.py +95 -0
- spire/xls/enums/ExcelColors.py +120 -0
- spire/xls/enums/ExcelComboType.py +21 -0
- spire/xls/enums/ExcelHorizontalAlignment.py +20 -0
- spire/xls/enums/ExcelPatternType.py +51 -0
- spire/xls/enums/ExcelQuartileCalculation.py +16 -0
- spire/xls/enums/ExcelShapeType.py +40 -0
- spire/xls/enums/ExcelSheetType.py +19 -0
- spire/xls/enums/ExcelTreeMapLabelOption.py +17 -0
- spire/xls/enums/ExcelVersion.py +23 -0
- spire/xls/enums/ExcelVerticalAlignment.py +20 -0
- spire/xls/enums/ExpandCollapseFlags.py +17 -0
- spire/xls/enums/FilterConditionType.py +20 -0
- spire/xls/enums/FilterDataType.py +21 -0
- spire/xls/enums/FontUnderlineType.py +19 -0
- spire/xls/enums/FontVertialAlignmentType.py +17 -0
- spire/xls/enums/GradientColorType.py +17 -0
- spire/xls/enums/GradientPatternType.py +63 -0
- spire/xls/enums/GradientPresetType.py +38 -0
- spire/xls/enums/GradientStyleType.py +20 -0
- spire/xls/enums/GradientTextureType.py +39 -0
- spire/xls/enums/GradientVariantsType.py +18 -0
- spire/xls/enums/HorizontalAlignType.py +22 -0
- spire/xls/enums/HyperLinkType.py +19 -0
- spire/xls/enums/IgnoreErrorType.py +23 -0
- spire/xls/enums/ImageFormatType.py +17 -0
- spire/xls/enums/ImageType.py +16 -0
- spire/xls/enums/LegendPositionType.py +20 -0
- spire/xls/enums/LegendSpacingType.py +17 -0
- spire/xls/enums/LineStyleType.py +28 -0
- spire/xls/enums/OleObjectType.py +50 -0
- spire/xls/enums/OrderBy.py +18 -0
- spire/xls/enums/OrderType.py +16 -0
- spire/xls/enums/PageBreakExtentType.py +16 -0
- spire/xls/enums/PageBreakType.py +17 -0
- spire/xls/enums/PageOrientationType.py +16 -0
- spire/xls/enums/PagesOrderType.py +16 -0
- spire/xls/enums/PaperSizeType.py +134 -0
- spire/xls/enums/PivotGroupByTypes.py +22 -0
- spire/xls/enums/PrintCommentType.py +17 -0
- spire/xls/enums/PrintErrorsType.py +18 -0
- spire/xls/enums/ReadingOrderType.py +17 -0
- spire/xls/enums/RectangleStyleType.py +16 -0
- spire/xls/enums/ResizeBehaveType.py +17 -0
- spire/xls/enums/ShapeArrowLengthType.py +17 -0
- spire/xls/enums/ShapeArrowStyleType.py +20 -0
- spire/xls/enums/ShapeArrowWidthType.py +17 -0
- spire/xls/enums/ShapeDashLineStyleType.py +22 -0
- spire/xls/enums/ShapeFillType.py +21 -0
- spire/xls/enums/ShapeLayerChangeType.py +18 -0
- spire/xls/enums/ShapeLineStyleType.py +19 -0
- spire/xls/enums/SheetProtectionType.py +32 -0
- spire/xls/enums/SortComparsionType.py +18 -0
- spire/xls/enums/SortOrientationType.py +16 -0
- spire/xls/enums/SortedWayType.py +17 -0
- spire/xls/enums/SparklineType.py +17 -0
- spire/xls/enums/SplitType.py +18 -0
- spire/xls/enums/TextDirection.py +19 -0
- spire/xls/enums/TextRotationType.py +18 -0
- spire/xls/enums/ThemeColorType.py +26 -0
- spire/xls/enums/TickLabelPositionType.py +18 -0
- spire/xls/enums/TickMarkType.py +18 -0
- spire/xls/enums/TopBottomType.py +18 -0
- spire/xls/enums/TopFormatType.py +17 -0
- spire/xls/enums/TrendLineType.py +20 -0
- spire/xls/enums/UnknownVariableAction.py +17 -0
- spire/xls/enums/ValidationComparisonOperator.py +22 -0
- spire/xls/enums/VariableTypeAction.py +17 -0
- spire/xls/enums/VerticalAlignType.py +19 -0
- spire/xls/enums/ViewMode.py +17 -0
- spire/xls/enums/WorksheetVisibility.py +17 -0
- spire/xls/enums/XLSXBorderJoinType.py +18 -0
- spire/xls/enums/XLSXChartMaterialType.py +31 -0
- spire/xls/enums/XLSXChartPrespectiveType.py +20 -0
- spire/xls/enums/XLSXChartShadowInnerType.py +24 -0
- spire/xls/enums/XLSXChartShadowOuterType.py +24 -0
- spire/xls/enums/__init__.py +1 -0
- spire/xls/interfaces/IArcShape.py +285 -0
- spire/xls/interfaces/IChart.py +1597 -0
- spire/xls/interfaces/IChartAxis.py +786 -0
- spire/xls/interfaces/IChartBorder.py +203 -0
- spire/xls/interfaces/IChartCategoryAxis.py +522 -0
- spire/xls/interfaces/IChartDataLabels.py +419 -0
- spire/xls/interfaces/IChartDataPoint.py +114 -0
- spire/xls/interfaces/IChartDataTable.py +184 -0
- spire/xls/interfaces/IChartErrorBars.py +340 -0
- spire/xls/interfaces/IChartFillBorder.py +268 -0
- spire/xls/interfaces/IChartFormat.py +521 -0
- spire/xls/interfaces/IChartFrameFormat.py +85 -0
- spire/xls/interfaces/IChartGridLine.py +100 -0
- spire/xls/interfaces/IChartInterior.py +259 -0
- spire/xls/interfaces/IChartLegend.py +453 -0
- spire/xls/interfaces/IChartLegendEntry.py +167 -0
- spire/xls/interfaces/IChartPageSetup.py +51 -0
- spire/xls/interfaces/IChartSerie.py +727 -0
- spire/xls/interfaces/IChartSerieDataFormat.py +519 -0
- spire/xls/interfaces/IChartSeriesAxis.py +118 -0
- spire/xls/interfaces/IChartShape.py +88 -0
- spire/xls/interfaces/IChartTextArea.py +181 -0
- spire/xls/interfaces/IChartTrendLine.py +502 -0
- spire/xls/interfaces/IChartValueAxis.py +586 -0
- spire/xls/interfaces/IChartWallOrFloor.py +40 -0
- spire/xls/interfaces/ICheckBox.py +120 -0
- spire/xls/interfaces/ICloneParent.py +29 -0
- spire/xls/interfaces/IColorConditionValue.py +44 -0
- spire/xls/interfaces/IColorScale.py +39 -0
- spire/xls/interfaces/ICombinedRange.py +109 -0
- spire/xls/interfaces/IComboBoxShape.py +120 -0
- spire/xls/interfaces/IComment.py +110 -0
- spire/xls/interfaces/ICommentShape.py +20 -0
- spire/xls/interfaces/IConditionValue.py +83 -0
- spire/xls/interfaces/IConditionalFormat.py +757 -0
- spire/xls/interfaces/IConditionalFormats.py +66 -0
- spire/xls/interfaces/ICustomDocumentProperties.py +168 -0
- spire/xls/interfaces/IDataBar.py +127 -0
- spire/xls/interfaces/IDataValidation.py +506 -0
- spire/xls/interfaces/IDataValidationTable.py +84 -0
- spire/xls/interfaces/IDigitalSignature.py +111 -0
- spire/xls/interfaces/IDigitalSignatures.py +33 -0
- spire/xls/interfaces/IDocumentProperty.py +276 -0
- spire/xls/interfaces/IErrorIndicator.py +38 -0
- spire/xls/interfaces/IExtendIndex.py +26 -0
- spire/xls/interfaces/IExtendedFormat.py +631 -0
- spire/xls/interfaces/IFont.py +313 -0
- spire/xls/interfaces/IFormat3D.py +307 -0
- spire/xls/interfaces/IGeomPath.py +27 -0
- spire/xls/interfaces/IGeomPathInfo.py +141 -0
- spire/xls/interfaces/IGeomPathShape.py +40 -0
- spire/xls/interfaces/IGlow.py +104 -0
- spire/xls/interfaces/IGradient.py +203 -0
- spire/xls/interfaces/IGroupBox.py +82 -0
- spire/xls/interfaces/IHPageBreak.py +26 -0
- spire/xls/interfaces/IHyperLink.py +137 -0
- spire/xls/interfaces/IIconSet.py +115 -0
- spire/xls/interfaces/IInterior.py +137 -0
- spire/xls/interfaces/IInternalAddtionalFormat.py +277 -0
- spire/xls/interfaces/IInternalFont.py +38 -0
- spire/xls/interfaces/ILabelShape.py +60 -0
- spire/xls/interfaces/ILineShape.py +334 -0
- spire/xls/interfaces/IListObject.py +443 -0
- spire/xls/interfaces/IListObjectColumn.py +196 -0
- spire/xls/interfaces/IMarkersDesigner.py +133 -0
- spire/xls/interfaces/IMigrantRange.py +28 -0
- spire/xls/interfaces/INamedObject.py +27 -0
- spire/xls/interfaces/INamedRange.py +246 -0
- spire/xls/interfaces/INumberFormat.py +90 -0
- spire/xls/interfaces/IOleObject.py +225 -0
- spire/xls/interfaces/IOptimizedUpdate.py +35 -0
- spire/xls/interfaces/IOvalShape.py +201 -0
- spire/xls/interfaces/IPageSetup.py +260 -0
- spire/xls/interfaces/IPageSetupBase.py +849 -0
- spire/xls/interfaces/IPictureShape.py +118 -0
- spire/xls/interfaces/IPropertyData.py +100 -0
- spire/xls/interfaces/IPrstGeomShape.py +103 -0
- spire/xls/interfaces/IRadioButton.py +159 -0
- spire/xls/interfaces/IRectangleShape.py +90 -0
- spire/xls/interfaces/IReflectionEffect.py +217 -0
- spire/xls/interfaces/IScrollBarShape.py +139 -0
- spire/xls/interfaces/IShadow.py +385 -0
- spire/xls/interfaces/IShape.py +620 -0
- spire/xls/interfaces/IShapeFill.py +767 -0
- spire/xls/interfaces/IShapeLineFormat.py +488 -0
- spire/xls/interfaces/ISortColumn.py +138 -0
- spire/xls/interfaces/ISortColumns.py +106 -0
- spire/xls/interfaces/ISortedRule.py +154 -0
- spire/xls/interfaces/ISpinnerShape.py +124 -0
- spire/xls/interfaces/IStyle.py +60 -0
- spire/xls/interfaces/ITabSheet.py +364 -0
- spire/xls/interfaces/ITextBox.py +140 -0
- spire/xls/interfaces/ITextBoxLinkShape.py +48 -0
- spire/xls/interfaces/ITextBoxShape.py +27 -0
- spire/xls/interfaces/ITextFrame.py +146 -0
- spire/xls/interfaces/IVPageBreak.py +26 -0
- spire/xls/interfaces/IWorkbook.py +1736 -0
- spire/xls/interfaces/IWorksheet.py +2638 -0
- spire/xls/interfaces/IXLSRange.py +2241 -0
- spire/xls/interfaces/IXLSRanges.py +40 -0
- spire/xls/interfaces/IconSet.py +125 -0
- spire/xls/interfaces/ImageLocationTypes.py +17 -0
- spire/xls/interfaces/ImportObjectOptions.py +136 -0
- spire/xls/interfaces/InsertMoveOption.py +17 -0
- spire/xls/interfaces/InteriorArrayWrapper.py +181 -0
- spire/xls/interfaces/__init__.py +0 -0
- spire/xls/interfaces/collections/IDataValidationCollection.py +128 -0
- spire/xls/interfaces/collections/IHPageBreaks.py +37 -0
- spire/xls/interfaces/collections/IListObjects.py +34 -0
- spire/xls/interfaces/collections/IOleObjects.py +44 -0
- spire/xls/interfaces/collections/IPrstGeomShapes.py +87 -0
- spire/xls/interfaces/collections/IShapes.py +273 -0
- spire/xls/interfaces/collections/ITextBoxes.py +67 -0
- spire/xls/interfaces/collections/IVPageBreaks.py +37 -0
- spire/xls/interfaces/collections/__init__.py +0 -0
- spire/xls/interfaces/pivot_table/IPivotCache.py +50 -0
- spire/xls/interfaces/pivot_table/IPivotCaches.py +52 -0
- spire/xls/interfaces/pivot_table/IPivotCalculatedFields.py +69 -0
- spire/xls/interfaces/pivot_table/IPivotField.py +372 -0
- spire/xls/interfaces/pivot_table/IPivotTable.py +509 -0
- spire/xls/interfaces/pivot_table/IPivotTableOptions.py +507 -0
- spire/xls/interfaces/pivot_table/__init__.py +0 -0
- spire/xls/interfaces/sorting/__init__.py +0 -0
- spire/xls/lib/Spire.Xls.Base.dll +0 -0
- spire/xls/lib/_init_.py +0 -0
- spire/xls/license/LicenseProvider.py +107 -0
- spire/xls/license/__init__.py +0 -0
- spire/xls/pivot_tables/AutoSortScope.py +29 -0
- spire/xls/pivot_tables/PivotConditionalFormat.py +71 -0
- spire/xls/pivot_tables/PivotDataField.py +163 -0
- spire/xls/pivot_tables/PivotItem.py +228 -0
- spire/xls/pivot_tables/PivotReportFilter.py +199 -0
- spire/xls/pivot_tables/PivotReportFilters.py +95 -0
- spire/xls/pivot_tables/PivotStyle.py +104 -0
- spire/xls/pivot_tables/PivotTableStyle.py +76 -0
- spire/xls/pivot_tables/XlsPivotCache.py +506 -0
- spire/xls/pivot_tables/XlsPivotCacheField.py +276 -0
- spire/xls/pivot_tables/XlsPivotField.py +975 -0
- spire/xls/pivot_tables/XlsPivotTable.py +1189 -0
- spire/xls/pivot_tables/__init__.py +0 -0
- spire/xls/security/__init__.py +0 -0
- spire/xls/sorting/DataSorter.py +152 -0
- spire/xls/sorting/SortColumn.py +115 -0
- spire/xls/sorting/SortColumns.py +194 -0
- spire/xls/sorting/__init__.py +0 -0
- spire/xls/sparkline/ISparklines.py +72 -0
- spire/xls/sparkline/Sparkline.py +89 -0
- spire/xls/sparkline/SparklineCollection.py +107 -0
- spire/xls/sparkline/SparklineGroup.py +592 -0
- spire/xls/sparkline/SparklineGroupCollection.py +67 -0
- spire/xls/sparkline/__init__.py +0 -0
- spire/xls/template_markers/MarkerDesigner.py +171 -0
- spire/xls/template_markers/__init__.py +0 -0
- spire_xls-15.7.1.dist-info/METADATA +197 -0
- spire_xls-15.7.1.dist-info/RECORD +720 -0
- spire/xls/AddInFunctionsCollection.py +0 -29
- spire/xls/AlertStyleType.py +0 -18
- spire/xls/ArcShapeCollection.py +0 -70
- spire/xls/AutoFiltersCollection.py +0 -527
- spire/xls/AutoFitterOptions.py +0 -66
- spire/xls/AutoFormatOptions.py +0 -23
- spire/xls/AutoFormatType.py +0 -32
- spire/xls/AutoSortScope.py +0 -25
- spire/xls/AverageType.py +0 -25
- spire/xls/AxisLineIdentifierType.py +0 -19
- spire/xls/AxisTextDirectionType.py +0 -18
- spire/xls/AxisType.py +0 -18
- spire/xls/BaseFormatType.py +0 -17
- spire/xls/BordersCollection.py +0 -158
- spire/xls/BordersCollectionArrayWrapper.py +0 -95
- spire/xls/BordersLineType.py +0 -23
- spire/xls/BubbleSizeType.py +0 -17
- spire/xls/BuiltInDocumentProperties.py +0 -12
- spire/xls/BuiltInPropertyType.py +0 -50
- spire/xls/BuiltInStyles.py +0 -66
- spire/xls/CategoryType.py +0 -18
- spire/xls/CellDataType.py +0 -23
- spire/xls/CellFormatType.py +0 -21
- spire/xls/Chart.py +0 -404
- spire/xls/ChartArea.py +0 -61
- spire/xls/ChartBackgroundMode.py +0 -18
- spire/xls/ChartBaseUnitType.py +0 -18
- spire/xls/ChartCategoryAxis.py +0 -93
- spire/xls/ChartDataLabels.py +0 -42
- spire/xls/ChartDataPoint.py +0 -42
- spire/xls/ChartDataPointsCollection.py +0 -75
- spire/xls/ChartDisplayUnitType.py +0 -26
- spire/xls/ChartFormat.py +0 -72
- spire/xls/ChartFormatCollection.py +0 -59
- spire/xls/ChartGridLine.py +0 -27
- spire/xls/ChartLegend.py +0 -42
- spire/xls/ChartLegendEntriesColl.py +0 -128
- spire/xls/ChartLegendEntry.py +0 -27
- spire/xls/ChartLinePatternType.py +0 -24
- spire/xls/ChartLineWeightType.py +0 -19
- spire/xls/ChartMarkerType.py +0 -27
- spire/xls/ChartParagraphType.py +0 -18
- spire/xls/ChartPieType.py +0 -18
- spire/xls/ChartPlotArea.py +0 -53
- spire/xls/ChartPlotEmptyType.py +0 -18
- spire/xls/ChartSerie.py +0 -142
- spire/xls/ChartSerieDataFormat.py +0 -56
- spire/xls/ChartSeries.py +0 -154
- spire/xls/ChartSeriesAxis.py +0 -72
- spire/xls/ChartShadow.py +0 -235
- spire/xls/ChartSheet.py +0 -285
- spire/xls/ChartTextArea.py +0 -782
- spire/xls/ChartValueAxis.py +0 -92
- spire/xls/ChartsCollection.py +0 -113
- spire/xls/CheckState.py +0 -18
- spire/xls/CollectionBase.py +0 -184
- spire/xls/CollectionExtended.py +0 -92
- spire/xls/ColorConditionValue.py +0 -91
- spire/xls/ColorFilter.py +0 -45
- spire/xls/ColorType.py +0 -18
- spire/xls/ComboBoxCollection.py +0 -70
- spire/xls/CommentHAlignType.py +0 -21
- spire/xls/CommentVAlignType.py +0 -20
- spire/xls/CommentsCollection.py +0 -109
- spire/xls/ComparisonOperatorType.py +0 -24
- spire/xls/CondFormatCollectionWrapper.py +0 -125
- spire/xls/ConditionValue.py +0 -82
- spire/xls/ConditionValuePosition.py +0 -16
- spire/xls/ConditionalFormat.py +0 -14
- spire/xls/ConditionalFormatScope.py +0 -16
- spire/xls/ConditionalFormatType.py +0 -33
- spire/xls/ConditionalFormatWrapper.py +0 -986
- spire/xls/ConditionalFormats.py +0 -55
- spire/xls/CustomFilter.py +0 -147
- spire/xls/CustomFilterCollection.py +0 -113
- spire/xls/DataBarBorder.py +0 -47
- spire/xls/DataLabelPositionType.py +0 -26
- spire/xls/DataSorter.py +0 -154
- spire/xls/DataSourceType.py +0 -19
- spire/xls/DateTimeGroupItem.py +0 -132
- spire/xls/DropLineStyleType.py +0 -18
- spire/xls/DynamicFilter.py +0 -71
- spire/xls/ErrorBarIncludeType.py +0 -19
- spire/xls/ErrorBarType.py +0 -20
- spire/xls/ExcelCalculationMode.py +0 -18
- spire/xls/ExcelChartType.py +0 -96
- spire/xls/ExcelColors.py +0 -121
- spire/xls/ExcelComboType.py +0 -22
- spire/xls/ExcelHorizontalAlignment.py +0 -21
- spire/xls/ExcelPatternType.py +0 -52
- spire/xls/ExcelQuartileCalculation.py +0 -17
- spire/xls/ExcelShapeType.py +0 -41
- spire/xls/ExcelSheetType.py +0 -20
- spire/xls/ExcelTreeMapLabelOption.py +0 -18
- spire/xls/ExcelVersion.py +0 -24
- spire/xls/ExcelVerticalAlignment.py +0 -21
- spire/xls/ExpandCollapseFlags.py +0 -18
- spire/xls/FilterColumn.py +0 -258
- spire/xls/FilterConditionType.py +0 -21
- spire/xls/FilterDataType.py +0 -22
- spire/xls/FontUnderlineType.py +0 -20
- spire/xls/FontVertialAlignmentType.py +0 -20
- spire/xls/GradientColorType.py +0 -18
- spire/xls/GradientPatternType.py +0 -64
- spire/xls/GradientPresetType.py +0 -39
- spire/xls/GradientStyleType.py +0 -21
- spire/xls/GradientTextureType.py +0 -40
- spire/xls/GradientVariantsType.py +0 -19
- spire/xls/GroupShapeCollection.py +0 -46
- spire/xls/HPageBreaksCollection.py +0 -108
- spire/xls/HistogramAxisFormat.py +0 -30
- spire/xls/HorizontalAlignType.py +0 -23
- spire/xls/HyperLinkType.py +0 -20
- spire/xls/HyperLinksCollection.py +0 -72
- spire/xls/IArcShape.py +0 -259
- spire/xls/IChart.py +0 -1368
- spire/xls/IChartAxis.py +0 -722
- spire/xls/IChartBorder.py +0 -220
- spire/xls/IChartCategoryAxis.py +0 -410
- spire/xls/IChartDataLabels.py +0 -457
- spire/xls/IChartDataPoint.py +0 -131
- spire/xls/IChartDataTable.py +0 -197
- spire/xls/IChartErrorBars.py +0 -373
- spire/xls/IChartFillBorder.py +0 -303
- spire/xls/IChartFormat.py +0 -571
- spire/xls/IChartFrameFormat.py +0 -93
- spire/xls/IChartGridLine.py +0 -107
- spire/xls/IChartInterior.py +0 -278
- spire/xls/IChartLegend.py +0 -499
- spire/xls/IChartLegendEntry.py +0 -178
- spire/xls/IChartPageSetup.py +0 -56
- spire/xls/IChartSerie.py +0 -779
- spire/xls/IChartSerieDataFormat.py +0 -566
- spire/xls/IChartSeriesAxis.py +0 -128
- spire/xls/IChartShape.py +0 -92
- spire/xls/IChartTextArea.py +0 -197
- spire/xls/IChartTrendLine.py +0 -548
- spire/xls/IChartValueAxis.py +0 -518
- spire/xls/IChartWallOrFloor.py +0 -32
- spire/xls/ICheckBox.py +0 -96
- spire/xls/ICloneParent.py +0 -28
- spire/xls/IColorConditionValue.py +0 -31
- spire/xls/IColorScale.py +0 -32
- spire/xls/ICombinedRange.py +0 -87
- spire/xls/IComboBoxShape.py +0 -95
- spire/xls/IComment.py +0 -85
- spire/xls/ICommentShape.py +0 -12
- spire/xls/IConditionValue.py +0 -68
- spire/xls/IConditionalFormat.py +0 -606
- spire/xls/IConditionalFormats.py +0 -48
- spire/xls/ICustomDocumentProperties.py +0 -128
- spire/xls/IDataBar.py +0 -105
- spire/xls/IDataValidation.py +0 -421
- spire/xls/IDataValidationCollection.py +0 -132
- spire/xls/IDataValidationTable.py +0 -68
- spire/xls/IDigitalSignature.py +0 -99
- spire/xls/IDigitalSignatures.py +0 -29
- spire/xls/IDocumentProperty.py +0 -226
- spire/xls/IErrorIndicator.py +0 -31
- spire/xls/IExtendIndex.py +0 -21
- spire/xls/IExtendedFormat.py +0 -530
- spire/xls/IFont.py +0 -271
- spire/xls/IFormat3D.py +0 -252
- spire/xls/IGeomPath.py +0 -23
- spire/xls/IGeomPathInfo.py +0 -112
- spire/xls/IGeomPathShape.py +0 -30
- spire/xls/IGlow.py +0 -85
- spire/xls/IGradient.py +0 -174
- spire/xls/IGroupBox.py +0 -67
- spire/xls/IHPageBreak.py +0 -22
- spire/xls/IHPageBreaks.py +0 -31
- spire/xls/IHyperLink.py +0 -118
- spire/xls/IIconSet.py +0 -96
- spire/xls/IInterior.py +0 -117
- spire/xls/IInternalAddtionalFormat.py +0 -238
- spire/xls/IInternalFont.py +0 -31
- spire/xls/ILabelShape.py +0 -49
- spire/xls/ILineShape.py +0 -305
- spire/xls/IListObject.py +0 -493
- spire/xls/IListObjectColumn.py +0 -222
- spire/xls/IListObjects.py +0 -31
- spire/xls/IMarkersDesigner.py +0 -113
- spire/xls/IMigrantRange.py +0 -21
- spire/xls/INamedObject.py +0 -22
- spire/xls/INamedRange.py +0 -162
- spire/xls/INumberFormat.py +0 -77
- spire/xls/IOleObject.py +0 -176
- spire/xls/IOleObjects.py +0 -32
- spire/xls/IOptimizedUpdate.py +0 -28
- spire/xls/IOvalShape.py +0 -154
- spire/xls/IPageSetup.py +0 -195
- spire/xls/IPageSetupBase.py +0 -642
- spire/xls/IPictureShape.py +0 -99
- spire/xls/IPivotCache.py +0 -41
- spire/xls/IPivotCaches.py +0 -39
- spire/xls/IPivotCalculatedFields.py +0 -50
- spire/xls/IPivotField.py +0 -291
- spire/xls/IPivotTable.py +0 -393
- spire/xls/IPivotTableOptions.py +0 -428
- spire/xls/IPropertyData.py +0 -70
- spire/xls/IPrstGeomShape.py +0 -71
- spire/xls/IPrstGeomShapes.py +0 -81
- spire/xls/IRadioButton.py +0 -105
- spire/xls/IRectangleShape.py +0 -60
- spire/xls/IReflectionEffect.py +0 -138
- spire/xls/IScrollBarShape.py +0 -140
- spire/xls/IShadow.py +0 -244
- spire/xls/IShape.py +0 -409
- spire/xls/IShapeFill.py +0 -522
- spire/xls/IShapeLineFormat.py +0 -331
- spire/xls/IShapes.py +0 -270
- spire/xls/ISortColumn.py +0 -96
- spire/xls/ISortColumns.py +0 -70
- spire/xls/ISortedRule.py +0 -112
- spire/xls/ISparklines.py +0 -72
- spire/xls/ISpinnerShape.py +0 -102
- spire/xls/IStyle.py +0 -50
- spire/xls/ITabSheet.py +0 -302
- spire/xls/ITextBox.py +0 -116
- spire/xls/ITextBoxLinkShape.py +0 -40
- spire/xls/ITextBoxShape.py +0 -22
- spire/xls/ITextBoxes.py +0 -61
- spire/xls/ITextFrame.py +0 -120
- spire/xls/IVPageBreak.py +0 -22
- spire/xls/IVPageBreaks.py +0 -31
- spire/xls/IWorkbook.py +0 -1806
- spire/xls/IWorksheet.py +0 -2694
- spire/xls/IXLSRange.py +0 -2479
- spire/xls/IXLSRanges.py +0 -35
- spire/xls/IconSet.py +0 -103
- spire/xls/IgnoreErrorType.py +0 -24
- spire/xls/ImageFormatType.py +0 -18
- spire/xls/ImageLocationTypes.py +0 -15
- spire/xls/ImageType.py +0 -17
- spire/xls/ImportObjectOptions.py +0 -89
- spire/xls/InsertMoveOption.py +0 -15
- spire/xls/InteriorArrayWrapper.py +0 -126
- spire/xls/LegendPositionType.py +0 -21
- spire/xls/LegendSpacingType.py +0 -18
- spire/xls/LineStyleType.py +0 -29
- spire/xls/ListObjectCollection.py +0 -45
- spire/xls/MarkerDesigner.py +0 -172
- spire/xls/MultipleFilterCollection.py +0 -166
- spire/xls/NegativeBarFormat.py +0 -82
- spire/xls/OleObjectType.py +0 -51
- spire/xls/OrderBy.py +0 -19
- spire/xls/OrderType.py +0 -17
- spire/xls/OvalShapeCollection.py +0 -70
- spire/xls/PageBreakExtentType.py +0 -17
- spire/xls/PageBreakType.py +0 -18
- spire/xls/PageOrientationType.py +0 -17
- spire/xls/PagesOrderType.py +0 -17
- spire/xls/PaperSizeType.py +0 -135
- spire/xls/PicturesCollection.py +0 -532
- spire/xls/PivotConditionalFormat.py +0 -54
- spire/xls/PivotConditionalFormatCollection.py +0 -38
- spire/xls/PivotDataField.py +0 -118
- spire/xls/PivotGroupByTypes.py +0 -23
- spire/xls/PivotItem.py +0 -161
- spire/xls/PivotReportFilter.py +0 -92
- spire/xls/PivotReportFilters.py +0 -63
- spire/xls/PivotStyle.py +0 -79
- spire/xls/PivotTableFields.py +0 -85
- spire/xls/PivotTableStyle.py +0 -63
- spire/xls/PrintCommentType.py +0 -18
- spire/xls/PrintErrorsType.py +0 -19
- spire/xls/PrstGeomShapeCollection.py +0 -126
- spire/xls/RadioButtonCollection.py +0 -137
- spire/xls/RangesCollection.py +0 -537
- spire/xls/ReadingOrderType.py +0 -18
- spire/xls/RectangleStyleType.py +0 -17
- spire/xls/ResizeBehaveType.py +0 -18
- spire/xls/ShapeArrowLengthType.py +0 -18
- spire/xls/ShapeArrowStyleType.py +0 -21
- spire/xls/ShapeArrowWidthType.py +0 -18
- spire/xls/ShapeDashLineStyleType.py +0 -23
- spire/xls/ShapeFillType.py +0 -22
- spire/xls/ShapeLayerChangeType.py +0 -19
- spire/xls/ShapeLineStyleType.py +0 -20
- spire/xls/SheetProtectionType.py +0 -33
- spire/xls/SortColumn.py +0 -120
- spire/xls/SortColumns.py +0 -185
- spire/xls/SortComparsionType.py +0 -19
- spire/xls/SortOrientationType.py +0 -17
- spire/xls/SortedWayType.py +0 -18
- spire/xls/Sparkline.py +0 -70
- spire/xls/SparklineCollection.py +0 -112
- spire/xls/SparklineGroup.py +0 -523
- spire/xls/SparklineGroupCollection.py +0 -71
- spire/xls/SparklineType.py +0 -18
- spire/xls/SplitType.py +0 -19
- spire/xls/StylesCollection.py +0 -141
- spire/xls/TextDirection.py +0 -20
- spire/xls/TextRotationType.py +0 -19
- spire/xls/ThemeColorType.py +0 -27
- spire/xls/TickLabelPositionType.py +0 -19
- spire/xls/TickMarkType.py +0 -19
- spire/xls/Top10Filter.py +0 -75
- spire/xls/TopBottomType.py +0 -19
- spire/xls/TopFormatType.py +0 -18
- spire/xls/TrendLineType.py +0 -21
- spire/xls/UnknownVariableAction.py +0 -18
- spire/xls/VPageBreaksCollection.py +0 -96
- spire/xls/ValidationComparisonOperator.py +0 -23
- spire/xls/VariableTypeAction.py +0 -19
- spire/xls/VerticalAlignType.py +0 -20
- spire/xls/ViewMode.py +0 -18
- spire/xls/WorksheetVisibility.py +0 -18
- spire/xls/WorksheetsCollection.py +0 -341
- spire/xls/XLSXBorderJoinType.py +0 -19
- spire/xls/XLSXChartMaterialType.py +0 -32
- spire/xls/XLSXChartPrespectiveType.py +0 -21
- spire/xls/XLSXChartShadowInnerType.py +0 -25
- spire/xls/XLSXChartShadowOuterType.py +0 -25
- spire/xls/XlsAddInFunctionsCollection.py +0 -101
- spire/xls/XlsAutoFiltersCollection.py +0 -119
- spire/xls/XlsBordersCollection.py +0 -101
- spire/xls/XlsBuiltInDocumentProperties.py +0 -639
- spire/xls/XlsChart.py +0 -1510
- spire/xls/XlsChartAxis.py +0 -564
- spire/xls/XlsChartBorder.py +0 -165
- spire/xls/XlsChartCategoryAxis.py +0 -656
- spire/xls/XlsChartDataLabelArea.py +0 -387
- spire/xls/XlsChartDataLabels.py +0 -811
- spire/xls/XlsChartDataPoint.py +0 -108
- spire/xls/XlsChartDataPointsCollection.py +0 -120
- spire/xls/XlsChartDataTable.py +0 -393
- spire/xls/XlsChartDropBar.py +0 -301
- spire/xls/XlsChartFill.py +0 -571
- spire/xls/XlsChartFormat.py +0 -1069
- spire/xls/XlsChartFormatCollection.py +0 -162
- spire/xls/XlsChartFrameFormat.py +0 -614
- spire/xls/XlsChartGridLine.py +0 -171
- spire/xls/XlsChartInterior.py +0 -240
- spire/xls/XlsChartLegend.py +0 -355
- spire/xls/XlsChartLegendArea.py +0 -419
- spire/xls/XlsChartLegendEntry.py +0 -156
- spire/xls/XlsChartSerie.py +0 -589
- spire/xls/XlsChartSerieDataFormat.py +0 -1008
- spire/xls/XlsChartSeriesAxis.py +0 -212
- spire/xls/XlsChartShape.py +0 -1142
- spire/xls/XlsChartTitleArea.py +0 -392
- spire/xls/XlsChartValueAxis.py +0 -317
- spire/xls/XlsChartWallOrFloor.py +0 -319
- spire/xls/XlsCommentsCollection.py +0 -87
- spire/xls/XlsConditionValue.py +0 -111
- spire/xls/XlsConditionalFormat.py +0 -1119
- spire/xls/XlsConditionalFormats.py +0 -590
- spire/xls/XlsDataValidationCollection.py +0 -159
- spire/xls/XlsHPageBreaksCollection.py +0 -85
- spire/xls/XlsHyperLinksCollection.py +0 -102
- spire/xls/XlsPivotCache.py +0 -401
- spire/xls/XlsPivotCacheField.py +0 -209
- spire/xls/XlsPivotCachesCollection.py +0 -124
- spire/xls/XlsPivotField.py +0 -885
- spire/xls/XlsPivotTable.py +0 -905
- spire/xls/XlsRangesCollection.py +0 -1566
- spire/xls/XlsStylesCollection.py +0 -73
- spire/xls/XlsVPageBreaksCollection.py +0 -84
- spire/xls/XlsWorksheetsCollection.py +0 -416
- spire_xls-15.5.0.dist-info/METADATA +0 -197
- spire_xls-15.5.0.dist-info/RECORD +0 -703
- /spire/xls/{lib → autofilter}/__init__.py +0 -0
- /spire/xls/{ChartBorder.py → charts/ChartBorder.py} +0 -0
- /spire/xls/{ChartDataTable.py → charts/ChartDataTable.py} +0 -0
- /spire/xls/{ChartDropBar.py → charts/ChartDropBar.py} +0 -0
- /spire/xls/{ChartInterior.py → charts/ChartInterior.py} +0 -0
- /spire/xls/{ChartPageSetup.py → charts/ChartPageSetup.py} +0 -0
- /spire/xls/{ChartTitle.py → charts/ChartTitle.py} +0 -0
- /spire/xls/{ChartWallOrFloor.py → charts/ChartWallOrFloor.py} +0 -0
- /spire/xls/{XlsChartPageSetup.py → charts/XlsChartPageSetup.py} +0 -0
- /spire/xls/{XlsChartPlotArea.py → charts/XlsChartPlotArea.py} +0 -0
- /spire/xls/{ButtonShapeCollection.py → collection/ButtonShapeCollection.py} +0 -0
- /spire/xls/{CheckBoxCollection.py → collection/CheckBoxCollection.py} +0 -0
- /spire/xls/{CollectionChangeEventArgs.py → collection/CollectionChangeEventArgs.py} +0 -0
- /spire/xls/{DataConnections.py → collection/DataConnections.py} +0 -0
- /spire/xls/{ExternalLinkCollection.py → collection/ExternalLinkCollection.py} +0 -0
- /spire/xls/{FontsCollection.py → collection/FontsCollection.py} +0 -0
- /spire/xls/{GeomertyAdjustValuesCollection.py → collection/GeomertyAdjustValuesCollection.py} +0 -0
- /spire/xls/{GroupBoxCollection.py → collection/GroupBoxCollection.py} +0 -0
- /spire/xls/{LabelShapeCollection.py → collection/LabelShapeCollection.py} +0 -0
- /spire/xls/{LineCollection.py → collection/LineCollection.py} +0 -0
- /spire/xls/{ListBoxCollection.py → collection/ListBoxCollection.py} +0 -0
- /spire/xls/{QueryTableCollection.py → collection/QueryTableCollection.py} +0 -0
- /spire/xls/{RectangleCollection.py → collection/RectangleCollection.py} +0 -0
- /spire/xls/{ScrollBarCollection.py → collection/ScrollBarCollection.py} +0 -0
- /spire/xls/{ShapeCollectionBase.py → collection/ShapeCollectionBase.py} +0 -0
- /spire/xls/{SpinnerShapeCollection.py → collection/SpinnerShapeCollection.py} +0 -0
- /spire/xls/{TextBoxCollection.py → collection/TextBoxCollection.py} +0 -0
- /spire/xls/{WorkbookObjectsCollection.py → collection/WorkbookObjectsCollection.py} +0 -0
- /spire/xls/{WorksheetChartsCollection.py → collection/WorksheetChartsCollection.py} +0 -0
- /spire/xls/{WorksheetConditionalFormats.py → collection/WorksheetConditionalFormats.py} +0 -0
- /spire/xls/{XlsChartSeries.py → collection/XlsChartSeries.py} +0 -0
- /spire/xls/{XlsChartsCollection.py → collection/XlsChartsCollection.py} +0 -0
- /spire/xls/{XlsFontsCollection.py → collection/XlsFontsCollection.py} +0 -0
- /spire/xls/{XlsHeaderFooterShapeCollection.py → collection/XlsHeaderFooterShapeCollection.py} +0 -0
- /spire/xls/{XlsPicturesCollection.py → collection/XlsPicturesCollection.py} +0 -0
- /spire/xls/{XlsWorkbookObjectsCollection.py → collection/XlsWorkbookObjectsCollection.py} +0 -0
- /spire/xls/{XlsWorksheetChartsCollection.py → collection/XlsWorksheetChartsCollection.py} +0 -0
- /spire/xls/{XlsWorksheetConditionalFormats.py → collection/XlsWorksheetConditionalFormats.py} +0 -0
- /spire/xls/{PivotCachesCollection.py → collection/pivot_table/PivotCachesCollection.py} +0 -0
- /spire/xls/{PivotCalculatedFieldsCollection.py → collection/pivot_table/PivotCalculatedFieldsCollection.py} +0 -0
- /spire/xls/{PivotDataFields.py → collection/pivot_table/PivotDataFields.py} +0 -0
- /spire/xls/{PivotTablesCollection.py → collection/pivot_table/PivotTablesCollection.py} +0 -0
- /spire/xls/{XlsPivotTablesCollection.py → collection/pivot_table/XlsPivotTablesCollection.py} +0 -0
- /spire/xls/{AxisTypes.py → enums/AxisTypes.py} +0 -0
- /spire/xls/{CompoundLineType.py → enums/CompoundLineType.py} +0 -0
- /spire/xls/{ConditionValueType.py → enums/ConditionValueType.py} +0 -0
- /spire/xls/{ConditionalTopNType.py → enums/ConditionalTopNType.py} +0 -0
- /spire/xls/{ConnectionDataSourceType.py → enums/ConnectionDataSourceType.py} +0 -0
- /spire/xls/{CopyRangeOptions.py → enums/CopyRangeOptions.py} +0 -0
- /spire/xls/{DataBarAxisPosition.py → enums/DataBarAxisPosition.py} +0 -0
- /spire/xls/{DataBarBorderType.py → enums/DataBarBorderType.py} +0 -0
- /spire/xls/{DataBarFillType.py → enums/DataBarFillType.py} +0 -0
- /spire/xls/{DataBarNegativeColorType.py → enums/DataBarNegativeColorType.py} +0 -0
- /spire/xls/{DataMarkerDirection.py → enums/DataMarkerDirection.py} +0 -0
- /spire/xls/{DateTimeGroupingType.py → enums/DateTimeGroupingType.py} +0 -0
- /spire/xls/{DeleteOption.py → enums/DeleteOption.py} +0 -0
- /spire/xls/{DynamicFilterType.py → enums/DynamicFilterType.py} +0 -0
- /spire/xls/{ExcelClearOptions.py → enums/ExcelClearOptions.py} +0 -0
- /spire/xls/{ExcelFindOptions.py → enums/ExcelFindOptions.py} +0 -0
- /spire/xls/{ExcelSaveType.py → enums/ExcelSaveType.py} +0 -0
- /spire/xls/{ExcelTotalsCalculation.py → enums/ExcelTotalsCalculation.py} +0 -0
- /spire/xls/{FillPictureType.py → enums/FillPictureType.py} +0 -0
- /spire/xls/{FilterOperatorType.py → enums/FilterOperatorType.py} +0 -0
- /spire/xls/{FilterType.py → enums/FilterType.py} +0 -0
- /spire/xls/{FindType.py → enums/FindType.py} +0 -0
- /spire/xls/{GeomertyAdjustValueFormulaType.py → enums/GeomertyAdjustValueFormulaType.py} +0 -0
- /spire/xls/{GroupByType.py → enums/GroupByType.py} +0 -0
- /spire/xls/{HttpContentType.py → enums/HttpContentType.py} +0 -0
- /spire/xls/{IconSetType.py → enums/IconSetType.py} +0 -0
- /spire/xls/{InsertOptionsType.py → enums/InsertOptionsType.py} +0 -0
- /spire/xls/{LineShapeType.py → enums/LineShapeType.py} +0 -0
- /spire/xls/{MeasureUnits.py → enums/MeasureUnits.py} +0 -0
- /spire/xls/{MsoPathType.py → enums/MsoPathType.py} +0 -0
- /spire/xls/{OLEDBCommandType.py → enums/OLEDBCommandType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImagePositionType.py → enums/OdsPageBackgroundImagePositionType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImageType.py → enums/OdsPageBackgroundImageType.py} +0 -0
- /spire/xls/{OdsPageBackgroundType.py → enums/OdsPageBackgroundType.py} +0 -0
- /spire/xls/{OleLinkType.py → enums/OleLinkType.py} +0 -0
- /spire/xls/{PathFillMode.py → enums/PathFillMode.py} +0 -0
- /spire/xls/{PdfConformanceLevel.py → enums/PdfConformanceLevel.py} +0 -0
- /spire/xls/{PivotAutoFomatTypes.py → enums/PivotAutoFomatTypes.py} +0 -0
- /spire/xls/{PivotBuiltInStyles.py → enums/PivotBuiltInStyles.py} +0 -0
- /spire/xls/{PivotDataType.py → enums/PivotDataType.py} +0 -0
- /spire/xls/{PivotFieldFormatType.py → enums/PivotFieldFormatType.py} +0 -0
- /spire/xls/{PivotFieldSortType.py → enums/PivotFieldSortType.py} +0 -0
- /spire/xls/{PivotItemType.py → enums/PivotItemType.py} +0 -0
- /spire/xls/{PivotLabelFilterType.py → enums/PivotLabelFilterType.py} +0 -0
- /spire/xls/{PivotPageAreaFieldsOrderType.py → enums/PivotPageAreaFieldsOrderType.py} +0 -0
- /spire/xls/{PivotTableElement.py → enums/PivotTableElement.py} +0 -0
- /spire/xls/{PivotTableLayoutType.py → enums/PivotTableLayoutType.py} +0 -0
- /spire/xls/{PivotValueFilterType.py → enums/PivotValueFilterType.py} +0 -0
- /spire/xls/{PresetTextEffect.py → enums/PresetTextEffect.py} +0 -0
- /spire/xls/{PrintingPageType.py → enums/PrintingPageType.py} +0 -0
- /spire/xls/{PropertyType.py → enums/PropertyType.py} +0 -0
- /spire/xls/{PrstGeomShapeType.py → enums/PrstGeomShapeType.py} +0 -0
- /spire/xls/{RectangleShapeType.py → enums/RectangleShapeType.py} +0 -0
- /spire/xls/{RelationShip.py → enums/RelationShip.py} +0 -0
- /spire/xls/{RenameStrategy.py → enums/RenameStrategy.py} +0 -0
- /spire/xls/{RtfTags.py → enums/RtfTags.py} +0 -0
- /spire/xls/{SelectionType.py → enums/SelectionType.py} +0 -0
- /spire/xls/{SparklineEmptyCells.py → enums/SparklineEmptyCells.py} +0 -0
- /spire/xls/{SpartlineVerticalAxisType.py → enums/SpartlineVerticalAxisType.py} +0 -0
- /spire/xls/{StrikeThroughStyle.py → enums/StrikeThroughStyle.py} +0 -0
- /spire/xls/{StyleDefineType.py → enums/StyleDefineType.py} +0 -0
- /spire/xls/{SubtotalTypes.py → enums/SubtotalTypes.py} +0 -0
- /spire/xls/{TRangeValueType.py → enums/TRangeValueType.py} +0 -0
- /spire/xls/{TableBuiltInStyles.py → enums/TableBuiltInStyles.py} +0 -0
- /spire/xls/{TextDirectionType.py → enums/TextDirectionType.py} +0 -0
- /spire/xls/{TextVerticalValue.py → enums/TextVerticalValue.py} +0 -0
- /spire/xls/{TimePeriodType.py → enums/TimePeriodType.py} +0 -0
- /spire/xls/{UnderlineStyle.py → enums/UnderlineStyle.py} +0 -0
- /spire/xls/{WorksheetCopyType.py → enums/WorksheetCopyType.py} +0 -0
- /spire/xls/{XLSXChartBevelType.py → enums/XLSXChartBevelType.py} +0 -0
- /spire/xls/{XLSXChartLightingType.py → enums/XLSXChartLightingType.py} +0 -0
- /spire/xls/{XLSXPivotItemType.py → enums/XLSXPivotItemType.py} +0 -0
- /spire/xls/{XmlOpenType.py → enums/XmlOpenType.py} +0 -0
- /spire/xls/{IAddInFunction.py → interfaces/IAddInFunction.py} +0 -0
- /spire/xls/{IAutoFilter.py → interfaces/IAutoFilter.py} +0 -0
- /spire/xls/{IAutoFilterCondition.py → interfaces/IAutoFilterCondition.py} +0 -0
- /spire/xls/{IAutoFilters.py → interfaces/IAutoFilters.py} +0 -0
- /spire/xls/{IBorder.py → interfaces/IBorder.py} +0 -0
- /spire/xls/{IBuiltInDocumentProperties.py → interfaces/IBuiltInDocumentProperties.py} +0 -0
- /spire/xls/{IButtonShape.py → interfaces/IButtonShape.py} +0 -0
- /spire/xls/{IChartDropBar.py → interfaces/IChartDropBar.py} +0 -0
- /spire/xls/{IExcelApplication.py → interfaces/IExcelApplication.py} +0 -0
- /spire/xls/{IInternalWorksheet.py → interfaces/IInternalWorksheet.py} +0 -0
- /spire/xls/{IListBox.py → interfaces/IListBox.py} +0 -0
- /spire/xls/{IRichTextString.py → interfaces/IRichTextString.py} +0 -0
- /spire/xls/{IAddInFunctions.py → interfaces/collections/IAddInFunctions.py} +0 -0
- /spire/xls/{IArcShapes.py → interfaces/collections/IArcShapes.py} +0 -0
- /spire/xls/{IBorders.py → interfaces/collections/IBorders.py} +0 -0
- /spire/xls/{IButtonShapes.py → interfaces/collections/IButtonShapes.py} +0 -0
- /spire/xls/{IChartDataPoints.py → interfaces/collections/IChartDataPoints.py} +0 -0
- /spire/xls/{IChartLegendEntries.py → interfaces/collections/IChartLegendEntries.py} +0 -0
- /spire/xls/{IChartSeries.py → interfaces/collections/IChartSeries.py} +0 -0
- /spire/xls/{IChartShapes.py → interfaces/collections/IChartShapes.py} +0 -0
- /spire/xls/{IChartTrendLines.py → interfaces/collections/IChartTrendLines.py} +0 -0
- /spire/xls/{ICharts.py → interfaces/collections/ICharts.py} +0 -0
- /spire/xls/{ICheckBoxes.py → interfaces/collections/ICheckBoxes.py} +0 -0
- /spire/xls/{IComboBoxes.py → interfaces/collections/IComboBoxes.py} +0 -0
- /spire/xls/{IComments.py → interfaces/collections/IComments.py} +0 -0
- /spire/xls/{IConditionalFormatsCollection.py → interfaces/collections/IConditionalFormatsCollection.py} +0 -0
- /spire/xls/{IGroupBoxes.py → interfaces/collections/IGroupBoxes.py} +0 -0
- /spire/xls/{IHyperLinks.py → interfaces/collections/IHyperLinks.py} +0 -0
- /spire/xls/{ILabelShapes.py → interfaces/collections/ILabelShapes.py} +0 -0
- /spire/xls/{ILines.py → interfaces/collections/ILines.py} +0 -0
- /spire/xls/{IListBoxes.py → interfaces/collections/IListBoxes.py} +0 -0
- /spire/xls/{INameRanges.py → interfaces/collections/INameRanges.py} +0 -0
- /spire/xls/{IOvalShapes.py → interfaces/collections/IOvalShapes.py} +0 -0
- /spire/xls/{IPictures.py → interfaces/collections/IPictures.py} +0 -0
- /spire/xls/{IRadioButtons.py → interfaces/collections/IRadioButtons.py} +0 -0
- /spire/xls/{IRectangleShapes.py → interfaces/collections/IRectangleShapes.py} +0 -0
- /spire/xls/{IScrollBarShapes.py → interfaces/collections/IScrollBarShapes.py} +0 -0
- /spire/xls/{ISpinnerShapes.py → interfaces/collections/ISpinnerShapes.py} +0 -0
- /spire/xls/{IStyles.py → interfaces/collections/IStyles.py} +0 -0
- /spire/xls/{ITabSheets.py → interfaces/collections/ITabSheets.py} +0 -0
- /spire/xls/{IWorksheetGroup.py → interfaces/collections/IWorksheetGroup.py} +0 -0
- /spire/xls/{IWorksheets.py → interfaces/collections/IWorksheets.py} +0 -0
- /spire/xls/{IPivotDataField.py → interfaces/pivot_table/IPivotDataField.py} +0 -0
- /spire/xls/{IPivotDataFields.py → interfaces/pivot_table/IPivotDataFields.py} +0 -0
- /spire/xls/{IPivotFields.py → interfaces/pivot_table/IPivotFields.py} +0 -0
- /spire/xls/{IPivotTables.py → interfaces/pivot_table/IPivotTables.py} +0 -0
- /spire/xls/{IDataSort.py → interfaces/sorting/IDataSort.py} +0 -0
- /spire/xls/{PivotCache.py → pivot_tables/PivotCache.py} +0 -0
- /spire/xls/{PivotField.py → pivot_tables/PivotField.py} +0 -0
- /spire/xls/{PivotTable.py → pivot_tables/PivotTable.py} +0 -0
- /spire/xls/{EncryptedKeyInfo.py → security/EncryptedKeyInfo.py} +0 -0
- /spire/xls/{ISparkline.py → sparkline/ISparkline.py} +0 -0
- /spire/xls/{ISparklineGroup.py → sparkline/ISparklineGroup.py} +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.7.1.dist-info}/WHEEL +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.7.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1256 @@
|
|
|
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 XlsChartShape ( XlsShape, IChartShape) :
|
|
10
|
+
"""
|
|
11
|
+
Represents a chart shape in Excel worksheet.
|
|
12
|
+
Provides access to chart properties and methods.
|
|
13
|
+
"""
|
|
14
|
+
@property
|
|
15
|
+
def CategoryAxisTitle(self)->str:
|
|
16
|
+
"""
|
|
17
|
+
Gets or sets the title of the category axis.
|
|
18
|
+
|
|
19
|
+
Returns:
|
|
20
|
+
str: The title of the category axis.
|
|
21
|
+
"""
|
|
22
|
+
GetDllLibXls().XlsChartShape_get_CategoryAxisTitle.argtypes=[c_void_p]
|
|
23
|
+
GetDllLibXls().XlsChartShape_get_CategoryAxisTitle.restype=c_void_p
|
|
24
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChartShape_get_CategoryAxisTitle, self.Ptr))
|
|
25
|
+
return ret
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
@CategoryAxisTitle.setter
|
|
29
|
+
def CategoryAxisTitle(self, value:str):
|
|
30
|
+
GetDllLibXls().XlsChartShape_set_CategoryAxisTitle.argtypes=[c_void_p, c_wchar_p]
|
|
31
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_CategoryAxisTitle, self.Ptr, value)
|
|
32
|
+
|
|
33
|
+
@property
|
|
34
|
+
|
|
35
|
+
def ValueAxisTitle(self)->str:
|
|
36
|
+
"""
|
|
37
|
+
Title of the value axis.
|
|
38
|
+
|
|
39
|
+
"""
|
|
40
|
+
GetDllLibXls().XlsChartShape_get_ValueAxisTitle.argtypes=[c_void_p]
|
|
41
|
+
GetDllLibXls().XlsChartShape_get_ValueAxisTitle.restype=c_void_p
|
|
42
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChartShape_get_ValueAxisTitle, self.Ptr))
|
|
43
|
+
return ret
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
@ValueAxisTitle.setter
|
|
47
|
+
def ValueAxisTitle(self, value:str):
|
|
48
|
+
GetDllLibXls().XlsChartShape_set_ValueAxisTitle.argtypes=[c_void_p, c_wchar_p]
|
|
49
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_ValueAxisTitle, self.Ptr, value)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
|
|
53
|
+
def SecondaryCategoryAxisTitle(self)->str:
|
|
54
|
+
"""
|
|
55
|
+
Gets or sets the title of the secondary category axis.
|
|
56
|
+
|
|
57
|
+
Returns:
|
|
58
|
+
str: The title of the secondary category axis.
|
|
59
|
+
"""
|
|
60
|
+
GetDllLibXls().XlsChartShape_get_SecondaryCategoryAxisTitle.argtypes=[c_void_p]
|
|
61
|
+
GetDllLibXls().XlsChartShape_get_SecondaryCategoryAxisTitle.restype=c_void_p
|
|
62
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChartShape_get_SecondaryCategoryAxisTitle, self.Ptr))
|
|
63
|
+
return ret
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
@SecondaryCategoryAxisTitle.setter
|
|
67
|
+
def SecondaryCategoryAxisTitle(self, value:str):
|
|
68
|
+
GetDllLibXls().XlsChartShape_set_SecondaryCategoryAxisTitle.argtypes=[c_void_p, c_wchar_p]
|
|
69
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_SecondaryCategoryAxisTitle, self.Ptr, value)
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
|
|
73
|
+
def SecondaryValueAxisTitle(self)->str:
|
|
74
|
+
"""
|
|
75
|
+
Title of the secondary value axis.
|
|
76
|
+
|
|
77
|
+
"""
|
|
78
|
+
GetDllLibXls().XlsChartShape_get_SecondaryValueAxisTitle.argtypes=[c_void_p]
|
|
79
|
+
GetDllLibXls().XlsChartShape_get_SecondaryValueAxisTitle.restype=c_void_p
|
|
80
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChartShape_get_SecondaryValueAxisTitle, self.Ptr))
|
|
81
|
+
return ret
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
@SecondaryValueAxisTitle.setter
|
|
85
|
+
def SecondaryValueAxisTitle(self, value:str):
|
|
86
|
+
GetDllLibXls().XlsChartShape_set_SecondaryValueAxisTitle.argtypes=[c_void_p, c_wchar_p]
|
|
87
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_SecondaryValueAxisTitle, self.Ptr, value)
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
|
|
91
|
+
def SeriesAxisTitle(self)->str:
|
|
92
|
+
"""
|
|
93
|
+
Title of the series axis.
|
|
94
|
+
|
|
95
|
+
"""
|
|
96
|
+
GetDllLibXls().XlsChartShape_get_SeriesAxisTitle.argtypes=[c_void_p]
|
|
97
|
+
GetDllLibXls().XlsChartShape_get_SeriesAxisTitle.restype=c_void_p
|
|
98
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChartShape_get_SeriesAxisTitle, self.Ptr))
|
|
99
|
+
return ret
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
@SeriesAxisTitle.setter
|
|
103
|
+
def SeriesAxisTitle(self, value:str):
|
|
104
|
+
GetDllLibXls().XlsChartShape_set_SeriesAxisTitle.argtypes=[c_void_p, c_wchar_p]
|
|
105
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_SeriesAxisTitle, self.Ptr, value)
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
|
|
109
|
+
def Shapes(self)->'IShapes':
|
|
110
|
+
"""
|
|
111
|
+
Gets the collection of shapes in the chart.
|
|
112
|
+
|
|
113
|
+
Returns:
|
|
114
|
+
IShapes: The collection of shapes.
|
|
115
|
+
"""
|
|
116
|
+
GetDllLibXls().XlsChartShape_get_Shapes.argtypes=[c_void_p]
|
|
117
|
+
GetDllLibXls().XlsChartShape_get_Shapes.restype=c_void_p
|
|
118
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_Shapes, self.Ptr)
|
|
119
|
+
ret = None if intPtr==None else IShapes(intPtr)
|
|
120
|
+
return ret
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
|
|
125
|
+
def TextBoxes(self)->'ITextBoxes':
|
|
126
|
+
"""
|
|
127
|
+
Gets the collection of text boxes in the chart.
|
|
128
|
+
|
|
129
|
+
Returns:
|
|
130
|
+
ITextBoxes: The collection of text boxes.
|
|
131
|
+
"""
|
|
132
|
+
GetDllLibXls().XlsChartShape_get_TextBoxes.argtypes=[c_void_p]
|
|
133
|
+
GetDllLibXls().XlsChartShape_get_TextBoxes.restype=c_void_p
|
|
134
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_TextBoxes, self.Ptr)
|
|
135
|
+
ret = None if intPtr==None else TextBoxCollection(intPtr)
|
|
136
|
+
return ret
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
@property
|
|
140
|
+
|
|
141
|
+
def CheckBoxes(self)->'ICheckBoxes':
|
|
142
|
+
"""
|
|
143
|
+
Gets the collection of check boxes in the chart.
|
|
144
|
+
|
|
145
|
+
Returns:
|
|
146
|
+
ICheckBoxes: The collection of check boxes.
|
|
147
|
+
"""
|
|
148
|
+
GetDllLibXls().XlsChartShape_get_CheckBoxes.argtypes=[c_void_p]
|
|
149
|
+
GetDllLibXls().XlsChartShape_get_CheckBoxes.restype=c_void_p
|
|
150
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_CheckBoxes, self.Ptr)
|
|
151
|
+
ret = None if intPtr==None else CheckBoxCollection(intPtr)
|
|
152
|
+
return ret
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
|
|
157
|
+
def ComboBoxes(self)->'IComboBoxes':
|
|
158
|
+
"""
|
|
159
|
+
Gets the collection of combo boxes in the chart.
|
|
160
|
+
|
|
161
|
+
Returns:
|
|
162
|
+
IComboBoxes: The collection of combo boxes.
|
|
163
|
+
"""
|
|
164
|
+
GetDllLibXls().XlsChartShape_get_ComboBoxes.argtypes=[c_void_p]
|
|
165
|
+
GetDllLibXls().XlsChartShape_get_ComboBoxes.restype=c_void_p
|
|
166
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_ComboBoxes, self.Ptr)
|
|
167
|
+
ret = None if intPtr==None else ComboBoxCollection(intPtr)
|
|
168
|
+
return ret
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
|
|
173
|
+
def CodeName(self)->str:
|
|
174
|
+
"""
|
|
175
|
+
Gets or sets the code name of the chart.
|
|
176
|
+
|
|
177
|
+
Returns:
|
|
178
|
+
str: The code name of the chart.
|
|
179
|
+
"""
|
|
180
|
+
GetDllLibXls().XlsChartShape_get_CodeName.argtypes=[c_void_p]
|
|
181
|
+
GetDllLibXls().XlsChartShape_get_CodeName.restype=c_void_p
|
|
182
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChartShape_get_CodeName, self.Ptr))
|
|
183
|
+
return ret
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
def IsRightToLeft(self)->bool:
|
|
188
|
+
"""
|
|
189
|
+
Indicates whether chart is displayed right to left.
|
|
190
|
+
|
|
191
|
+
"""
|
|
192
|
+
GetDllLibXls().XlsChartShape_get_IsRightToLeft.argtypes=[c_void_p]
|
|
193
|
+
GetDllLibXls().XlsChartShape_get_IsRightToLeft.restype=c_bool
|
|
194
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_IsRightToLeft, self.Ptr)
|
|
195
|
+
return ret
|
|
196
|
+
|
|
197
|
+
@IsRightToLeft.setter
|
|
198
|
+
def IsRightToLeft(self, value:bool):
|
|
199
|
+
GetDllLibXls().XlsChartShape_set_IsRightToLeft.argtypes=[c_void_p, c_bool]
|
|
200
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_IsRightToLeft, self.Ptr, value)
|
|
201
|
+
|
|
202
|
+
@property
|
|
203
|
+
|
|
204
|
+
def PrimaryFormats(self)->'XlsChartFormatCollection':
|
|
205
|
+
"""
|
|
206
|
+
Returns chart format collection in primary axis.
|
|
207
|
+
|
|
208
|
+
"""
|
|
209
|
+
GetDllLibXls().XlsChartShape_get_PrimaryFormats.argtypes=[c_void_p]
|
|
210
|
+
GetDllLibXls().XlsChartShape_get_PrimaryFormats.restype=c_void_p
|
|
211
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_PrimaryFormats, self.Ptr)
|
|
212
|
+
ret = None if intPtr==None else XlsChartFormatCollection(intPtr)
|
|
213
|
+
return ret
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
|
|
218
|
+
def SecondaryFormats(self)->'XlsChartFormatCollection':
|
|
219
|
+
"""
|
|
220
|
+
Returns chart format collection in secondary axis.
|
|
221
|
+
|
|
222
|
+
"""
|
|
223
|
+
GetDllLibXls().XlsChartShape_get_SecondaryFormats.argtypes=[c_void_p]
|
|
224
|
+
GetDllLibXls().XlsChartShape_get_SecondaryFormats.restype=c_void_p
|
|
225
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_SecondaryFormats, self.Ptr)
|
|
226
|
+
ret = None if intPtr==None else XlsChartFormatCollection(intPtr)
|
|
227
|
+
return ret
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
def AddShapeInChart(self ,type:'ExcelShapeType',placement:'ResizeBehaveType',left:int,top:int,height:int,width:int)->'IShape':
|
|
232
|
+
"""
|
|
233
|
+
Adds a shape to the chart.
|
|
234
|
+
|
|
235
|
+
Args:
|
|
236
|
+
type (ExcelShapeType): The type of the shape.
|
|
237
|
+
placement (ResizeBehaveType): The placement behavior of the shape.
|
|
238
|
+
left (int): The left position of the shape.
|
|
239
|
+
top (int): The top position of the shape.
|
|
240
|
+
height (int): The height of the shape.
|
|
241
|
+
width (int): The width of the shape.
|
|
242
|
+
|
|
243
|
+
Returns:
|
|
244
|
+
IShape: The added shape.
|
|
245
|
+
"""
|
|
246
|
+
enumtype:c_int = type.value
|
|
247
|
+
enumplacement:c_int = placement.value
|
|
248
|
+
|
|
249
|
+
GetDllLibXls().XlsChartShape_AddShapeInChart.argtypes=[c_void_p ,c_int,c_int,c_int,c_int,c_int,c_int]
|
|
250
|
+
GetDllLibXls().XlsChartShape_AddShapeInChart.restype=c_void_p
|
|
251
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_AddShapeInChart, self.Ptr, enumtype,enumplacement,left,top,height,width)
|
|
252
|
+
ret = None if intPtr==None else IShape(intPtr)
|
|
253
|
+
return ret
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
def RefreshChart(self):
|
|
257
|
+
"""
|
|
258
|
+
Refreshes the chart to reflect any changes made to its data or properties.
|
|
259
|
+
"""
|
|
260
|
+
GetDllLibXls().XlsChartShape_RefreshChart.argtypes=[c_void_p]
|
|
261
|
+
CallCFunction(GetDllLibXls().XlsChartShape_RefreshChart, self.Ptr)
|
|
262
|
+
|
|
263
|
+
#
|
|
264
|
+
# def Clone(self ,parent:'SpireObject',hashNewNames:'Dictionary2',dicFontIndexes:'Dictionary2',addToCollections:bool)->'IShape':
|
|
265
|
+
# """
|
|
266
|
+
# <summary>
|
|
267
|
+
# Creates a clone of the current shape.
|
|
268
|
+
# </summary>
|
|
269
|
+
# <param name="parent">New parent for the shape object.</param>
|
|
270
|
+
# <param name="hashNewNames">Hashtable with new worksheet names.</param>
|
|
271
|
+
# <param name="dicFontIndexes">Dictionary with new font indexes.</param>
|
|
272
|
+
# <returns>A copy of the current shape.</returns>
|
|
273
|
+
# """
|
|
274
|
+
# intPtrparent:c_void_p = parent.Ptr
|
|
275
|
+
# intPtrhashNewNames:c_void_p = hashNewNames.Ptr
|
|
276
|
+
# intPtrdicFontIndexes:c_void_p = dicFontIndexes.Ptr
|
|
277
|
+
#
|
|
278
|
+
# GetDllLibXls().XlsChartShape_Clone.argtypes=[c_void_p ,c_void_p,c_void_p,c_void_p,c_bool]
|
|
279
|
+
# GetDllLibXls().XlsChartShape_Clone.restype=c_void_p
|
|
280
|
+
# intPtr = CallCFunction(GetDllLibXls().XlsChartShape_Clone, self.Ptr, intPtrparent,intPtrhashNewNames,intPtrdicFontIndexes,addToCollections)
|
|
281
|
+
# ret = None if intPtr==None else IShape(intPtr)
|
|
282
|
+
# return ret
|
|
283
|
+
#
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
|
|
288
|
+
def ChartType(self)->'ExcelChartType':
|
|
289
|
+
"""
|
|
290
|
+
Gets or sets the type of the chart.
|
|
291
|
+
|
|
292
|
+
Returns:
|
|
293
|
+
ExcelChartType: The type of the chart.
|
|
294
|
+
"""
|
|
295
|
+
GetDllLibXls().XlsChartShape_get_ChartType.argtypes=[c_void_p]
|
|
296
|
+
GetDllLibXls().XlsChartShape_get_ChartType.restype=c_int
|
|
297
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_ChartType, self.Ptr)
|
|
298
|
+
objwraped = ExcelChartType(ret)
|
|
299
|
+
return objwraped
|
|
300
|
+
|
|
301
|
+
@ChartType.setter
|
|
302
|
+
def ChartType(self, value:'ExcelChartType'):
|
|
303
|
+
GetDllLibXls().XlsChartShape_set_ChartType.argtypes=[c_void_p, c_int]
|
|
304
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_ChartType, self.Ptr, value.value)
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
|
|
308
|
+
def DataRange(self)->'IXLSRange':
|
|
309
|
+
"""
|
|
310
|
+
DataRange for the chart series.
|
|
311
|
+
|
|
312
|
+
"""
|
|
313
|
+
GetDllLibXls().XlsChartShape_get_DataRange.argtypes=[c_void_p]
|
|
314
|
+
GetDllLibXls().XlsChartShape_get_DataRange.restype=c_void_p
|
|
315
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_DataRange, self.Ptr)
|
|
316
|
+
ret = None if intPtr==None else XlsRange(intPtr)
|
|
317
|
+
return ret
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
@DataRange.setter
|
|
321
|
+
def DataRange(self, value:'IXLSRange'):
|
|
322
|
+
GetDllLibXls().XlsChartShape_set_DataRange.argtypes=[c_void_p, c_void_p]
|
|
323
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_DataRange, self.Ptr, value.Ptr)
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
def SeriesDataFromRange(self)->bool:
|
|
327
|
+
"""
|
|
328
|
+
Gets or sets whether the series data is from range.
|
|
329
|
+
|
|
330
|
+
Returns:
|
|
331
|
+
bool: True if series data is from range; otherwise, False.
|
|
332
|
+
"""
|
|
333
|
+
GetDllLibXls().XlsChartShape_get_SeriesDataFromRange.argtypes=[c_void_p]
|
|
334
|
+
GetDllLibXls().XlsChartShape_get_SeriesDataFromRange.restype=c_bool
|
|
335
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_SeriesDataFromRange, self.Ptr)
|
|
336
|
+
return ret
|
|
337
|
+
|
|
338
|
+
@SeriesDataFromRange.setter
|
|
339
|
+
def SeriesDataFromRange(self, value:bool):
|
|
340
|
+
GetDllLibXls().XlsChartShape_set_SeriesDataFromRange.argtypes=[c_void_p, c_bool]
|
|
341
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_SeriesDataFromRange, self.Ptr, value)
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
|
|
345
|
+
def PageSetup(self)->'IChartPageSetup':
|
|
346
|
+
"""
|
|
347
|
+
Gets the page setup for the chart.
|
|
348
|
+
|
|
349
|
+
Returns:
|
|
350
|
+
IChartPageSetup: The page setup for the chart.
|
|
351
|
+
"""
|
|
352
|
+
GetDllLibXls().XlsChartShape_get_PageSetup.argtypes=[c_void_p]
|
|
353
|
+
GetDllLibXls().XlsChartShape_get_PageSetup.restype=c_void_p
|
|
354
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_PageSetup, self.Ptr)
|
|
355
|
+
ret = None if intPtr==None else IChartPageSetup(intPtr)
|
|
356
|
+
return ret
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
def XPos(self)->float:
|
|
361
|
+
"""
|
|
362
|
+
Gets or sets the X position of the chart.
|
|
363
|
+
|
|
364
|
+
Returns:
|
|
365
|
+
float: The X position of the chart.
|
|
366
|
+
"""
|
|
367
|
+
GetDllLibXls().XlsChartShape_get_XPos.argtypes=[c_void_p]
|
|
368
|
+
GetDllLibXls().XlsChartShape_get_XPos.restype=c_double
|
|
369
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_XPos, self.Ptr)
|
|
370
|
+
return ret
|
|
371
|
+
|
|
372
|
+
@XPos.setter
|
|
373
|
+
def XPos(self, value:float):
|
|
374
|
+
GetDllLibXls().XlsChartShape_set_XPos.argtypes=[c_void_p, c_double]
|
|
375
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_XPos, self.Ptr, value)
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
def YPos(self)->float:
|
|
379
|
+
"""
|
|
380
|
+
Gets or sets the Y position of the chart.
|
|
381
|
+
|
|
382
|
+
Returns:
|
|
383
|
+
float: The Y position of the chart.
|
|
384
|
+
"""
|
|
385
|
+
GetDllLibXls().XlsChartShape_get_YPos.argtypes=[c_void_p]
|
|
386
|
+
GetDllLibXls().XlsChartShape_get_YPos.restype=c_double
|
|
387
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_YPos, self.Ptr)
|
|
388
|
+
return ret
|
|
389
|
+
|
|
390
|
+
@YPos.setter
|
|
391
|
+
def YPos(self, value:float):
|
|
392
|
+
GetDllLibXls().XlsChartShape_set_YPos.argtypes=[c_void_p, c_double]
|
|
393
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_YPos, self.Ptr, value)
|
|
394
|
+
|
|
395
|
+
@property
|
|
396
|
+
|
|
397
|
+
def PrimaryCategoryAxis(self)->'IChartCategoryAxis':
|
|
398
|
+
"""
|
|
399
|
+
Gets the primary category axis of the chart.
|
|
400
|
+
|
|
401
|
+
Returns:
|
|
402
|
+
IChartCategoryAxis: The primary category axis.
|
|
403
|
+
"""
|
|
404
|
+
GetDllLibXls().XlsChartShape_get_PrimaryCategoryAxis.argtypes=[c_void_p]
|
|
405
|
+
GetDllLibXls().XlsChartShape_get_PrimaryCategoryAxis.restype=c_void_p
|
|
406
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_PrimaryCategoryAxis, self.Ptr)
|
|
407
|
+
ret = None if intPtr==None else IChartCategoryAxis(intPtr)
|
|
408
|
+
return ret
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
|
|
413
|
+
def PrimaryValueAxis(self)->'IChartValueAxis':
|
|
414
|
+
"""
|
|
415
|
+
Gets the primary value axis of the chart.
|
|
416
|
+
|
|
417
|
+
Returns:
|
|
418
|
+
IChartValueAxis: The primary value axis.
|
|
419
|
+
"""
|
|
420
|
+
GetDllLibXls().XlsChartShape_get_PrimaryValueAxis.argtypes=[c_void_p]
|
|
421
|
+
GetDllLibXls().XlsChartShape_get_PrimaryValueAxis.restype=c_void_p
|
|
422
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_PrimaryValueAxis, self.Ptr)
|
|
423
|
+
ret = None if intPtr==None else IChartValueAxis(intPtr)
|
|
424
|
+
return ret
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
|
|
429
|
+
def PrimarySerieAxis(self)->'IChartSeriesAxis':
|
|
430
|
+
"""
|
|
431
|
+
Gets the primary series axis of the chart.
|
|
432
|
+
|
|
433
|
+
Returns:
|
|
434
|
+
IChartSeriesAxis: The primary series axis.
|
|
435
|
+
"""
|
|
436
|
+
GetDllLibXls().XlsChartShape_get_PrimarySerieAxis.argtypes=[c_void_p]
|
|
437
|
+
GetDllLibXls().XlsChartShape_get_PrimarySerieAxis.restype=c_void_p
|
|
438
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_PrimarySerieAxis, self.Ptr)
|
|
439
|
+
ret = None if intPtr==None else IChartSeriesAxis(intPtr)
|
|
440
|
+
return ret
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
@property
|
|
444
|
+
|
|
445
|
+
def SecondaryCategoryAxis(self)->'IChartCategoryAxis':
|
|
446
|
+
"""
|
|
447
|
+
Gets the secondary category axis of the chart.
|
|
448
|
+
|
|
449
|
+
Returns:
|
|
450
|
+
IChartCategoryAxis: The secondary category axis.
|
|
451
|
+
"""
|
|
452
|
+
GetDllLibXls().XlsChartShape_get_SecondaryCategoryAxis.argtypes=[c_void_p]
|
|
453
|
+
GetDllLibXls().XlsChartShape_get_SecondaryCategoryAxis.restype=c_void_p
|
|
454
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_SecondaryCategoryAxis, self.Ptr)
|
|
455
|
+
ret = None if intPtr==None else IChartCategoryAxis(intPtr)
|
|
456
|
+
return ret
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
@property
|
|
460
|
+
|
|
461
|
+
def SecondaryValueAxis(self)->'IChartValueAxis':
|
|
462
|
+
"""
|
|
463
|
+
Gets the secondary value axis of the chart.
|
|
464
|
+
|
|
465
|
+
Returns:
|
|
466
|
+
IChartValueAxis: The secondary value axis.
|
|
467
|
+
"""
|
|
468
|
+
GetDllLibXls().XlsChartShape_get_SecondaryValueAxis.argtypes=[c_void_p]
|
|
469
|
+
GetDllLibXls().XlsChartShape_get_SecondaryValueAxis.restype=c_void_p
|
|
470
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_SecondaryValueAxis, self.Ptr)
|
|
471
|
+
ret = None if intPtr==None else IChartValueAxis(intPtr)
|
|
472
|
+
return ret
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
@property
|
|
476
|
+
|
|
477
|
+
def ChartArea(self)->'IChartFrameFormat':
|
|
478
|
+
"""
|
|
479
|
+
Gets the chart area format.
|
|
480
|
+
|
|
481
|
+
Returns:
|
|
482
|
+
IChartFrameFormat: The chart area format.
|
|
483
|
+
"""
|
|
484
|
+
GetDllLibXls().XlsChartShape_get_ChartArea.argtypes=[c_void_p]
|
|
485
|
+
GetDllLibXls().XlsChartShape_get_ChartArea.restype=c_void_p
|
|
486
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_ChartArea, self.Ptr)
|
|
487
|
+
ret = None if intPtr==None else XlsChartFrameFormat(intPtr)
|
|
488
|
+
return ret
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
@property
|
|
492
|
+
|
|
493
|
+
def PlotArea(self)->'IChartFrameFormat':
|
|
494
|
+
"""
|
|
495
|
+
Gets the plot area format.
|
|
496
|
+
|
|
497
|
+
Returns:
|
|
498
|
+
IChartFrameFormat: The plot area format.
|
|
499
|
+
"""
|
|
500
|
+
GetDllLibXls().XlsChartShape_get_PlotArea.argtypes=[c_void_p]
|
|
501
|
+
GetDllLibXls().XlsChartShape_get_PlotArea.restype=c_void_p
|
|
502
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_PlotArea, self.Ptr)
|
|
503
|
+
ret = None if intPtr==None else XlsChartFrameFormat(intPtr)
|
|
504
|
+
return ret
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
@property
|
|
508
|
+
|
|
509
|
+
def Walls(self)->'IChartWallOrFloor':
|
|
510
|
+
"""
|
|
511
|
+
Gets the walls of the chart.
|
|
512
|
+
|
|
513
|
+
Returns:
|
|
514
|
+
IChartWallOrFloor: The walls of the chart.
|
|
515
|
+
"""
|
|
516
|
+
GetDllLibXls().XlsChartShape_get_Walls.argtypes=[c_void_p]
|
|
517
|
+
GetDllLibXls().XlsChartShape_get_Walls.restype=c_void_p
|
|
518
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_Walls, self.Ptr)
|
|
519
|
+
ret = None if intPtr==None else IChartWallOrFloor(intPtr)
|
|
520
|
+
return ret
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
def SupportWallsAndFloor(self)->bool:
|
|
525
|
+
"""
|
|
526
|
+
Indicates whether this chart supports walls and floor. Read-only.
|
|
527
|
+
|
|
528
|
+
"""
|
|
529
|
+
GetDllLibXls().XlsChartShape_get_SupportWallsAndFloor.argtypes=[c_void_p]
|
|
530
|
+
GetDllLibXls().XlsChartShape_get_SupportWallsAndFloor.restype=c_bool
|
|
531
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_SupportWallsAndFloor, self.Ptr)
|
|
532
|
+
return ret
|
|
533
|
+
|
|
534
|
+
@property
|
|
535
|
+
|
|
536
|
+
def Floor(self)->'IChartWallOrFloor':
|
|
537
|
+
"""
|
|
538
|
+
Gets the floor of the chart.
|
|
539
|
+
|
|
540
|
+
Returns:
|
|
541
|
+
IChartWallOrFloor: The floor of the chart.
|
|
542
|
+
"""
|
|
543
|
+
GetDllLibXls().XlsChartShape_get_Floor.argtypes=[c_void_p]
|
|
544
|
+
GetDllLibXls().XlsChartShape_get_Floor.restype=c_void_p
|
|
545
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_Floor, self.Ptr)
|
|
546
|
+
ret = None if intPtr==None else IChartWallOrFloor(intPtr)
|
|
547
|
+
return ret
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
@property
|
|
551
|
+
|
|
552
|
+
def DataTable(self)->'IChartDataTable':
|
|
553
|
+
"""
|
|
554
|
+
Gets the data table of the chart.
|
|
555
|
+
|
|
556
|
+
Returns:
|
|
557
|
+
IChartDataTable: The data table of the chart.
|
|
558
|
+
"""
|
|
559
|
+
GetDllLibXls().XlsChartShape_get_DataTable.argtypes=[c_void_p]
|
|
560
|
+
GetDllLibXls().XlsChartShape_get_DataTable.restype=c_void_p
|
|
561
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_DataTable, self.Ptr)
|
|
562
|
+
ret = None if intPtr==None else IChartDataTable(intPtr)
|
|
563
|
+
return ret
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
@property
|
|
567
|
+
def HasChartTitle(self)->bool:
|
|
568
|
+
"""
|
|
569
|
+
Indicates wheather the chart has title
|
|
570
|
+
|
|
571
|
+
"""
|
|
572
|
+
GetDllLibXls().XlsChartShape_get_HasChartTitle.argtypes=[c_void_p]
|
|
573
|
+
GetDllLibXls().XlsChartShape_get_HasChartTitle.restype=c_bool
|
|
574
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_HasChartTitle, self.Ptr)
|
|
575
|
+
return ret
|
|
576
|
+
|
|
577
|
+
@HasChartTitle.setter
|
|
578
|
+
def HasChartTitle(self, value:bool):
|
|
579
|
+
GetDllLibXls().XlsChartShape_set_HasChartTitle.argtypes=[c_void_p, c_bool]
|
|
580
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_HasChartTitle, self.Ptr, value)
|
|
581
|
+
|
|
582
|
+
@property
|
|
583
|
+
def HasChartArea(self)->bool:
|
|
584
|
+
"""
|
|
585
|
+
Indicates whether chart has chart area.
|
|
586
|
+
|
|
587
|
+
"""
|
|
588
|
+
GetDllLibXls().XlsChartShape_get_HasChartArea.argtypes=[c_void_p]
|
|
589
|
+
GetDllLibXls().XlsChartShape_get_HasChartArea.restype=c_bool
|
|
590
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_HasChartArea, self.Ptr)
|
|
591
|
+
return ret
|
|
592
|
+
|
|
593
|
+
@HasChartArea.setter
|
|
594
|
+
def HasChartArea(self, value:bool):
|
|
595
|
+
GetDllLibXls().XlsChartShape_set_HasChartArea.argtypes=[c_void_p, c_bool]
|
|
596
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_HasChartArea, self.Ptr, value)
|
|
597
|
+
|
|
598
|
+
@property
|
|
599
|
+
def HasDataTable(self)->bool:
|
|
600
|
+
"""
|
|
601
|
+
True if the chart has a data table.
|
|
602
|
+
Example::
|
|
603
|
+
|
|
604
|
+
#Create worksheet
|
|
605
|
+
workbook = Workbook()
|
|
606
|
+
worksheet = workbook.Worksheets[0]
|
|
607
|
+
#Add data
|
|
608
|
+
worksheet.Range["A1"].Text = "Jan"
|
|
609
|
+
worksheet.Range["B1"].Text = "Feb"
|
|
610
|
+
worksheet.Range["C1"].Text = "Mar"
|
|
611
|
+
worksheet.Range["A2"].Text = "10"
|
|
612
|
+
worksheet.Range["B2"].Text = "20"
|
|
613
|
+
worksheet.Range["C2"].Text = "30"
|
|
614
|
+
#Create chart and range
|
|
615
|
+
chart = worksheet.Charts.Add()
|
|
616
|
+
chart.DataRange = worksheet.Range["A1:C2"]
|
|
617
|
+
#Set Chart data table
|
|
618
|
+
chart.HasDataTable = true
|
|
619
|
+
#Save to file
|
|
620
|
+
workbook.SaveToFile("Chart.xlsx")
|
|
621
|
+
|
|
622
|
+
"""
|
|
623
|
+
GetDllLibXls().XlsChartShape_get_HasDataTable.argtypes=[c_void_p]
|
|
624
|
+
GetDllLibXls().XlsChartShape_get_HasDataTable.restype=c_bool
|
|
625
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_HasDataTable, self.Ptr)
|
|
626
|
+
return ret
|
|
627
|
+
|
|
628
|
+
@HasDataTable.setter
|
|
629
|
+
def HasDataTable(self, value:bool):
|
|
630
|
+
GetDllLibXls().XlsChartShape_set_HasDataTable.argtypes=[c_void_p, c_bool]
|
|
631
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_HasDataTable, self.Ptr, value)
|
|
632
|
+
|
|
633
|
+
@property
|
|
634
|
+
def HasFloor(self)->bool:
|
|
635
|
+
"""
|
|
636
|
+
Gets value indicating whether floor object was created.
|
|
637
|
+
|
|
638
|
+
"""
|
|
639
|
+
GetDllLibXls().XlsChartShape_get_HasFloor.argtypes=[c_void_p]
|
|
640
|
+
GetDllLibXls().XlsChartShape_get_HasFloor.restype=c_bool
|
|
641
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_HasFloor, self.Ptr)
|
|
642
|
+
return ret
|
|
643
|
+
|
|
644
|
+
@property
|
|
645
|
+
def HasWalls(self)->bool:
|
|
646
|
+
"""
|
|
647
|
+
Gets value indicating whether floor object was created.
|
|
648
|
+
|
|
649
|
+
"""
|
|
650
|
+
GetDllLibXls().XlsChartShape_get_HasWalls.argtypes=[c_void_p]
|
|
651
|
+
GetDllLibXls().XlsChartShape_get_HasWalls.restype=c_bool
|
|
652
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_HasWalls, self.Ptr)
|
|
653
|
+
return ret
|
|
654
|
+
|
|
655
|
+
@property
|
|
656
|
+
|
|
657
|
+
def Legend(self)->'IChartLegend':
|
|
658
|
+
"""
|
|
659
|
+
|
|
660
|
+
"""
|
|
661
|
+
GetDllLibXls().XlsChartShape_get_Legend.argtypes=[c_void_p]
|
|
662
|
+
GetDllLibXls().XlsChartShape_get_Legend.restype=c_void_p
|
|
663
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_Legend, self.Ptr)
|
|
664
|
+
ret = None if intPtr==None else IChartLegend(intPtr)
|
|
665
|
+
return ret
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
def HasLegend(self)->bool:
|
|
670
|
+
"""
|
|
671
|
+
True if the chart has a legend object.
|
|
672
|
+
Example::
|
|
673
|
+
|
|
674
|
+
#Create worksheet
|
|
675
|
+
workbook = Workbook()
|
|
676
|
+
worksheet = workbook.Worksheets[0]
|
|
677
|
+
#Add data
|
|
678
|
+
worksheet.Range["A1"].Text = "Jan"
|
|
679
|
+
worksheet.Range["B1"].Text = "Feb"
|
|
680
|
+
worksheet.Range["C1"].Text = "Mar"
|
|
681
|
+
worksheet.Range["A2"].Text = "10"
|
|
682
|
+
worksheet.Range["B2"].Text = "20"
|
|
683
|
+
worksheet.Range["C2"].Text = "30"
|
|
684
|
+
#Create chart and range
|
|
685
|
+
chart = worksheet.Charts.Add()
|
|
686
|
+
chart.DataRange = worksheet.Range["A1:C2"]
|
|
687
|
+
#Set hasLegend
|
|
688
|
+
chart.HasLegend = false
|
|
689
|
+
#Save to file
|
|
690
|
+
workbook.SaveToFile("Chart.xlsx")
|
|
691
|
+
|
|
692
|
+
"""
|
|
693
|
+
GetDllLibXls().XlsChartShape_get_HasLegend.argtypes=[c_void_p]
|
|
694
|
+
GetDllLibXls().XlsChartShape_get_HasLegend.restype=c_bool
|
|
695
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_HasLegend, self.Ptr)
|
|
696
|
+
return ret
|
|
697
|
+
|
|
698
|
+
@HasLegend.setter
|
|
699
|
+
def HasLegend(self, value:bool):
|
|
700
|
+
GetDllLibXls().XlsChartShape_set_HasLegend.argtypes=[c_void_p, c_bool]
|
|
701
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_HasLegend, self.Ptr, value)
|
|
702
|
+
|
|
703
|
+
@property
|
|
704
|
+
def HasPivotTable(self)->bool:
|
|
705
|
+
"""
|
|
706
|
+
Indicates whether contains pivot table.
|
|
707
|
+
|
|
708
|
+
"""
|
|
709
|
+
GetDllLibXls().XlsChartShape_get_HasPivotTable.argtypes=[c_void_p]
|
|
710
|
+
GetDllLibXls().XlsChartShape_get_HasPivotTable.restype=c_bool
|
|
711
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_HasPivotTable, self.Ptr)
|
|
712
|
+
return ret
|
|
713
|
+
|
|
714
|
+
@property
|
|
715
|
+
def Rotation(self)->int:
|
|
716
|
+
"""
|
|
717
|
+
Returns or sets the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees).(0 to 360 degrees).
|
|
718
|
+
Example::
|
|
719
|
+
|
|
720
|
+
#Create worksheet
|
|
721
|
+
workbook = Workbook()
|
|
722
|
+
worksheet = workbook.Worksheets[0]
|
|
723
|
+
#Add data
|
|
724
|
+
worksheet.Range["A1"].Text = "Jan"
|
|
725
|
+
worksheet.Range["B1"].Text = "Feb"
|
|
726
|
+
worksheet.Range["C1"].Text = "Mar"
|
|
727
|
+
worksheet.Range["A2"].Text = "10"
|
|
728
|
+
worksheet.Range["B2"].Text = "20"
|
|
729
|
+
worksheet.Range["C2"].Text = "30"
|
|
730
|
+
#Create chart and range
|
|
731
|
+
chart = worksheet.Charts.Add()
|
|
732
|
+
chart.DataRange = worksheet.Range["A1:C2"]
|
|
733
|
+
#Set Chart rotation
|
|
734
|
+
chart.ChartType = ExcelChartType.Column3DClustered
|
|
735
|
+
chart.Rotation = 50
|
|
736
|
+
#Save to file
|
|
737
|
+
workbook.SaveToFile("Chart.xlsx")
|
|
738
|
+
|
|
739
|
+
"""
|
|
740
|
+
GetDllLibXls().XlsChartShape_get_Rotation.argtypes=[c_void_p]
|
|
741
|
+
GetDllLibXls().XlsChartShape_get_Rotation.restype=c_int
|
|
742
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_Rotation, self.Ptr)
|
|
743
|
+
return ret
|
|
744
|
+
|
|
745
|
+
@Rotation.setter
|
|
746
|
+
def Rotation(self, value:int):
|
|
747
|
+
GetDllLibXls().XlsChartShape_set_Rotation.argtypes=[c_void_p, c_int]
|
|
748
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_Rotation, self.Ptr, value)
|
|
749
|
+
|
|
750
|
+
@property
|
|
751
|
+
def Elevation(self)->int:
|
|
752
|
+
"""
|
|
753
|
+
Returns or sets the elevation of the 3-D chart view, in degrees (?0 to +90 degrees).
|
|
754
|
+
Example::
|
|
755
|
+
|
|
756
|
+
#Create worksheet
|
|
757
|
+
workbook = Workbook()
|
|
758
|
+
worksheet = workbook.Worksheets[0]
|
|
759
|
+
#Add data
|
|
760
|
+
worksheet.Range["A1"].Text = "Jan"
|
|
761
|
+
worksheet.Range["B1"].Text = "Feb"
|
|
762
|
+
worksheet.Range["C1"].Text = "Mar"
|
|
763
|
+
worksheet.Range["A2"].Text = "10"
|
|
764
|
+
worksheet.Range["B2"].Text = "20"
|
|
765
|
+
worksheet.Range["C2"].Text = "30"
|
|
766
|
+
#Create chart and range
|
|
767
|
+
chart = worksheet.Charts.Add()
|
|
768
|
+
chart.DataRange = worksheet.Range["A1:C2"]
|
|
769
|
+
#Set Chart elevation
|
|
770
|
+
chart.ChartType = ExcelChartType.Column3DClustered
|
|
771
|
+
chart.Elevation = 50
|
|
772
|
+
#Save to file
|
|
773
|
+
workbook.SaveToFile("Chart.xlsx")
|
|
774
|
+
|
|
775
|
+
"""
|
|
776
|
+
GetDllLibXls().XlsChartShape_get_Elevation.argtypes=[c_void_p]
|
|
777
|
+
GetDllLibXls().XlsChartShape_get_Elevation.restype=c_int
|
|
778
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_Elevation, self.Ptr)
|
|
779
|
+
return ret
|
|
780
|
+
|
|
781
|
+
@Elevation.setter
|
|
782
|
+
def Elevation(self, value:int):
|
|
783
|
+
GetDllLibXls().XlsChartShape_set_Elevation.argtypes=[c_void_p, c_int]
|
|
784
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_Elevation, self.Ptr, value)
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
def Perspective(self)->int:
|
|
788
|
+
"""
|
|
789
|
+
Returns or sets the perspective for the 3-D chart view (0 to 100).
|
|
790
|
+
Example::
|
|
791
|
+
|
|
792
|
+
#Create worksheet
|
|
793
|
+
workbook = Workbook()
|
|
794
|
+
worksheet = workbook.Worksheets[0]
|
|
795
|
+
#Add data
|
|
796
|
+
worksheet.Range["A1"].Text = "Jan"
|
|
797
|
+
worksheet.Range["B1"].Text = "Feb"
|
|
798
|
+
worksheet.Range["C1"].Text = "Mar"
|
|
799
|
+
worksheet.Range["A2"].Text = "10"
|
|
800
|
+
worksheet.Range["B2"].Text = "20"
|
|
801
|
+
worksheet.Range["C2"].Text = "30"
|
|
802
|
+
#Create chart and range
|
|
803
|
+
chart = worksheet.Charts.Add()
|
|
804
|
+
chart.DataRange = worksheet.Range["A1:C2"]
|
|
805
|
+
#Set Chart perspective
|
|
806
|
+
chart.ChartType = ExcelChartType.Column3DClustered
|
|
807
|
+
chart.Perspective = 70
|
|
808
|
+
#Save to file
|
|
809
|
+
workbook.SaveToFile("Chart.xlsx")
|
|
810
|
+
|
|
811
|
+
"""
|
|
812
|
+
GetDllLibXls().XlsChartShape_get_Perspective.argtypes=[c_void_p]
|
|
813
|
+
GetDllLibXls().XlsChartShape_get_Perspective.restype=c_int
|
|
814
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_Perspective, self.Ptr)
|
|
815
|
+
return ret
|
|
816
|
+
|
|
817
|
+
@Perspective.setter
|
|
818
|
+
def Perspective(self, value:int):
|
|
819
|
+
GetDllLibXls().XlsChartShape_set_Perspective.argtypes=[c_void_p, c_int]
|
|
820
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_Perspective, self.Ptr, value)
|
|
821
|
+
|
|
822
|
+
@property
|
|
823
|
+
def HeightPercent(self)->int:
|
|
824
|
+
"""
|
|
825
|
+
Gets or sets the height of a 3-D chart as a percentage of the chart width (5 to 500 percent).
|
|
826
|
+
|
|
827
|
+
Returns:
|
|
828
|
+
int: The height percentage.
|
|
829
|
+
"""
|
|
830
|
+
GetDllLibXls().XlsChartShape_get_HeightPercent.argtypes=[c_void_p]
|
|
831
|
+
GetDllLibXls().XlsChartShape_get_HeightPercent.restype=c_int
|
|
832
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_HeightPercent, self.Ptr)
|
|
833
|
+
return ret
|
|
834
|
+
|
|
835
|
+
@HeightPercent.setter
|
|
836
|
+
def HeightPercent(self, value:int):
|
|
837
|
+
GetDllLibXls().XlsChartShape_set_HeightPercent.argtypes=[c_void_p, c_int]
|
|
838
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_HeightPercent, self.Ptr, value)
|
|
839
|
+
|
|
840
|
+
@property
|
|
841
|
+
def DepthPercent(self)->int:
|
|
842
|
+
"""
|
|
843
|
+
Gets or sets the depth of a 3-D chart as a percentage of the chart width (20 to 2000 percent).
|
|
844
|
+
|
|
845
|
+
Returns:
|
|
846
|
+
int: The depth percentage.
|
|
847
|
+
"""
|
|
848
|
+
GetDllLibXls().XlsChartShape_get_DepthPercent.argtypes=[c_void_p]
|
|
849
|
+
GetDllLibXls().XlsChartShape_get_DepthPercent.restype=c_int
|
|
850
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_DepthPercent, self.Ptr)
|
|
851
|
+
return ret
|
|
852
|
+
|
|
853
|
+
@DepthPercent.setter
|
|
854
|
+
def DepthPercent(self, value:int):
|
|
855
|
+
GetDllLibXls().XlsChartShape_set_DepthPercent.argtypes=[c_void_p, c_int]
|
|
856
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_DepthPercent, self.Ptr, value)
|
|
857
|
+
|
|
858
|
+
@property
|
|
859
|
+
def GapDepth(self)->int:
|
|
860
|
+
"""
|
|
861
|
+
Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width.
|
|
862
|
+
|
|
863
|
+
Returns:
|
|
864
|
+
int: The gap depth percentage.
|
|
865
|
+
"""
|
|
866
|
+
GetDllLibXls().XlsChartShape_get_GapDepth.argtypes=[c_void_p]
|
|
867
|
+
GetDllLibXls().XlsChartShape_get_GapDepth.restype=c_int
|
|
868
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_GapDepth, self.Ptr)
|
|
869
|
+
return ret
|
|
870
|
+
|
|
871
|
+
@GapDepth.setter
|
|
872
|
+
def GapDepth(self, value:int):
|
|
873
|
+
GetDllLibXls().XlsChartShape_set_GapDepth.argtypes=[c_void_p, c_int]
|
|
874
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_GapDepth, self.Ptr, value)
|
|
875
|
+
|
|
876
|
+
@property
|
|
877
|
+
def RightAngleAxes(self)->bool:
|
|
878
|
+
"""
|
|
879
|
+
Gets or sets whether the chart axes are at right angles, independent of chart rotation or elevation.
|
|
880
|
+
|
|
881
|
+
Returns:
|
|
882
|
+
bool: True if the axes are at right angles; otherwise, False.
|
|
883
|
+
"""
|
|
884
|
+
GetDllLibXls().XlsChartShape_get_RightAngleAxes.argtypes=[c_void_p]
|
|
885
|
+
GetDllLibXls().XlsChartShape_get_RightAngleAxes.restype=c_bool
|
|
886
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_RightAngleAxes, self.Ptr)
|
|
887
|
+
return ret
|
|
888
|
+
|
|
889
|
+
@RightAngleAxes.setter
|
|
890
|
+
def RightAngleAxes(self, value:bool):
|
|
891
|
+
GetDllLibXls().XlsChartShape_set_RightAngleAxes.argtypes=[c_void_p, c_bool]
|
|
892
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_RightAngleAxes, self.Ptr, value)
|
|
893
|
+
|
|
894
|
+
@property
|
|
895
|
+
def AutoScaling(self)->bool:
|
|
896
|
+
"""
|
|
897
|
+
Gets or sets whether Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart.
|
|
898
|
+
|
|
899
|
+
Returns:
|
|
900
|
+
bool: True if auto scaling is enabled; otherwise, False.
|
|
901
|
+
"""
|
|
902
|
+
GetDllLibXls().XlsChartShape_get_AutoScaling.argtypes=[c_void_p]
|
|
903
|
+
GetDllLibXls().XlsChartShape_get_AutoScaling.restype=c_bool
|
|
904
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_AutoScaling, self.Ptr)
|
|
905
|
+
return ret
|
|
906
|
+
|
|
907
|
+
@AutoScaling.setter
|
|
908
|
+
def AutoScaling(self, value:bool):
|
|
909
|
+
GetDllLibXls().XlsChartShape_set_AutoScaling.argtypes=[c_void_p, c_bool]
|
|
910
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_AutoScaling, self.Ptr, value)
|
|
911
|
+
|
|
912
|
+
@property
|
|
913
|
+
def WallsAndGridlines2D(self)->bool:
|
|
914
|
+
"""
|
|
915
|
+
Gets or sets whether gridlines are drawn two-dimensionally on a 3-D chart.
|
|
916
|
+
|
|
917
|
+
Returns:
|
|
918
|
+
bool: True if gridlines are drawn two-dimensionally; otherwise, False.
|
|
919
|
+
"""
|
|
920
|
+
GetDllLibXls().XlsChartShape_get_WallsAndGridlines2D.argtypes=[c_void_p]
|
|
921
|
+
GetDllLibXls().XlsChartShape_get_WallsAndGridlines2D.restype=c_bool
|
|
922
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_WallsAndGridlines2D, self.Ptr)
|
|
923
|
+
return ret
|
|
924
|
+
|
|
925
|
+
@WallsAndGridlines2D.setter
|
|
926
|
+
def WallsAndGridlines2D(self, value:bool):
|
|
927
|
+
GetDllLibXls().XlsChartShape_set_WallsAndGridlines2D.argtypes=[c_void_p, c_bool]
|
|
928
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_WallsAndGridlines2D, self.Ptr, value)
|
|
929
|
+
|
|
930
|
+
@property
|
|
931
|
+
def HasPlotArea(self)->bool:
|
|
932
|
+
"""
|
|
933
|
+
Gets or sets whether the chart has a plot area.
|
|
934
|
+
|
|
935
|
+
Returns:
|
|
936
|
+
bool: True if the chart has a plot area; otherwise, False.
|
|
937
|
+
"""
|
|
938
|
+
GetDllLibXls().XlsChartShape_get_HasPlotArea.argtypes=[c_void_p]
|
|
939
|
+
GetDllLibXls().XlsChartShape_get_HasPlotArea.restype=c_bool
|
|
940
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_HasPlotArea, self.Ptr)
|
|
941
|
+
return ret
|
|
942
|
+
|
|
943
|
+
@HasPlotArea.setter
|
|
944
|
+
def HasPlotArea(self, value:bool):
|
|
945
|
+
GetDllLibXls().XlsChartShape_set_HasPlotArea.argtypes=[c_void_p, c_bool]
|
|
946
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_HasPlotArea, self.Ptr, value)
|
|
947
|
+
|
|
948
|
+
@property
|
|
949
|
+
|
|
950
|
+
def DisplayBlanksAs(self)->'ChartPlotEmptyType':
|
|
951
|
+
"""
|
|
952
|
+
Gets or sets how blank cells are plotted on a chart.
|
|
953
|
+
|
|
954
|
+
Returns:
|
|
955
|
+
ChartPlotEmptyType: The way blank cells are plotted.
|
|
956
|
+
"""
|
|
957
|
+
GetDllLibXls().XlsChartShape_get_DisplayBlanksAs.argtypes=[c_void_p]
|
|
958
|
+
GetDllLibXls().XlsChartShape_get_DisplayBlanksAs.restype=c_int
|
|
959
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_DisplayBlanksAs, self.Ptr)
|
|
960
|
+
objwraped = ChartPlotEmptyType(ret)
|
|
961
|
+
return objwraped
|
|
962
|
+
|
|
963
|
+
@DisplayBlanksAs.setter
|
|
964
|
+
def DisplayBlanksAs(self, value:'ChartPlotEmptyType'):
|
|
965
|
+
GetDllLibXls().XlsChartShape_set_DisplayBlanksAs.argtypes=[c_void_p, c_int]
|
|
966
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_DisplayBlanksAs, self.Ptr, value.value)
|
|
967
|
+
|
|
968
|
+
@property
|
|
969
|
+
def PlotVisibleOnly(self)->bool:
|
|
970
|
+
"""
|
|
971
|
+
Gets or sets whether only visible cells are plotted.
|
|
972
|
+
|
|
973
|
+
Returns:
|
|
974
|
+
bool: True if only visible cells are plotted; otherwise, False.
|
|
975
|
+
"""
|
|
976
|
+
GetDllLibXls().XlsChartShape_get_PlotVisibleOnly.argtypes=[c_void_p]
|
|
977
|
+
GetDllLibXls().XlsChartShape_get_PlotVisibleOnly.restype=c_bool
|
|
978
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_PlotVisibleOnly, self.Ptr)
|
|
979
|
+
return ret
|
|
980
|
+
|
|
981
|
+
@PlotVisibleOnly.setter
|
|
982
|
+
def PlotVisibleOnly(self, value:bool):
|
|
983
|
+
GetDllLibXls().XlsChartShape_set_PlotVisibleOnly.argtypes=[c_void_p, c_bool]
|
|
984
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_PlotVisibleOnly, self.Ptr, value)
|
|
985
|
+
|
|
986
|
+
@property
|
|
987
|
+
def SizeWithWindow(self)->bool:
|
|
988
|
+
"""
|
|
989
|
+
Gets or sets whether the chart should be sized with the window.
|
|
990
|
+
|
|
991
|
+
Returns:
|
|
992
|
+
bool: True if the chart should be sized with the window; otherwise, False.
|
|
993
|
+
"""
|
|
994
|
+
GetDllLibXls().XlsChartShape_get_SizeWithWindow.argtypes=[c_void_p]
|
|
995
|
+
GetDllLibXls().XlsChartShape_get_SizeWithWindow.restype=c_bool
|
|
996
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_SizeWithWindow, self.Ptr)
|
|
997
|
+
return ret
|
|
998
|
+
|
|
999
|
+
@SizeWithWindow.setter
|
|
1000
|
+
def SizeWithWindow(self, value:bool):
|
|
1001
|
+
GetDllLibXls().XlsChartShape_set_SizeWithWindow.argtypes=[c_void_p, c_bool]
|
|
1002
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_SizeWithWindow, self.Ptr, value)
|
|
1003
|
+
|
|
1004
|
+
@property
|
|
1005
|
+
|
|
1006
|
+
def PivotTable(self)->'PivotTable':
|
|
1007
|
+
"""
|
|
1008
|
+
Gets the pivot table associated with the chart.
|
|
1009
|
+
|
|
1010
|
+
Returns:
|
|
1011
|
+
PivotTable: The associated pivot table.
|
|
1012
|
+
"""
|
|
1013
|
+
GetDllLibXls().XlsChartShape_get_PivotTable.argtypes=[c_void_p]
|
|
1014
|
+
GetDllLibXls().XlsChartShape_get_PivotTable.restype=c_void_p
|
|
1015
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_PivotTable, self.Ptr)
|
|
1016
|
+
ret = None if intPtr==None else PivotTable(intPtr)
|
|
1017
|
+
return ret
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
@PivotTable.setter
|
|
1021
|
+
def PivotTable(self, value:'PivotTable'):
|
|
1022
|
+
GetDllLibXls().XlsChartShape_set_PivotTable.argtypes=[c_void_p, c_void_p]
|
|
1023
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_PivotTable, self.Ptr, value.Ptr)
|
|
1024
|
+
|
|
1025
|
+
@property
|
|
1026
|
+
|
|
1027
|
+
def PivotChartType(self)->'ExcelChartType':
|
|
1028
|
+
"""
|
|
1029
|
+
Gets or sets the chart type for the pivot chart.
|
|
1030
|
+
|
|
1031
|
+
Returns:
|
|
1032
|
+
ExcelChartType: The chart type for the pivot chart.
|
|
1033
|
+
"""
|
|
1034
|
+
GetDllLibXls().XlsChartShape_get_PivotChartType.argtypes=[c_void_p]
|
|
1035
|
+
GetDllLibXls().XlsChartShape_get_PivotChartType.restype=c_int
|
|
1036
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_PivotChartType, self.Ptr)
|
|
1037
|
+
objwraped = ExcelChartType(ret)
|
|
1038
|
+
return objwraped
|
|
1039
|
+
|
|
1040
|
+
@PivotChartType.setter
|
|
1041
|
+
def PivotChartType(self, value:'ExcelChartType'):
|
|
1042
|
+
GetDllLibXls().XlsChartShape_set_PivotChartType.argtypes=[c_void_p, c_int]
|
|
1043
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_PivotChartType, self.Ptr, value.value)
|
|
1044
|
+
|
|
1045
|
+
@property
|
|
1046
|
+
def DisplayEntireFieldButtons(self)->bool:
|
|
1047
|
+
"""
|
|
1048
|
+
Gets or sets whether to display all field buttons on the pivot chart.
|
|
1049
|
+
|
|
1050
|
+
Returns:
|
|
1051
|
+
bool: True if all field buttons should be displayed; otherwise, False.
|
|
1052
|
+
"""
|
|
1053
|
+
GetDllLibXls().XlsChartShape_get_DisplayEntireFieldButtons.argtypes=[c_void_p]
|
|
1054
|
+
GetDllLibXls().XlsChartShape_get_DisplayEntireFieldButtons.restype=c_bool
|
|
1055
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_DisplayEntireFieldButtons, self.Ptr)
|
|
1056
|
+
return ret
|
|
1057
|
+
|
|
1058
|
+
@DisplayEntireFieldButtons.setter
|
|
1059
|
+
def DisplayEntireFieldButtons(self, value:bool):
|
|
1060
|
+
GetDllLibXls().XlsChartShape_set_DisplayEntireFieldButtons.argtypes=[c_void_p, c_bool]
|
|
1061
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_DisplayEntireFieldButtons, self.Ptr, value)
|
|
1062
|
+
|
|
1063
|
+
@property
|
|
1064
|
+
def DisplayValueFieldButtons(self)->bool:
|
|
1065
|
+
"""
|
|
1066
|
+
Gets or sets whether to display value field buttons on the pivot chart.
|
|
1067
|
+
|
|
1068
|
+
Returns:
|
|
1069
|
+
bool: True if value field buttons should be displayed; otherwise, False.
|
|
1070
|
+
"""
|
|
1071
|
+
GetDllLibXls().XlsChartShape_get_DisplayValueFieldButtons.argtypes=[c_void_p]
|
|
1072
|
+
GetDllLibXls().XlsChartShape_get_DisplayValueFieldButtons.restype=c_bool
|
|
1073
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_DisplayValueFieldButtons, self.Ptr)
|
|
1074
|
+
return ret
|
|
1075
|
+
|
|
1076
|
+
@DisplayValueFieldButtons.setter
|
|
1077
|
+
def DisplayValueFieldButtons(self, value:bool):
|
|
1078
|
+
GetDllLibXls().XlsChartShape_set_DisplayValueFieldButtons.argtypes=[c_void_p, c_bool]
|
|
1079
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_DisplayValueFieldButtons, self.Ptr, value)
|
|
1080
|
+
|
|
1081
|
+
@property
|
|
1082
|
+
def DisplayAxisFieldButtons(self)->bool:
|
|
1083
|
+
"""
|
|
1084
|
+
Gets or sets whether to display axis field buttons on the pivot chart.
|
|
1085
|
+
|
|
1086
|
+
Returns:
|
|
1087
|
+
bool: True if axis field buttons should be displayed; otherwise, False.
|
|
1088
|
+
"""
|
|
1089
|
+
GetDllLibXls().XlsChartShape_get_DisplayAxisFieldButtons.argtypes=[c_void_p]
|
|
1090
|
+
GetDllLibXls().XlsChartShape_get_DisplayAxisFieldButtons.restype=c_bool
|
|
1091
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_DisplayAxisFieldButtons, self.Ptr)
|
|
1092
|
+
return ret
|
|
1093
|
+
|
|
1094
|
+
@DisplayAxisFieldButtons.setter
|
|
1095
|
+
def DisplayAxisFieldButtons(self, value:bool):
|
|
1096
|
+
GetDllLibXls().XlsChartShape_set_DisplayAxisFieldButtons.argtypes=[c_void_p, c_bool]
|
|
1097
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_DisplayAxisFieldButtons, self.Ptr, value)
|
|
1098
|
+
|
|
1099
|
+
@property
|
|
1100
|
+
def DisplayLegendFieldButtons(self)->bool:
|
|
1101
|
+
"""
|
|
1102
|
+
Gets or sets whether to display legend field buttons on the pivot chart.
|
|
1103
|
+
|
|
1104
|
+
Returns:
|
|
1105
|
+
bool: True if legend field buttons should be displayed; otherwise, False.
|
|
1106
|
+
"""
|
|
1107
|
+
GetDllLibXls().XlsChartShape_get_DisplayLegendFieldButtons.argtypes=[c_void_p]
|
|
1108
|
+
GetDllLibXls().XlsChartShape_get_DisplayLegendFieldButtons.restype=c_bool
|
|
1109
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_DisplayLegendFieldButtons, self.Ptr)
|
|
1110
|
+
return ret
|
|
1111
|
+
|
|
1112
|
+
@DisplayLegendFieldButtons.setter
|
|
1113
|
+
def DisplayLegendFieldButtons(self, value:bool):
|
|
1114
|
+
GetDllLibXls().XlsChartShape_set_DisplayLegendFieldButtons.argtypes=[c_void_p, c_bool]
|
|
1115
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_DisplayLegendFieldButtons, self.Ptr, value)
|
|
1116
|
+
|
|
1117
|
+
@property
|
|
1118
|
+
def ShowReportFilterFieldButtons(self)->bool:
|
|
1119
|
+
"""
|
|
1120
|
+
Gets or sets whether to display report filter field buttons on the pivot chart.
|
|
1121
|
+
|
|
1122
|
+
Returns:
|
|
1123
|
+
bool: True if report filter field buttons should be displayed; otherwise, False.
|
|
1124
|
+
"""
|
|
1125
|
+
GetDllLibXls().XlsChartShape_get_ShowReportFilterFieldButtons.argtypes=[c_void_p]
|
|
1126
|
+
GetDllLibXls().XlsChartShape_get_ShowReportFilterFieldButtons.restype=c_bool
|
|
1127
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_ShowReportFilterFieldButtons, self.Ptr)
|
|
1128
|
+
return ret
|
|
1129
|
+
|
|
1130
|
+
@ShowReportFilterFieldButtons.setter
|
|
1131
|
+
def ShowReportFilterFieldButtons(self, value:bool):
|
|
1132
|
+
GetDllLibXls().XlsChartShape_set_ShowReportFilterFieldButtons.argtypes=[c_void_p, c_bool]
|
|
1133
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_ShowReportFilterFieldButtons, self.Ptr, value)
|
|
1134
|
+
|
|
1135
|
+
@property
|
|
1136
|
+
def TopRow(self)->int:
|
|
1137
|
+
"""
|
|
1138
|
+
Gets or sets the top row of the chart.
|
|
1139
|
+
|
|
1140
|
+
Returns:
|
|
1141
|
+
int: The top row index.
|
|
1142
|
+
"""
|
|
1143
|
+
GetDllLibXls().XlsChartShape_get_TopRow.argtypes=[c_void_p]
|
|
1144
|
+
GetDllLibXls().XlsChartShape_get_TopRow.restype=c_int
|
|
1145
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_TopRow, self.Ptr)
|
|
1146
|
+
return ret
|
|
1147
|
+
|
|
1148
|
+
@TopRow.setter
|
|
1149
|
+
def TopRow(self, value:int):
|
|
1150
|
+
GetDllLibXls().XlsChartShape_set_TopRow.argtypes=[c_void_p, c_int]
|
|
1151
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_TopRow, self.Ptr, value)
|
|
1152
|
+
|
|
1153
|
+
@property
|
|
1154
|
+
def BottomRow(self)->int:
|
|
1155
|
+
"""
|
|
1156
|
+
Gets or sets the bottom row of the chart.
|
|
1157
|
+
|
|
1158
|
+
Returns:
|
|
1159
|
+
int: The bottom row index.
|
|
1160
|
+
"""
|
|
1161
|
+
GetDllLibXls().XlsChartShape_get_BottomRow.argtypes=[c_void_p]
|
|
1162
|
+
GetDllLibXls().XlsChartShape_get_BottomRow.restype=c_int
|
|
1163
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_BottomRow, self.Ptr)
|
|
1164
|
+
return ret
|
|
1165
|
+
|
|
1166
|
+
@BottomRow.setter
|
|
1167
|
+
def BottomRow(self, value:int):
|
|
1168
|
+
GetDllLibXls().XlsChartShape_set_BottomRow.argtypes=[c_void_p, c_int]
|
|
1169
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_BottomRow, self.Ptr, value)
|
|
1170
|
+
|
|
1171
|
+
@property
|
|
1172
|
+
def LeftColumn(self)->int:
|
|
1173
|
+
"""
|
|
1174
|
+
Gets or sets the left column of the chart.
|
|
1175
|
+
|
|
1176
|
+
Returns:
|
|
1177
|
+
int: The left column index.
|
|
1178
|
+
"""
|
|
1179
|
+
GetDllLibXls().XlsChartShape_get_LeftColumn.argtypes=[c_void_p]
|
|
1180
|
+
GetDllLibXls().XlsChartShape_get_LeftColumn.restype=c_int
|
|
1181
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_LeftColumn, self.Ptr)
|
|
1182
|
+
return ret
|
|
1183
|
+
|
|
1184
|
+
@LeftColumn.setter
|
|
1185
|
+
def LeftColumn(self, value:int):
|
|
1186
|
+
GetDllLibXls().XlsChartShape_set_LeftColumn.argtypes=[c_void_p, c_int]
|
|
1187
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_LeftColumn, self.Ptr, value)
|
|
1188
|
+
|
|
1189
|
+
@property
|
|
1190
|
+
def RightColumn(self)->int:
|
|
1191
|
+
"""
|
|
1192
|
+
Gets or sets the right column of the chart.
|
|
1193
|
+
|
|
1194
|
+
Returns:
|
|
1195
|
+
int: The right column index.
|
|
1196
|
+
"""
|
|
1197
|
+
GetDllLibXls().XlsChartShape_get_RightColumn.argtypes=[c_void_p]
|
|
1198
|
+
GetDllLibXls().XlsChartShape_get_RightColumn.restype=c_int
|
|
1199
|
+
ret = CallCFunction(GetDllLibXls().XlsChartShape_get_RightColumn, self.Ptr)
|
|
1200
|
+
return ret
|
|
1201
|
+
|
|
1202
|
+
@RightColumn.setter
|
|
1203
|
+
def RightColumn(self, value:int):
|
|
1204
|
+
GetDllLibXls().XlsChartShape_set_RightColumn.argtypes=[c_void_p, c_int]
|
|
1205
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_RightColumn, self.Ptr, value)
|
|
1206
|
+
|
|
1207
|
+
@property
|
|
1208
|
+
|
|
1209
|
+
def ChartTitleArea(self)->'IChartTextArea':
|
|
1210
|
+
"""
|
|
1211
|
+
Gets the chart title area.
|
|
1212
|
+
|
|
1213
|
+
Returns:
|
|
1214
|
+
IChartTextArea: The chart title area.
|
|
1215
|
+
"""
|
|
1216
|
+
GetDllLibXls().XlsChartShape_get_ChartTitleArea.argtypes=[c_void_p]
|
|
1217
|
+
GetDllLibXls().XlsChartShape_get_ChartTitleArea.restype=c_void_p
|
|
1218
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartShape_get_ChartTitleArea, self.Ptr)
|
|
1219
|
+
ret = None if intPtr==None else IChartTextArea(intPtr)
|
|
1220
|
+
return ret
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
@property
|
|
1224
|
+
|
|
1225
|
+
def ChartSubTitle(self)->str:
|
|
1226
|
+
"""
|
|
1227
|
+
Gets or sets the chart subtitle.
|
|
1228
|
+
|
|
1229
|
+
Returns:
|
|
1230
|
+
str: The chart subtitle.
|
|
1231
|
+
"""
|
|
1232
|
+
GetDllLibXls().XlsChartShape_get_ChartSubTitle.argtypes=[c_void_p]
|
|
1233
|
+
GetDllLibXls().XlsChartShape_get_ChartSubTitle.restype=c_void_p
|
|
1234
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChartShape_get_ChartSubTitle, self.Ptr))
|
|
1235
|
+
return ret
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
@property
|
|
1239
|
+
|
|
1240
|
+
def ChartTitle(self)->str:
|
|
1241
|
+
"""
|
|
1242
|
+
Gets or sets the chart title.
|
|
1243
|
+
|
|
1244
|
+
Returns:
|
|
1245
|
+
str: The chart title.
|
|
1246
|
+
"""
|
|
1247
|
+
GetDllLibXls().XlsChartShape_get_ChartTitle.argtypes=[c_void_p]
|
|
1248
|
+
GetDllLibXls().XlsChartShape_get_ChartTitle.restype=c_void_p
|
|
1249
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChartShape_get_ChartTitle, self.Ptr))
|
|
1250
|
+
return ret
|
|
1251
|
+
|
|
1252
|
+
@ChartTitle.setter
|
|
1253
|
+
def ChartTitle(self, value:str):
|
|
1254
|
+
GetDllLibXls().XlsChartShape_set_ChartTitle.argtypes=[c_void_p, c_wchar_p]
|
|
1255
|
+
CallCFunction(GetDllLibXls().XlsChartShape_set_ChartTitle, self.Ptr, value)
|
|
1256
|
+
|