spire-xls 15.5.0__py3-none-win_amd64.whl → 15.11.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 +116 -132
- spire/xls/Average.py +18 -4
- spire/xls/CellBaseStyle.py +13 -6
- spire/xls/CellBorder.py +25 -20
- spire/xls/CellRange.py +315 -277
- spire/xls/CellStyle.py +26 -12
- spire/xls/CellStyleFlag.py +187 -57
- spire/xls/CellStyleObject.py +55 -79
- spire/xls/CellValueChangedEventArgs.py +3 -9
- spire/xls/ColorScale.py +31 -39
- spire/xls/CommentsRange.py +185 -95
- spire/xls/CommonWrapper.py +23 -8
- spire/xls/ConverterSetting.py +34 -36
- spire/xls/DBConnection.py +41 -8
- spire/xls/DVAspect.py +8 -2
- spire/xls/DataBar.py +29 -28
- spire/xls/DocumentProperty.py +87 -39
- spire/xls/Excel2016Charttype.py +14 -2
- spire/xls/ExcelComment.py +1 -2
- spire/xls/ExcelCommentObject.py +212 -122
- spire/xls/ExcelFont.py +94 -73
- spire/xls/ExcelGradient.py +70 -24
- spire/xls/ExcelInterior.py +43 -27
- spire/xls/ExportTableOptions.py +38 -9
- spire/xls/ExternalConnection.py +85 -20
- spire/xls/ExternalLink.py +26 -10
- spire/xls/FileFormat.py +32 -4
- spire/xls/Font.py +165 -112
- spire/xls/FontArrayWrapper.py +135 -36
- spire/xls/FontWrapper.py +207 -103
- 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 +75 -25
- spire/xls/GradientType.py +10 -2
- spire/xls/GroupShape.py +1 -2
- spire/xls/HPageBreak.py +2 -2
- spire/xls/HTMLOptions.py +7 -19
- spire/xls/HyperLink.py +2 -2
- spire/xls/LOGFONT.py +78 -30
- spire/xls/MsoTextFrame.py +102 -0
- 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 +22 -10
- spire/xls/ReferRangeArea.py +33 -18
- spire/xls/RichText.py +11 -9
- spire/xls/RichTextObject.py +63 -32
- spire/xls/RichTextShape.py +90 -33
- spire/xls/RichTextString.py +62 -24
- spire/xls/RtfTextWriter.py +68 -22
- spire/xls/SaveShapeTypeOption.py +19 -37
- spire/xls/ShapeGlow.py +35 -15
- spire/xls/ShapeReflection.py +55 -18
- spire/xls/StyleArrayWrapper.py +169 -78
- spire/xls/TextBoxShapeBase.py +63 -30
- spire/xls/TextSaveOptions.py +39 -17
- spire/xls/TopBottom.py +18 -6
- spire/xls/VPageBreak.py +4 -5
- spire/xls/Validation.py +12 -6
- spire/xls/WebQueryConnection.py +52 -20
- spire/xls/Workbook.py +884 -916
- spire/xls/Worksheet.py +507 -421
- spire/xls/WriteProtection.py +3 -6
- spire/xls/XlsAddInFunction.py +36 -22
- spire/xls/XlsArcShape.py +157 -41
- spire/xls/XlsBitmapShape.py +141 -43
- spire/xls/XlsBorder.py +73 -31
- spire/xls/XlsBorderArrayWrapper.py +50 -14
- spire/xls/XlsButtonShape.py +59 -17
- spire/xls/XlsCheckBoxShape.py +72 -18
- spire/xls/XlsComboBoxShape.py +53 -16
- spire/xls/XlsComment.py +109 -31
- spire/xls/XlsDataValidationTable.py +46 -17
- 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 +202 -66
- 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 +779 -331
- spire/xls/XlsObject.py +2 -4
- spire/xls/XlsOvalShape.py +79 -21
- spire/xls/XlsPageSetup.py +71 -32
- spire/xls/XlsPageSetupBase.py +29 -58
- spire/xls/XlsPrstGeomShape.py +29 -10
- spire/xls/XlsRadioButtonShape.py +84 -42
- spire/xls/XlsRange.py +907 -1087
- spire/xls/XlsRectangleShape.py +70 -23
- spire/xls/XlsScrollBarShape.py +78 -18
- spire/xls/XlsShape.py +396 -183
- spire/xls/XlsShapeFill.py +401 -92
- spire/xls/XlsShapeLineFormat.py +201 -44
- spire/xls/XlsSpinnerShape.py +57 -14
- spire/xls/XlsStyle.py +54 -23
- spire/xls/XlsTextBoxShape.py +263 -60
- spire/xls/XlsVPageBreak.py +9 -14
- spire/xls/XlsValidation.py +325 -72
- spire/xls/XlsValidationWrapper.py +217 -49
- spire/xls/XlsWorkbook.py +573 -88
- spire/xls/XlsWorksheet.py +1312 -1232
- spire/xls/XlsWorksheetBase.py +279 -185
- spire/xls/__init__.py +531 -529
- spire/xls/autofilter/AutoFitterOptions.py +91 -0
- spire/xls/autofilter/ColorFilter.py +61 -0
- spire/xls/autofilter/CustomFilter.py +207 -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 +146 -0
- spire/xls/charts/Chart.py +369 -0
- spire/xls/charts/ChartArea.py +58 -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 +613 -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 +539 -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/ButtonShapeCollection.py +70 -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/DataConnections.py +25 -0
- spire/xls/collection/ExternalLinkCollection.py +26 -0
- spire/xls/collection/GroupBoxCollection.py +70 -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/QueryTableCollection.py +25 -0
- spire/xls/collection/RadioButtonCollection.py +139 -0
- spire/xls/collection/RangesCollection.py +556 -0
- spire/xls/collection/ShapeCollectionBase.py +87 -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/XlsChartsCollection.py +91 -0
- spire/xls/collection/XlsCommentsCollection.py +116 -0
- spire/xls/collection/XlsDataValidationCollection.py +157 -0
- spire/xls/collection/XlsFontsCollection.py +52 -0
- spire/xls/collection/XlsHPageBreaksCollection.py +87 -0
- spire/xls/collection/XlsHyperLinksCollection.py +104 -0
- spire/xls/collection/XlsRangesCollection.py +1641 -0
- spire/xls/collection/XlsStylesCollection.py +74 -0
- spire/xls/collection/XlsVPageBreaksCollection.py +81 -0
- spire/xls/collection/XlsWorkbookObjectsCollection.py +95 -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 +124 -0
- spire/xls/collection/pivot_table/XlsPivotTablesCollection.py +132 -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 +1163 -0
- spire/xls/conditional_formatting/XlsConditionalFormats.py +684 -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 +143 -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 +105 -0
- spire/xls/pivot_tables/PivotTableStyle.py +83 -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.11.1.dist-info/METADATA +197 -0
- spire_xls-15.11.1.dist-info/RECORD +721 -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/ButtonShapeCollection.py +0 -70
- 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/DataConnections.py +0 -25
- 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/ExternalLinkCollection.py +0 -25
- 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/GroupBoxCollection.py +0 -70
- 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/QueryTableCollection.py +0 -25
- 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/ShapeCollectionBase.py +0 -87
- 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/XlsChartsCollection.py +0 -89
- 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/XlsFontsCollection.py +0 -51
- 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/XlsPivotTablesCollection.py +0 -131
- spire/xls/XlsRangesCollection.py +0 -1566
- spire/xls/XlsStylesCollection.py +0 -73
- spire/xls/XlsVPageBreaksCollection.py +0 -84
- spire/xls/XlsWorkbookObjectsCollection.py +0 -94
- 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/{CheckBoxCollection.py → collection/CheckBoxCollection.py} +0 -0
- /spire/xls/{CollectionChangeEventArgs.py → collection/CollectionChangeEventArgs.py} +0 -0
- /spire/xls/{FontsCollection.py → collection/FontsCollection.py} +0 -0
- /spire/xls/{GeomertyAdjustValuesCollection.py → collection/GeomertyAdjustValuesCollection.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/{RectangleCollection.py → collection/RectangleCollection.py} +0 -0
- /spire/xls/{ScrollBarCollection.py → collection/ScrollBarCollection.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/{XlsHeaderFooterShapeCollection.py → collection/XlsHeaderFooterShapeCollection.py} +0 -0
- /spire/xls/{XlsPicturesCollection.py → collection/XlsPicturesCollection.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/{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.11.1.dist-info}/WHEEL +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.11.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1070 @@
|
|
|
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 spire.xls.charts.ChartBorder import *
|
|
7
|
+
from ctypes import *
|
|
8
|
+
import abc
|
|
9
|
+
|
|
10
|
+
class XlsChartSerieDataFormat ( XlsObject, IChartSerieDataFormat, IChartFillBorder) :
|
|
11
|
+
"""
|
|
12
|
+
Represents the data format of a chart series, including properties for formatting, markers, and visual effects.
|
|
13
|
+
"""
|
|
14
|
+
@property
|
|
15
|
+
def ShowMeanMarkers(self)->bool:
|
|
16
|
+
"""
|
|
17
|
+
Gets or sets whether to display mean markers in a Box and Whisker chart.
|
|
18
|
+
|
|
19
|
+
Returns:
|
|
20
|
+
bool: True if mean markers should be displayed; otherwise, False.
|
|
21
|
+
"""
|
|
22
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowMeanMarkers.argtypes=[c_void_p]
|
|
23
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowMeanMarkers.restype=c_bool
|
|
24
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ShowMeanMarkers, self.Ptr)
|
|
25
|
+
return ret
|
|
26
|
+
|
|
27
|
+
@ShowMeanMarkers.setter
|
|
28
|
+
def ShowMeanMarkers(self, value:bool):
|
|
29
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ShowMeanMarkers.argtypes=[c_void_p, c_bool]
|
|
30
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ShowMeanMarkers, self.Ptr, value)
|
|
31
|
+
|
|
32
|
+
@property
|
|
33
|
+
def ShowInnerPoints(self)->bool:
|
|
34
|
+
"""
|
|
35
|
+
Gets or sets whether to display inner points in a Box and Whisker chart.
|
|
36
|
+
|
|
37
|
+
Returns:
|
|
38
|
+
bool: True if inner points should be displayed; otherwise, False.
|
|
39
|
+
"""
|
|
40
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowInnerPoints.argtypes=[c_void_p]
|
|
41
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowInnerPoints.restype=c_bool
|
|
42
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ShowInnerPoints, self.Ptr)
|
|
43
|
+
return ret
|
|
44
|
+
|
|
45
|
+
@ShowInnerPoints.setter
|
|
46
|
+
def ShowInnerPoints(self, value:bool):
|
|
47
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ShowInnerPoints.argtypes=[c_void_p, c_bool]
|
|
48
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ShowInnerPoints, self.Ptr, value)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
def ShowOutlierPoints(self)->bool:
|
|
52
|
+
"""
|
|
53
|
+
Gets or sets whether to display outlier points in a Box and Whisker chart.
|
|
54
|
+
|
|
55
|
+
Returns:
|
|
56
|
+
bool: True if outlier points should be displayed; otherwise, False.
|
|
57
|
+
"""
|
|
58
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowOutlierPoints.argtypes=[c_void_p]
|
|
59
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowOutlierPoints.restype=c_bool
|
|
60
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ShowOutlierPoints, self.Ptr)
|
|
61
|
+
return ret
|
|
62
|
+
|
|
63
|
+
@ShowOutlierPoints.setter
|
|
64
|
+
def ShowOutlierPoints(self, value:bool):
|
|
65
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ShowOutlierPoints.argtypes=[c_void_p, c_bool]
|
|
66
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ShowOutlierPoints, self.Ptr, value)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
def QuartileCalculationType(self)->'ExcelQuartileCalculation':
|
|
70
|
+
"""
|
|
71
|
+
Gets or sets whether the quartile calculation is exclusive or inclusive.
|
|
72
|
+
|
|
73
|
+
Returns:
|
|
74
|
+
ExcelQuartileCalculation: The quartile calculation type.
|
|
75
|
+
"""
|
|
76
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_QuartileCalculationType.argtypes=[c_void_p]
|
|
77
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_QuartileCalculationType.restype=c_int
|
|
78
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_QuartileCalculationType, self.Ptr)
|
|
79
|
+
objwraped = ExcelQuartileCalculation(ret)
|
|
80
|
+
return objwraped
|
|
81
|
+
|
|
82
|
+
@QuartileCalculationType.setter
|
|
83
|
+
def QuartileCalculationType(self, value:'ExcelQuartileCalculation'):
|
|
84
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_QuartileCalculationType.argtypes=[c_void_p, c_int]
|
|
85
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_QuartileCalculationType, self.Ptr, value.value)
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
def MarkerBackColorObject(self)->'OColor':
|
|
89
|
+
"""
|
|
90
|
+
Gets the object that holds the marker background color.
|
|
91
|
+
|
|
92
|
+
Returns:
|
|
93
|
+
OColor: The marker background color object.
|
|
94
|
+
"""
|
|
95
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBackColorObject.argtypes=[c_void_p]
|
|
96
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBackColorObject.restype=c_void_p
|
|
97
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBackColorObject, self.Ptr)
|
|
98
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
99
|
+
return ret
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
def MarkerForeColorObject(self)->'OColor':
|
|
103
|
+
"""
|
|
104
|
+
Gets the object that holds the marker foreground color.
|
|
105
|
+
|
|
106
|
+
Returns:
|
|
107
|
+
OColor: The marker foreground color object.
|
|
108
|
+
"""
|
|
109
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerForeColorObject.argtypes=[c_void_p]
|
|
110
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerForeColorObject.restype=c_void_p
|
|
111
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerForeColorObject, self.Ptr)
|
|
112
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
113
|
+
return ret
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
def AreaProperties(self)->'IChartInterior':
|
|
117
|
+
"""
|
|
118
|
+
Gets the area properties of the chart series data format.
|
|
119
|
+
|
|
120
|
+
Returns:
|
|
121
|
+
IChartInterior: The area properties of the chart series data format.
|
|
122
|
+
"""
|
|
123
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_AreaProperties.argtypes=[c_void_p]
|
|
124
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_AreaProperties.restype=c_void_p
|
|
125
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_AreaProperties, self.Ptr)
|
|
126
|
+
ret = None if intPtr==None else IChartInterior(intPtr)
|
|
127
|
+
return ret
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
def BarType(self)->'BaseFormatType':
|
|
131
|
+
"""
|
|
132
|
+
Gets the bar type of the chart series data format.
|
|
133
|
+
|
|
134
|
+
Returns:
|
|
135
|
+
BaseFormatType: The bar type of the chart series data format.
|
|
136
|
+
"""
|
|
137
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_BarType.argtypes=[c_void_p]
|
|
138
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_BarType.restype=c_int
|
|
139
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_BarType, self.Ptr)
|
|
140
|
+
objwraped = BaseFormatType(ret)
|
|
141
|
+
return objwraped
|
|
142
|
+
|
|
143
|
+
@BarType.setter
|
|
144
|
+
def BarType(self, value:'BaseFormatType'):
|
|
145
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_BarType.argtypes=[c_void_p, c_int]
|
|
146
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_BarType, self.Ptr, value.value)
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
def BarTopType(self)->'TopFormatType':
|
|
150
|
+
"""
|
|
151
|
+
Gets the bar top type of the chart series data format.
|
|
152
|
+
|
|
153
|
+
Returns:
|
|
154
|
+
TopFormatType: The bar top type of the chart series data format.
|
|
155
|
+
"""
|
|
156
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_BarTopType.argtypes=[c_void_p]
|
|
157
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_BarTopType.restype=c_int
|
|
158
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_BarTopType, self.Ptr)
|
|
159
|
+
objwraped = TopFormatType(ret)
|
|
160
|
+
return objwraped
|
|
161
|
+
|
|
162
|
+
@BarTopType.setter
|
|
163
|
+
def BarTopType(self, value:'TopFormatType'):
|
|
164
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_BarTopType.argtypes=[c_void_p, c_int]
|
|
165
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_BarTopType, self.Ptr, value.value)
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
def MarkerBackgroundColor(self)->'Color':
|
|
169
|
+
"""
|
|
170
|
+
Gets the marker background color of the chart series data format.
|
|
171
|
+
|
|
172
|
+
Returns:
|
|
173
|
+
Color: The marker background color of the chart series data format.
|
|
174
|
+
"""
|
|
175
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBackgroundColor.argtypes=[c_void_p]
|
|
176
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBackgroundColor.restype=c_void_p
|
|
177
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBackgroundColor, self.Ptr)
|
|
178
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
179
|
+
return ret
|
|
180
|
+
|
|
181
|
+
@MarkerBackgroundColor.setter
|
|
182
|
+
def MarkerBackgroundColor(self, value:'Color'):
|
|
183
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_MarkerBackgroundColor.argtypes=[c_void_p, c_void_p]
|
|
184
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_MarkerBackgroundColor, self.Ptr, value.Ptr)
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
def MarkerForegroundColor(self)->'Color':
|
|
188
|
+
"""
|
|
189
|
+
Gets the marker foreground color of the chart series data format.
|
|
190
|
+
|
|
191
|
+
Returns:
|
|
192
|
+
Color: The marker foreground color of the chart series data format.
|
|
193
|
+
"""
|
|
194
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerForegroundColor.argtypes=[c_void_p]
|
|
195
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerForegroundColor.restype=c_void_p
|
|
196
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerForegroundColor, self.Ptr)
|
|
197
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
198
|
+
return ret
|
|
199
|
+
|
|
200
|
+
@MarkerForegroundColor.setter
|
|
201
|
+
def MarkerForegroundColor(self, value:'Color'):
|
|
202
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_MarkerForegroundColor.argtypes=[c_void_p, c_void_p]
|
|
203
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_MarkerForegroundColor, self.Ptr, value.Ptr)
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
def MarkerStyle(self)->'ChartMarkerType':
|
|
207
|
+
"""
|
|
208
|
+
Gets the marker style of the chart series data format.
|
|
209
|
+
|
|
210
|
+
Returns:
|
|
211
|
+
ChartMarkerType: The marker style of the chart series data format.
|
|
212
|
+
"""
|
|
213
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerStyle.argtypes=[c_void_p]
|
|
214
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerStyle.restype=c_int
|
|
215
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerStyle, self.Ptr)
|
|
216
|
+
objwraped = ChartMarkerType(ret)
|
|
217
|
+
return objwraped
|
|
218
|
+
|
|
219
|
+
@MarkerStyle.setter
|
|
220
|
+
def MarkerStyle(self, value:'ChartMarkerType'):
|
|
221
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_MarkerStyle.argtypes=[c_void_p, c_int]
|
|
222
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_MarkerStyle, self.Ptr, value.value)
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
def MarkerForegroundKnownColor(self)->'ExcelColors':
|
|
226
|
+
"""
|
|
227
|
+
Gets the marker foreground known color of the chart series data format.
|
|
228
|
+
|
|
229
|
+
Returns:
|
|
230
|
+
ExcelColors: The marker foreground known color of the chart series data format.
|
|
231
|
+
"""
|
|
232
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerForegroundKnownColor.argtypes=[c_void_p]
|
|
233
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerForegroundKnownColor.restype=c_int
|
|
234
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerForegroundKnownColor, self.Ptr)
|
|
235
|
+
objwraped = ExcelColors(ret)
|
|
236
|
+
return objwraped
|
|
237
|
+
|
|
238
|
+
@MarkerForegroundKnownColor.setter
|
|
239
|
+
def MarkerForegroundKnownColor(self, value:'ExcelColors'):
|
|
240
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_MarkerForegroundKnownColor.argtypes=[c_void_p, c_int]
|
|
241
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_MarkerForegroundKnownColor, self.Ptr, value.value)
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
def MarkerBackgroundKnownColor(self)->'ExcelColors':
|
|
245
|
+
"""
|
|
246
|
+
Gets the marker background known color of the chart series data format.
|
|
247
|
+
|
|
248
|
+
Returns:
|
|
249
|
+
ExcelColors: The marker background known color of the chart series data format.
|
|
250
|
+
"""
|
|
251
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBackgroundKnownColor.argtypes=[c_void_p]
|
|
252
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBackgroundKnownColor.restype=c_int
|
|
253
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBackgroundKnownColor, self.Ptr)
|
|
254
|
+
objwraped = ExcelColors(ret)
|
|
255
|
+
return objwraped
|
|
256
|
+
|
|
257
|
+
@MarkerBackgroundKnownColor.setter
|
|
258
|
+
def MarkerBackgroundKnownColor(self, value:'ExcelColors'):
|
|
259
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_MarkerBackgroundKnownColor.argtypes=[c_void_p, c_int]
|
|
260
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_MarkerBackgroundKnownColor, self.Ptr, value.value)
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
def MarkerSize(self)->int:
|
|
264
|
+
"""
|
|
265
|
+
Gets the marker size of the chart series data format.
|
|
266
|
+
|
|
267
|
+
Returns:
|
|
268
|
+
int: The marker size of the chart series data format.
|
|
269
|
+
"""
|
|
270
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerSize.argtypes=[c_void_p]
|
|
271
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerSize.restype=c_int
|
|
272
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerSize, self.Ptr)
|
|
273
|
+
return ret
|
|
274
|
+
|
|
275
|
+
@MarkerSize.setter
|
|
276
|
+
def MarkerSize(self, value:int):
|
|
277
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_MarkerSize.argtypes=[c_void_p, c_int]
|
|
278
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_MarkerSize, self.Ptr, value)
|
|
279
|
+
|
|
280
|
+
@property
|
|
281
|
+
def IsAutoMarker(self)->bool:
|
|
282
|
+
"""
|
|
283
|
+
Gets whether the marker is automatically set.
|
|
284
|
+
|
|
285
|
+
Returns:
|
|
286
|
+
bool: True if the marker is automatically set; otherwise, False.
|
|
287
|
+
"""
|
|
288
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsAutoMarker.argtypes=[c_void_p]
|
|
289
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsAutoMarker.restype=c_bool
|
|
290
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsAutoMarker, self.Ptr)
|
|
291
|
+
return ret
|
|
292
|
+
|
|
293
|
+
@IsAutoMarker.setter
|
|
294
|
+
def IsAutoMarker(self, value:bool):
|
|
295
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_IsAutoMarker.argtypes=[c_void_p, c_bool]
|
|
296
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_IsAutoMarker, self.Ptr, value)
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
def Percent(self)->int:
|
|
300
|
+
"""
|
|
301
|
+
Gets the percent of the chart series data format.
|
|
302
|
+
|
|
303
|
+
Returns:
|
|
304
|
+
int: The percent of the chart series data format.
|
|
305
|
+
"""
|
|
306
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Percent.argtypes=[c_void_p]
|
|
307
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Percent.restype=c_int
|
|
308
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_Percent, self.Ptr)
|
|
309
|
+
return ret
|
|
310
|
+
|
|
311
|
+
@Percent.setter
|
|
312
|
+
def Percent(self, value:int):
|
|
313
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_Percent.argtypes=[c_void_p, c_int]
|
|
314
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_Percent, self.Ptr, value)
|
|
315
|
+
|
|
316
|
+
@property
|
|
317
|
+
def Is3DBubbles(self)->bool:
|
|
318
|
+
"""
|
|
319
|
+
Gets whether the chart series data format uses 3D bubbles.
|
|
320
|
+
|
|
321
|
+
Returns:
|
|
322
|
+
bool: True if the chart series data format uses 3D bubbles; otherwise, False.
|
|
323
|
+
"""
|
|
324
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Is3DBubbles.argtypes=[c_void_p]
|
|
325
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Is3DBubbles.restype=c_bool
|
|
326
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_Is3DBubbles, self.Ptr)
|
|
327
|
+
return ret
|
|
328
|
+
|
|
329
|
+
@Is3DBubbles.setter
|
|
330
|
+
def Is3DBubbles(self, value:bool):
|
|
331
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_Is3DBubbles.argtypes=[c_void_p, c_bool]
|
|
332
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_Is3DBubbles, self.Ptr, value)
|
|
333
|
+
|
|
334
|
+
@property
|
|
335
|
+
def Options(self)->'IChartFormat':
|
|
336
|
+
"""
|
|
337
|
+
Gets the options of the chart series data format.
|
|
338
|
+
|
|
339
|
+
Returns:
|
|
340
|
+
IChartFormat: The options of the chart series data format.
|
|
341
|
+
"""
|
|
342
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Options.argtypes=[c_void_p]
|
|
343
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Options.restype=c_void_p
|
|
344
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_Options, self.Ptr)
|
|
345
|
+
ret = None if intPtr==None else XlsChartFormat(intPtr)
|
|
346
|
+
return ret
|
|
347
|
+
|
|
348
|
+
@property
|
|
349
|
+
def IsMarkerSupported(self)->bool:
|
|
350
|
+
"""
|
|
351
|
+
Gets whether the marker is supported.
|
|
352
|
+
|
|
353
|
+
Returns:
|
|
354
|
+
bool: True if the marker is supported; otherwise, False.
|
|
355
|
+
"""
|
|
356
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsMarkerSupported.argtypes=[c_void_p]
|
|
357
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsMarkerSupported.restype=c_bool
|
|
358
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsMarkerSupported, self.Ptr)
|
|
359
|
+
return ret
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
def IsShadow(self)->bool:
|
|
363
|
+
"""
|
|
364
|
+
Gets whether the chart series data format has a shadow.
|
|
365
|
+
|
|
366
|
+
Returns:
|
|
367
|
+
bool: True if the chart series data format has a shadow; otherwise, False.
|
|
368
|
+
"""
|
|
369
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsShadow.argtypes=[c_void_p]
|
|
370
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsShadow.restype=c_bool
|
|
371
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsShadow, self.Ptr)
|
|
372
|
+
return ret
|
|
373
|
+
|
|
374
|
+
@IsShadow.setter
|
|
375
|
+
def IsShadow(self, value:bool):
|
|
376
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_IsShadow.argtypes=[c_void_p, c_bool]
|
|
377
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_IsShadow, self.Ptr, value)
|
|
378
|
+
|
|
379
|
+
@property
|
|
380
|
+
def IsShowBackground(self)->bool:
|
|
381
|
+
"""
|
|
382
|
+
Gets whether the background is shown.
|
|
383
|
+
|
|
384
|
+
Returns:
|
|
385
|
+
bool: True if the background is shown; otherwise, False.
|
|
386
|
+
"""
|
|
387
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsShowBackground.argtypes=[c_void_p]
|
|
388
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsShowBackground.restype=c_bool
|
|
389
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsShowBackground, self.Ptr)
|
|
390
|
+
return ret
|
|
391
|
+
|
|
392
|
+
@property
|
|
393
|
+
def IsShowForeground(self)->bool:
|
|
394
|
+
"""
|
|
395
|
+
Gets whether the foreground is shown.
|
|
396
|
+
|
|
397
|
+
Returns:
|
|
398
|
+
bool: True if the foreground is shown; otherwise, False.
|
|
399
|
+
"""
|
|
400
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsShowForeground.argtypes=[c_void_p]
|
|
401
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsShowForeground.restype=c_bool
|
|
402
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsShowForeground, self.Ptr)
|
|
403
|
+
return ret
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
def IsSmoothed(self)->bool:
|
|
407
|
+
"""
|
|
408
|
+
Gets whether the chart series data format is smoothed.
|
|
409
|
+
|
|
410
|
+
Returns:
|
|
411
|
+
bool: True if the chart series data format is smoothed; otherwise, False.
|
|
412
|
+
"""
|
|
413
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsSmoothed.argtypes=[c_void_p]
|
|
414
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsSmoothed.restype=c_bool
|
|
415
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsSmoothed, self.Ptr)
|
|
416
|
+
return ret
|
|
417
|
+
|
|
418
|
+
@property
|
|
419
|
+
def IsSmoothedLine(self)->bool:
|
|
420
|
+
"""
|
|
421
|
+
Gets whether the chart series data format has a smoothed line.
|
|
422
|
+
|
|
423
|
+
Returns:
|
|
424
|
+
bool: True if the chart series data format has a smoothed line; otherwise, False.
|
|
425
|
+
"""
|
|
426
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsSmoothedLine.argtypes=[c_void_p]
|
|
427
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsSmoothedLine.restype=c_bool
|
|
428
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsSmoothedLine, self.Ptr)
|
|
429
|
+
return ret
|
|
430
|
+
|
|
431
|
+
@IsSmoothedLine.setter
|
|
432
|
+
def IsSmoothedLine(self, value:bool):
|
|
433
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_IsSmoothedLine.argtypes=[c_void_p, c_bool]
|
|
434
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_IsSmoothedLine, self.Ptr, value)
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
def IsSupportFill(self)->bool:
|
|
438
|
+
"""
|
|
439
|
+
Gets whether the chart series data format supports fill.
|
|
440
|
+
|
|
441
|
+
Returns:
|
|
442
|
+
bool: True if the chart series data format supports fill; otherwise, False.
|
|
443
|
+
"""
|
|
444
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsSupportFill.argtypes=[c_void_p]
|
|
445
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsSupportFill.restype=c_bool
|
|
446
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsSupportFill, self.Ptr)
|
|
447
|
+
return ret
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
def HasInterior(self)->bool:
|
|
451
|
+
"""
|
|
452
|
+
Gets whether the chart series data format has an interior.
|
|
453
|
+
|
|
454
|
+
Returns:
|
|
455
|
+
bool: True if the chart series data format has an interior; otherwise, False.
|
|
456
|
+
"""
|
|
457
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasInterior.argtypes=[c_void_p]
|
|
458
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasInterior.restype=c_bool
|
|
459
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_HasInterior, self.Ptr)
|
|
460
|
+
return ret
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
def HasLineProperties(self)->bool:
|
|
464
|
+
"""
|
|
465
|
+
Gets whether the chart series data format has line properties.
|
|
466
|
+
|
|
467
|
+
Returns:
|
|
468
|
+
bool: True if the chart series data format has line properties; otherwise, False.
|
|
469
|
+
"""
|
|
470
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasLineProperties.argtypes=[c_void_p]
|
|
471
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasLineProperties.restype=c_bool
|
|
472
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_HasLineProperties, self.Ptr)
|
|
473
|
+
return ret
|
|
474
|
+
|
|
475
|
+
@property
|
|
476
|
+
def HasFormat3D(self)->bool:
|
|
477
|
+
"""
|
|
478
|
+
Gets whether the chart series data format has 3D format.
|
|
479
|
+
|
|
480
|
+
Returns:
|
|
481
|
+
bool: True if the chart series data format has 3D format; otherwise, False.
|
|
482
|
+
"""
|
|
483
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasFormat3D.argtypes=[c_void_p]
|
|
484
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasFormat3D.restype=c_bool
|
|
485
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_HasFormat3D, self.Ptr)
|
|
486
|
+
return ret
|
|
487
|
+
|
|
488
|
+
@property
|
|
489
|
+
def HasShadow(self)->bool:
|
|
490
|
+
"""
|
|
491
|
+
Gets whether the chart series data format has a shadow.
|
|
492
|
+
|
|
493
|
+
Returns:
|
|
494
|
+
bool: True if the chart series data format has a shadow; otherwise, False.
|
|
495
|
+
"""
|
|
496
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasShadow.argtypes=[c_void_p]
|
|
497
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasShadow.restype=c_bool
|
|
498
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_HasShadow, self.Ptr)
|
|
499
|
+
return ret
|
|
500
|
+
|
|
501
|
+
@property
|
|
502
|
+
def LineProperties(self)->'ChartBorder':
|
|
503
|
+
"""
|
|
504
|
+
Gets the line properties of the chart series data format.
|
|
505
|
+
|
|
506
|
+
Returns:
|
|
507
|
+
ChartBorder: The line properties of the chart series data format.
|
|
508
|
+
"""
|
|
509
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_LineProperties.argtypes=[c_void_p]
|
|
510
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_LineProperties.restype=c_void_p
|
|
511
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_LineProperties, self.Ptr)
|
|
512
|
+
ret = None if intPtr==None else ChartBorder(intPtr)
|
|
513
|
+
return ret
|
|
514
|
+
|
|
515
|
+
@property
|
|
516
|
+
def Interior(self)->'IChartInterior':
|
|
517
|
+
"""
|
|
518
|
+
Gets the interior of the chart series data format.
|
|
519
|
+
|
|
520
|
+
Returns:
|
|
521
|
+
IChartInterior: The interior of the chart series data format.
|
|
522
|
+
"""
|
|
523
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Interior.argtypes=[c_void_p]
|
|
524
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Interior.restype=c_void_p
|
|
525
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_Interior, self.Ptr)
|
|
526
|
+
ret = None if intPtr==None else IChartInterior(intPtr)
|
|
527
|
+
return ret
|
|
528
|
+
|
|
529
|
+
@property
|
|
530
|
+
def Fill(self)->'IShapeFill':
|
|
531
|
+
"""
|
|
532
|
+
Gets the fill of the chart series data format.
|
|
533
|
+
|
|
534
|
+
Returns:
|
|
535
|
+
IShapeFill: The fill of the chart series data format.
|
|
536
|
+
"""
|
|
537
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Fill.argtypes=[c_void_p]
|
|
538
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Fill.restype=c_void_p
|
|
539
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_Fill, self.Ptr)
|
|
540
|
+
ret = None if intPtr==None else XlsShapeFill(intPtr)
|
|
541
|
+
return ret
|
|
542
|
+
|
|
543
|
+
@property
|
|
544
|
+
def MarkerFill(self)->'IShapeFill':
|
|
545
|
+
"""
|
|
546
|
+
Gets the marker fill of the chart series data format.
|
|
547
|
+
|
|
548
|
+
Returns:
|
|
549
|
+
IShapeFill: The marker fill of the chart series data format.
|
|
550
|
+
"""
|
|
551
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerFill.argtypes=[c_void_p]
|
|
552
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerFill.restype=c_void_p
|
|
553
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerFill, self.Ptr)
|
|
554
|
+
ret = None if intPtr==None else XlsShapeFill(intPtr)
|
|
555
|
+
return ret
|
|
556
|
+
|
|
557
|
+
@property
|
|
558
|
+
def Format3D(self)->'Format3D':
|
|
559
|
+
"""
|
|
560
|
+
Gets the 3D format of the chart series data format.
|
|
561
|
+
|
|
562
|
+
Returns:
|
|
563
|
+
Format3D: The 3D format of the chart series data format.
|
|
564
|
+
"""
|
|
565
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Format3D.argtypes=[c_void_p]
|
|
566
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Format3D.restype=c_void_p
|
|
567
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_Format3D, self.Ptr)
|
|
568
|
+
ret = None if intPtr==None else Format3D(intPtr)
|
|
569
|
+
return ret
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
def Shadow(self)->'ChartShadow':
|
|
573
|
+
"""
|
|
574
|
+
Gets the shadow of the chart series data format.
|
|
575
|
+
|
|
576
|
+
Returns:
|
|
577
|
+
ChartShadow: The shadow of the chart series data format.
|
|
578
|
+
"""
|
|
579
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Shadow.argtypes=[c_void_p]
|
|
580
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Shadow.restype=c_void_p
|
|
581
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_Shadow, self.Ptr)
|
|
582
|
+
ret = None if intPtr==None else ChartShadow(intPtr)
|
|
583
|
+
return ret
|
|
584
|
+
|
|
585
|
+
@property
|
|
586
|
+
def ForeGroundColor(self)->'Color':
|
|
587
|
+
"""
|
|
588
|
+
Gets the foreground color of the chart series data format.
|
|
589
|
+
|
|
590
|
+
Returns:
|
|
591
|
+
Color: The foreground color of the chart series data format.
|
|
592
|
+
"""
|
|
593
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ForeGroundColor.argtypes=[c_void_p]
|
|
594
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ForeGroundColor.restype=c_void_p
|
|
595
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ForeGroundColor, self.Ptr)
|
|
596
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
597
|
+
return ret
|
|
598
|
+
|
|
599
|
+
@ForeGroundColor.setter
|
|
600
|
+
def ForeGroundColor(self, value:'Color'):
|
|
601
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ForeGroundColor.argtypes=[c_void_p, c_void_p]
|
|
602
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ForeGroundColor, self.Ptr, value.Ptr)
|
|
603
|
+
|
|
604
|
+
@property
|
|
605
|
+
def ForeGroundKnownColor(self)->'ExcelColors':
|
|
606
|
+
"""
|
|
607
|
+
Gets the foreground known color of the chart series data format.
|
|
608
|
+
|
|
609
|
+
Returns:
|
|
610
|
+
ExcelColors: The foreground known color of the chart series data format.
|
|
611
|
+
"""
|
|
612
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ForeGroundKnownColor.argtypes=[c_void_p]
|
|
613
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ForeGroundKnownColor.restype=c_int
|
|
614
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ForeGroundKnownColor, self.Ptr)
|
|
615
|
+
objwraped = ExcelColors(ret)
|
|
616
|
+
return objwraped
|
|
617
|
+
|
|
618
|
+
@ForeGroundKnownColor.setter
|
|
619
|
+
def ForeGroundKnownColor(self, value:'ExcelColors'):
|
|
620
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ForeGroundKnownColor.argtypes=[c_void_p, c_int]
|
|
621
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ForeGroundKnownColor, self.Ptr, value.value)
|
|
622
|
+
|
|
623
|
+
@property
|
|
624
|
+
def MarkerTransparencyValue(self)->float:
|
|
625
|
+
"""
|
|
626
|
+
Gets the marker transparency value of the chart series data format.
|
|
627
|
+
|
|
628
|
+
Returns:
|
|
629
|
+
float: The marker transparency value of the chart series data format.
|
|
630
|
+
"""
|
|
631
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerTransparencyValue.argtypes=[c_void_p]
|
|
632
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerTransparencyValue.restype=c_double
|
|
633
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerTransparencyValue, self.Ptr)
|
|
634
|
+
return ret
|
|
635
|
+
|
|
636
|
+
@MarkerTransparencyValue.setter
|
|
637
|
+
def MarkerTransparencyValue(self, value:float):
|
|
638
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_MarkerTransparencyValue.argtypes=[c_void_p, c_double]
|
|
639
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_MarkerTransparencyValue, self.Ptr, value)
|
|
640
|
+
|
|
641
|
+
@property
|
|
642
|
+
def ForeGroundColorObject(self)->'OColor':
|
|
643
|
+
"""
|
|
644
|
+
Gets the foreground color object of the chart series data format.
|
|
645
|
+
|
|
646
|
+
Returns:
|
|
647
|
+
OColor: The foreground color object of the chart series data format.
|
|
648
|
+
"""
|
|
649
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ForeGroundColorObject.argtypes=[c_void_p]
|
|
650
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ForeGroundColorObject.restype=c_void_p
|
|
651
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ForeGroundColorObject, self.Ptr)
|
|
652
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
653
|
+
return ret
|
|
654
|
+
|
|
655
|
+
@property
|
|
656
|
+
def BackGroundKnownColor(self)->'ExcelColors':
|
|
657
|
+
"""
|
|
658
|
+
Gets the background known color of the chart series data format.
|
|
659
|
+
|
|
660
|
+
Returns:
|
|
661
|
+
ExcelColors: The background known color of the chart series data format.
|
|
662
|
+
"""
|
|
663
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_BackGroundKnownColor.argtypes=[c_void_p]
|
|
664
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_BackGroundKnownColor.restype=c_int
|
|
665
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_BackGroundKnownColor, self.Ptr)
|
|
666
|
+
objwraped = ExcelColors(ret)
|
|
667
|
+
return objwraped
|
|
668
|
+
|
|
669
|
+
@BackGroundKnownColor.setter
|
|
670
|
+
def BackGroundKnownColor(self, value:'ExcelColors'):
|
|
671
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_BackGroundKnownColor.argtypes=[c_void_p, c_int]
|
|
672
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_BackGroundKnownColor, self.Ptr, value.value)
|
|
673
|
+
|
|
674
|
+
@property
|
|
675
|
+
def BackGroundColor(self)->'Color':
|
|
676
|
+
"""
|
|
677
|
+
Gets the background color of the chart series data format.
|
|
678
|
+
|
|
679
|
+
Returns:
|
|
680
|
+
Color: The background color of the chart series data format.
|
|
681
|
+
"""
|
|
682
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_BackGroundColor.argtypes=[c_void_p]
|
|
683
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_BackGroundColor.restype=c_void_p
|
|
684
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_BackGroundColor, self.Ptr)
|
|
685
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
686
|
+
return ret
|
|
687
|
+
|
|
688
|
+
@BackGroundColor.setter
|
|
689
|
+
def BackGroundColor(self, value:'Color'):
|
|
690
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_BackGroundColor.argtypes=[c_void_p, c_void_p]
|
|
691
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_BackGroundColor, self.Ptr, value.Ptr)
|
|
692
|
+
|
|
693
|
+
@property
|
|
694
|
+
def BackGroundColorObject(self)->'OColor':
|
|
695
|
+
"""
|
|
696
|
+
Gets the background color object of the chart series data format.
|
|
697
|
+
|
|
698
|
+
Returns:
|
|
699
|
+
OColor: The background color object of the chart series data format.
|
|
700
|
+
"""
|
|
701
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_BackGroundColorObject.argtypes=[c_void_p]
|
|
702
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_BackGroundColorObject.restype=c_void_p
|
|
703
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_BackGroundColorObject, self.Ptr)
|
|
704
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
705
|
+
return ret
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
def Pattern(self)->'ExcelPatternType':
|
|
709
|
+
"""
|
|
710
|
+
Gets the pattern of the chart series data format.
|
|
711
|
+
|
|
712
|
+
Returns:
|
|
713
|
+
ExcelPatternType: The pattern of the chart series data format.
|
|
714
|
+
"""
|
|
715
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Pattern.argtypes=[c_void_p]
|
|
716
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Pattern.restype=c_int
|
|
717
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_Pattern, self.Ptr)
|
|
718
|
+
objwraped = ExcelPatternType(ret)
|
|
719
|
+
return objwraped
|
|
720
|
+
|
|
721
|
+
@Pattern.setter
|
|
722
|
+
def Pattern(self, value:'ExcelPatternType'):
|
|
723
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_Pattern.argtypes=[c_void_p, c_int]
|
|
724
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_Pattern, self.Ptr, value.value)
|
|
725
|
+
|
|
726
|
+
@property
|
|
727
|
+
def IsAutomaticFormat(self)->bool:
|
|
728
|
+
"""
|
|
729
|
+
Gets or sets whether the format is automatic.
|
|
730
|
+
|
|
731
|
+
Returns:
|
|
732
|
+
bool: True if the format is automatic; otherwise, False.
|
|
733
|
+
"""
|
|
734
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsAutomaticFormat.argtypes=[c_void_p]
|
|
735
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsAutomaticFormat.restype=c_bool
|
|
736
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsAutomaticFormat, self.Ptr)
|
|
737
|
+
return ret
|
|
738
|
+
|
|
739
|
+
@IsAutomaticFormat.setter
|
|
740
|
+
def IsAutomaticFormat(self, value:bool):
|
|
741
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_IsAutomaticFormat.argtypes=[c_void_p, c_bool]
|
|
742
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_IsAutomaticFormat, self.Ptr, value)
|
|
743
|
+
|
|
744
|
+
@property
|
|
745
|
+
def Visible(self)->bool:
|
|
746
|
+
"""
|
|
747
|
+
Gets or sets whether the chart series data format is visible.
|
|
748
|
+
|
|
749
|
+
Returns:
|
|
750
|
+
bool: True if the chart series data format is visible; otherwise, False.
|
|
751
|
+
"""
|
|
752
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Visible.argtypes=[c_void_p]
|
|
753
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Visible.restype=c_bool
|
|
754
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_Visible, self.Ptr)
|
|
755
|
+
return ret
|
|
756
|
+
|
|
757
|
+
@Visible.setter
|
|
758
|
+
def Visible(self, value:bool):
|
|
759
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_Visible.argtypes=[c_void_p, c_bool]
|
|
760
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_Visible, self.Ptr, value)
|
|
761
|
+
|
|
762
|
+
@property
|
|
763
|
+
def ShowActiveValue(self)->bool:
|
|
764
|
+
"""
|
|
765
|
+
Gets or sets whether to show the active value.
|
|
766
|
+
|
|
767
|
+
Returns:
|
|
768
|
+
bool: True if the active value should be shown; otherwise, False.
|
|
769
|
+
"""
|
|
770
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowActiveValue.argtypes=[c_void_p]
|
|
771
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowActiveValue.restype=c_bool
|
|
772
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ShowActiveValue, self.Ptr)
|
|
773
|
+
return ret
|
|
774
|
+
|
|
775
|
+
@ShowActiveValue.setter
|
|
776
|
+
def ShowActiveValue(self, value:bool):
|
|
777
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ShowActiveValue.argtypes=[c_void_p, c_bool]
|
|
778
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ShowActiveValue, self.Ptr, value)
|
|
779
|
+
|
|
780
|
+
@property
|
|
781
|
+
def Has_dPtPieExplosion(self)->bool:
|
|
782
|
+
"""
|
|
783
|
+
Gets or sets whether the chart series data format has pie explosion.
|
|
784
|
+
|
|
785
|
+
Returns:
|
|
786
|
+
bool: True if the chart series data format has pie explosion; otherwise, False.
|
|
787
|
+
"""
|
|
788
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Has_dPtPieExplosion.argtypes=[c_void_p]
|
|
789
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_Has_dPtPieExplosion.restype=c_bool
|
|
790
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_Has_dPtPieExplosion, self.Ptr)
|
|
791
|
+
return ret
|
|
792
|
+
|
|
793
|
+
@Has_dPtPieExplosion.setter
|
|
794
|
+
def Has_dPtPieExplosion(self, value:bool):
|
|
795
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_Has_dPtPieExplosion.argtypes=[c_void_p, c_bool]
|
|
796
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_Has_dPtPieExplosion, self.Ptr, value)
|
|
797
|
+
|
|
798
|
+
@property
|
|
799
|
+
def HasBorder(self)->bool:
|
|
800
|
+
"""
|
|
801
|
+
Gets whether the chart series data format has a border.
|
|
802
|
+
|
|
803
|
+
Returns:
|
|
804
|
+
bool: True if the chart series data format has a border; otherwise, False.
|
|
805
|
+
"""
|
|
806
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasBorder.argtypes=[c_void_p]
|
|
807
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasBorder.restype=c_bool
|
|
808
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_HasBorder, self.Ptr)
|
|
809
|
+
return ret
|
|
810
|
+
|
|
811
|
+
@property
|
|
812
|
+
def HasBorderLine(self)->bool:
|
|
813
|
+
"""
|
|
814
|
+
Gets whether the chart series data format has a border line.
|
|
815
|
+
|
|
816
|
+
Returns:
|
|
817
|
+
bool: True if the chart series data format has a border line; otherwise, False.
|
|
818
|
+
"""
|
|
819
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasBorderLine.argtypes=[c_void_p]
|
|
820
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_HasBorderLine.restype=c_bool
|
|
821
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_HasBorderLine, self.Ptr)
|
|
822
|
+
return ret
|
|
823
|
+
|
|
824
|
+
@property
|
|
825
|
+
def IsBorderSupported(self)->bool:
|
|
826
|
+
"""
|
|
827
|
+
Gets whether the chart series data format supports borders.
|
|
828
|
+
|
|
829
|
+
Returns:
|
|
830
|
+
bool: True if the chart series data format supports borders; otherwise, False.
|
|
831
|
+
"""
|
|
832
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsBorderSupported.argtypes=[c_void_p]
|
|
833
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsBorderSupported.restype=c_bool
|
|
834
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsBorderSupported, self.Ptr)
|
|
835
|
+
return ret
|
|
836
|
+
|
|
837
|
+
@property
|
|
838
|
+
def IsFormatted(self)->bool:
|
|
839
|
+
"""
|
|
840
|
+
Gets whether the chart series data format is formatted.
|
|
841
|
+
|
|
842
|
+
Returns:
|
|
843
|
+
bool: True if the chart series data format is formatted; otherwise, False.
|
|
844
|
+
"""
|
|
845
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsFormatted.argtypes=[c_void_p]
|
|
846
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsFormatted.restype=c_bool
|
|
847
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsFormatted, self.Ptr)
|
|
848
|
+
return ret
|
|
849
|
+
|
|
850
|
+
@property
|
|
851
|
+
def IsInteriorSupported(self)->bool:
|
|
852
|
+
"""
|
|
853
|
+
Gets whether the chart series data format supports interior formatting.
|
|
854
|
+
|
|
855
|
+
Returns:
|
|
856
|
+
bool: True if the chart series data format supports interior formatting; otherwise, False.
|
|
857
|
+
"""
|
|
858
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsInteriorSupported.argtypes=[c_void_p]
|
|
859
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsInteriorSupported.restype=c_bool
|
|
860
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsInteriorSupported, self.Ptr)
|
|
861
|
+
return ret
|
|
862
|
+
|
|
863
|
+
@property
|
|
864
|
+
def IsMarker(self)->bool:
|
|
865
|
+
"""
|
|
866
|
+
Gets whether the chart series data format has markers.
|
|
867
|
+
|
|
868
|
+
Returns:
|
|
869
|
+
bool: True if the chart series data format has markers; otherwise, False.
|
|
870
|
+
"""
|
|
871
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsMarker.argtypes=[c_void_p]
|
|
872
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_IsMarker.restype=c_bool
|
|
873
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_IsMarker, self.Ptr)
|
|
874
|
+
return ret
|
|
875
|
+
|
|
876
|
+
@property
|
|
877
|
+
def ParentSerie(self)->'XlsChartSerie':
|
|
878
|
+
"""
|
|
879
|
+
Gets the parent series of the chart series data format.
|
|
880
|
+
|
|
881
|
+
Returns:
|
|
882
|
+
XlsChartSerie: The parent series of the chart series data format.
|
|
883
|
+
"""
|
|
884
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ParentSerie.argtypes=[c_void_p]
|
|
885
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ParentSerie.restype=c_void_p
|
|
886
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ParentSerie, self.Ptr)
|
|
887
|
+
ret = None if intPtr==None else XlsChartSerie(intPtr)
|
|
888
|
+
return ret
|
|
889
|
+
|
|
890
|
+
@property
|
|
891
|
+
def SeriesNumber(self)->int:
|
|
892
|
+
"""
|
|
893
|
+
Gets or sets the series number of the chart series data format.
|
|
894
|
+
|
|
895
|
+
Returns:
|
|
896
|
+
int: The series number of the chart series data format.
|
|
897
|
+
"""
|
|
898
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_SeriesNumber.argtypes=[c_void_p]
|
|
899
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_SeriesNumber.restype=c_int
|
|
900
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_SeriesNumber, self.Ptr)
|
|
901
|
+
return ret
|
|
902
|
+
|
|
903
|
+
@SeriesNumber.setter
|
|
904
|
+
def SeriesNumber(self, value:int):
|
|
905
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_SeriesNumber.argtypes=[c_void_p, c_int]
|
|
906
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_SeriesNumber, self.Ptr, value)
|
|
907
|
+
|
|
908
|
+
@property
|
|
909
|
+
def ShowBubble(self)->bool:
|
|
910
|
+
"""
|
|
911
|
+
Gets or sets whether to show bubbles in the chart series data format.
|
|
912
|
+
|
|
913
|
+
Returns:
|
|
914
|
+
bool: True if bubbles should be shown; otherwise, False.
|
|
915
|
+
"""
|
|
916
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowBubble.argtypes=[c_void_p]
|
|
917
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowBubble.restype=c_bool
|
|
918
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ShowBubble, self.Ptr)
|
|
919
|
+
return ret
|
|
920
|
+
|
|
921
|
+
@ShowBubble.setter
|
|
922
|
+
def ShowBubble(self, value:bool):
|
|
923
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ShowBubble.argtypes=[c_void_p, c_bool]
|
|
924
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ShowBubble, self.Ptr, value)
|
|
925
|
+
|
|
926
|
+
@property
|
|
927
|
+
def ShowCategoryLabel(self)->bool:
|
|
928
|
+
"""
|
|
929
|
+
Gets or sets whether to show category labels in the chart series data format.
|
|
930
|
+
|
|
931
|
+
Returns:
|
|
932
|
+
bool: True if category labels should be shown; otherwise, False.
|
|
933
|
+
"""
|
|
934
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowCategoryLabel.argtypes=[c_void_p]
|
|
935
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowCategoryLabel.restype=c_bool
|
|
936
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ShowCategoryLabel, self.Ptr)
|
|
937
|
+
return ret
|
|
938
|
+
|
|
939
|
+
@ShowCategoryLabel.setter
|
|
940
|
+
def ShowCategoryLabel(self, value:bool):
|
|
941
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ShowCategoryLabel.argtypes=[c_void_p, c_bool]
|
|
942
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ShowCategoryLabel, self.Ptr, value)
|
|
943
|
+
|
|
944
|
+
@property
|
|
945
|
+
def ShowPieInPercents(self)->bool:
|
|
946
|
+
"""
|
|
947
|
+
Gets or sets whether to show pie values as percentages.
|
|
948
|
+
|
|
949
|
+
Returns:
|
|
950
|
+
bool: True if pie values should be shown as percentages; otherwise, False.
|
|
951
|
+
"""
|
|
952
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowPieInPercents.argtypes=[c_void_p]
|
|
953
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowPieInPercents.restype=c_bool
|
|
954
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ShowPieInPercents, self.Ptr)
|
|
955
|
+
return ret
|
|
956
|
+
|
|
957
|
+
@ShowPieInPercents.setter
|
|
958
|
+
def ShowPieInPercents(self, value:bool):
|
|
959
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ShowPieInPercents.argtypes=[c_void_p, c_bool]
|
|
960
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ShowPieInPercents, self.Ptr, value)
|
|
961
|
+
|
|
962
|
+
@property
|
|
963
|
+
def ShowPieCategoryLabel(self)->bool:
|
|
964
|
+
"""
|
|
965
|
+
Gets or sets whether to show pie category labels.
|
|
966
|
+
|
|
967
|
+
Returns:
|
|
968
|
+
bool: True if pie category labels should be shown; otherwise, False.
|
|
969
|
+
"""
|
|
970
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowPieCategoryLabel.argtypes=[c_void_p]
|
|
971
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowPieCategoryLabel.restype=c_bool
|
|
972
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ShowPieCategoryLabel, self.Ptr)
|
|
973
|
+
return ret
|
|
974
|
+
|
|
975
|
+
@ShowPieCategoryLabel.setter
|
|
976
|
+
def ShowPieCategoryLabel(self, value:bool):
|
|
977
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ShowPieCategoryLabel.argtypes=[c_void_p, c_bool]
|
|
978
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ShowPieCategoryLabel, self.Ptr, value)
|
|
979
|
+
|
|
980
|
+
@property
|
|
981
|
+
def SmoothLine(self)->bool:
|
|
982
|
+
"""
|
|
983
|
+
Gets or sets whether to use smooth lines in the chart series data format.
|
|
984
|
+
|
|
985
|
+
Returns:
|
|
986
|
+
bool: True if smooth lines should be used; otherwise, False.
|
|
987
|
+
"""
|
|
988
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_SmoothLine.argtypes=[c_void_p]
|
|
989
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_SmoothLine.restype=c_bool
|
|
990
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_SmoothLine, self.Ptr)
|
|
991
|
+
return ret
|
|
992
|
+
|
|
993
|
+
@SmoothLine.setter
|
|
994
|
+
def SmoothLine(self, value:bool):
|
|
995
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_SmoothLine.argtypes=[c_void_p, c_bool]
|
|
996
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_SmoothLine, self.Ptr, value)
|
|
997
|
+
|
|
998
|
+
@property
|
|
999
|
+
def MarkerBorderWidth(self)->float:
|
|
1000
|
+
"""
|
|
1001
|
+
Gets or sets the marker border width of the chart series data format.
|
|
1002
|
+
|
|
1003
|
+
Returns:
|
|
1004
|
+
float: The marker border width of the chart series data format.
|
|
1005
|
+
"""
|
|
1006
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBorderWidth.argtypes=[c_void_p]
|
|
1007
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBorderWidth.restype=c_double
|
|
1008
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_MarkerBorderWidth, self.Ptr)
|
|
1009
|
+
return ret
|
|
1010
|
+
|
|
1011
|
+
@MarkerBorderWidth.setter
|
|
1012
|
+
def MarkerBorderWidth(self, value:float):
|
|
1013
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_MarkerBorderWidth.argtypes=[c_void_p, c_double]
|
|
1014
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_MarkerBorderWidth, self.Ptr, value)
|
|
1015
|
+
|
|
1016
|
+
@property
|
|
1017
|
+
def ShowConnectorLines(self)->bool:
|
|
1018
|
+
"""
|
|
1019
|
+
Gets or sets whether to show connector lines in the chart series data format.
|
|
1020
|
+
|
|
1021
|
+
Returns:
|
|
1022
|
+
bool: True if connector lines should be shown; otherwise, False.
|
|
1023
|
+
"""
|
|
1024
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowConnectorLines.argtypes=[c_void_p]
|
|
1025
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowConnectorLines.restype=c_bool
|
|
1026
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ShowConnectorLines, self.Ptr)
|
|
1027
|
+
return ret
|
|
1028
|
+
|
|
1029
|
+
@ShowConnectorLines.setter
|
|
1030
|
+
def ShowConnectorLines(self, value:bool):
|
|
1031
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ShowConnectorLines.argtypes=[c_void_p, c_bool]
|
|
1032
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ShowConnectorLines, self.Ptr, value)
|
|
1033
|
+
|
|
1034
|
+
@property
|
|
1035
|
+
def TreeMapLabelOption(self)->'ExcelTreeMapLabelOption':
|
|
1036
|
+
"""
|
|
1037
|
+
Gets or sets the tree map label option of the chart series data format.
|
|
1038
|
+
|
|
1039
|
+
Returns:
|
|
1040
|
+
ExcelTreeMapLabelOption: The tree map label option of the chart series data format.
|
|
1041
|
+
"""
|
|
1042
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_TreeMapLabelOption.argtypes=[c_void_p]
|
|
1043
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_TreeMapLabelOption.restype=c_int
|
|
1044
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_TreeMapLabelOption, self.Ptr)
|
|
1045
|
+
objwraped = ExcelTreeMapLabelOption(ret)
|
|
1046
|
+
return objwraped
|
|
1047
|
+
|
|
1048
|
+
@TreeMapLabelOption.setter
|
|
1049
|
+
def TreeMapLabelOption(self, value:'ExcelTreeMapLabelOption'):
|
|
1050
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_TreeMapLabelOption.argtypes=[c_void_p, c_int]
|
|
1051
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_TreeMapLabelOption, self.Ptr, value.value)
|
|
1052
|
+
|
|
1053
|
+
@property
|
|
1054
|
+
def ShowMeanLine(self)->bool:
|
|
1055
|
+
"""
|
|
1056
|
+
Gets or sets whether to show the mean line in the chart series data format.
|
|
1057
|
+
|
|
1058
|
+
Returns:
|
|
1059
|
+
bool: True if the mean line should be shown; otherwise, False.
|
|
1060
|
+
"""
|
|
1061
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowMeanLine.argtypes=[c_void_p]
|
|
1062
|
+
GetDllLibXls().XlsChartSerieDataFormat_get_ShowMeanLine.restype=c_bool
|
|
1063
|
+
ret = CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_get_ShowMeanLine, self.Ptr)
|
|
1064
|
+
return ret
|
|
1065
|
+
|
|
1066
|
+
@ShowMeanLine.setter
|
|
1067
|
+
def ShowMeanLine(self, value:bool):
|
|
1068
|
+
GetDllLibXls().XlsChartSerieDataFormat_set_ShowMeanLine.argtypes=[c_void_p, c_bool]
|
|
1069
|
+
CallCFunction(GetDllLibXls().XlsChartSerieDataFormat_set_ShowMeanLine, self.Ptr, value)
|
|
1070
|
+
|