spire-xls 15.5.0__py3-none-win_amd64.whl → 15.7.1__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- spire/xls/AddtionalFormatWrapper.py +98 -117
- spire/xls/Average.py +18 -4
- spire/xls/CellBaseStyle.py +13 -6
- spire/xls/CellBorder.py +25 -20
- spire/xls/CellRange.py +305 -269
- spire/xls/CellStyle.py +26 -12
- spire/xls/CellStyleFlag.py +181 -58
- spire/xls/CellStyleObject.py +36 -67
- spire/xls/CellValueChangedEventArgs.py +3 -9
- spire/xls/ColorScale.py +31 -39
- spire/xls/CommentsRange.py +185 -84
- spire/xls/CommonWrapper.py +23 -8
- spire/xls/ConverterSetting.py +19 -36
- spire/xls/DBConnection.py +41 -8
- spire/xls/DVAspect.py +8 -2
- spire/xls/DataBar.py +29 -28
- spire/xls/DocumentProperty.py +86 -38
- spire/xls/Excel2016Charttype.py +14 -2
- spire/xls/ExcelComment.py +1 -2
- spire/xls/ExcelCommentObject.py +206 -121
- spire/xls/ExcelFont.py +74 -59
- spire/xls/ExcelGradient.py +68 -24
- spire/xls/ExcelInterior.py +49 -20
- spire/xls/ExportTableOptions.py +33 -10
- spire/xls/ExternalConnection.py +85 -20
- spire/xls/ExternalLink.py +26 -10
- spire/xls/FileFormat.py +32 -4
- spire/xls/Font.py +95 -42
- spire/xls/FontArrayWrapper.py +135 -36
- spire/xls/FontWrapper.py +194 -92
- spire/xls/Format3D.py +130 -30
- spire/xls/GeomertyAdjustValue.py +22 -10
- spire/xls/GetText.py +8 -2
- spire/xls/GoalSeek.py +44 -14
- spire/xls/GoalSeekResult.py +36 -3
- spire/xls/GradientArrayWrapper.py +92 -28
- spire/xls/GradientStops.py +74 -24
- spire/xls/GradientType.py +10 -2
- spire/xls/GroupShape.py +1 -2
- spire/xls/HPageBreak.py +1 -2
- spire/xls/HTMLOptions.py +7 -19
- spire/xls/HyperLink.py +1 -2
- spire/xls/LOGFONT.py +78 -30
- spire/xls/OColor.py +62 -29
- spire/xls/OdsPageBackground.py +5 -10
- spire/xls/PageColRow.py +21 -10
- spire/xls/PageSetup.py +2 -3
- spire/xls/PaperSizeEntry.py +6 -0
- spire/xls/PicStretch.py +47 -14
- spire/xls/PicTile.py +35 -10
- spire/xls/QueryTableXls.py +19 -6
- spire/xls/RTFCommentArray.py +59 -22
- spire/xls/RTFStringArray.py +59 -22
- spire/xls/RangeRichTextString.py +20 -8
- spire/xls/ReferRangeArea.py +39 -16
- spire/xls/RichText.py +10 -8
- spire/xls/RichTextObject.py +63 -32
- spire/xls/RichTextShape.py +88 -32
- spire/xls/RichTextString.py +61 -24
- spire/xls/RtfTextWriter.py +68 -22
- spire/xls/SaveShapeTypeOption.py +19 -37
- spire/xls/ShapeGlow.py +34 -14
- spire/xls/ShapeReflection.py +55 -18
- spire/xls/StyleArrayWrapper.py +169 -78
- spire/xls/TextBoxShapeBase.py +63 -30
- spire/xls/TextSaveOptions.py +33 -18
- spire/xls/TopBottom.py +18 -6
- spire/xls/VPageBreak.py +3 -5
- spire/xls/Validation.py +12 -6
- spire/xls/WebQueryConnection.py +52 -20
- spire/xls/Workbook.py +810 -841
- spire/xls/Worksheet.py +444 -409
- spire/xls/WriteProtection.py +3 -6
- spire/xls/XlsAddInFunction.py +34 -20
- spire/xls/XlsArcShape.py +156 -40
- spire/xls/XlsBitmapShape.py +141 -43
- spire/xls/XlsBorder.py +72 -31
- spire/xls/XlsBorderArrayWrapper.py +50 -14
- spire/xls/XlsButtonShape.py +58 -16
- spire/xls/XlsCheckBoxShape.py +72 -18
- spire/xls/XlsComboBoxShape.py +53 -16
- spire/xls/XlsComment.py +108 -30
- spire/xls/XlsDataValidationTable.py +43 -16
- spire/xls/XlsDocumentProperty.py +163 -44
- spire/xls/XlsEventArgs.py +33 -24
- spire/xls/XlsEventHandler.py +10 -4
- spire/xls/XlsFill.py +64 -20
- spire/xls/XlsFont.py +182 -52
- spire/xls/XlsGradient.py +90 -26
- spire/xls/XlsGradientStop.py +57 -12
- spire/xls/XlsGroupBoxShape.py +36 -10
- spire/xls/XlsHPageBreak.py +47 -24
- spire/xls/XlsHyperLink.py +111 -42
- spire/xls/XlsLabelShape.py +27 -8
- spire/xls/XlsLineShape.py +188 -48
- spire/xls/XlsListBoxShape.py +63 -14
- spire/xls/XlsName.py +767 -318
- spire/xls/XlsObject.py +2 -4
- spire/xls/XlsOvalShape.py +78 -20
- spire/xls/XlsPageSetup.py +67 -34
- spire/xls/XlsPageSetupBase.py +29 -58
- spire/xls/XlsPrstGeomShape.py +29 -10
- spire/xls/XlsRadioButtonShape.py +94 -22
- spire/xls/XlsRange.py +881 -1077
- spire/xls/XlsRectangleShape.py +69 -22
- spire/xls/XlsScrollBarShape.py +78 -18
- spire/xls/XlsShape.py +391 -180
- spire/xls/XlsShapeFill.py +398 -92
- spire/xls/XlsShapeLineFormat.py +201 -44
- spire/xls/XlsSpinnerShape.py +57 -14
- spire/xls/XlsStyle.py +51 -20
- spire/xls/XlsTextBoxShape.py +263 -60
- spire/xls/XlsVPageBreak.py +9 -14
- spire/xls/XlsValidation.py +318 -68
- spire/xls/XlsValidationWrapper.py +217 -49
- spire/xls/XlsWorkbook.py +529 -65
- spire/xls/XlsWorksheet.py +1211 -1128
- spire/xls/XlsWorksheetBase.py +243 -168
- spire/xls/__init__.py +529 -528
- spire/xls/autofilter/AutoFitterOptions.py +84 -0
- spire/xls/autofilter/ColorFilter.py +61 -0
- spire/xls/autofilter/CustomFilter.py +199 -0
- spire/xls/autofilter/CustomFilterCollection.py +146 -0
- spire/xls/autofilter/DateTimeGroupItem.py +196 -0
- spire/xls/autofilter/DynamicFilter.py +89 -0
- spire/xls/autofilter/FilterColumn.py +289 -0
- spire/xls/autofilter/MultipleFilterCollection.py +218 -0
- spire/xls/autofilter/Top10Filter.py +109 -0
- spire/xls/autofilter/XlsAutoFiltersCollection.py +145 -0
- spire/xls/charts/Chart.py +369 -0
- spire/xls/charts/ChartArea.py +57 -0
- spire/xls/charts/ChartBackgroundMode.py +17 -0
- spire/xls/charts/ChartCategoryAxis.py +88 -0
- spire/xls/charts/ChartDataLabels.py +40 -0
- spire/xls/charts/ChartDataPoint.py +40 -0
- spire/xls/charts/ChartFormat.py +68 -0
- spire/xls/charts/ChartGridLine.py +26 -0
- spire/xls/charts/ChartLegend.py +40 -0
- spire/xls/charts/ChartLegendEntriesColl.py +165 -0
- spire/xls/charts/ChartLegendEntry.py +26 -0
- spire/xls/charts/ChartPlotArea.py +60 -0
- spire/xls/charts/ChartSerie.py +147 -0
- spire/xls/charts/ChartSerieDataFormat.py +54 -0
- spire/xls/charts/ChartSeriesAxis.py +68 -0
- spire/xls/charts/ChartShadow.py +288 -0
- spire/xls/charts/ChartSheet.py +269 -0
- spire/xls/charts/ChartTextArea.py +898 -0
- spire/xls/charts/ChartValueAxis.py +90 -0
- spire/xls/charts/HistogramAxisFormat.py +32 -0
- spire/xls/charts/XlsChart.py +1667 -0
- spire/xls/charts/XlsChartAxis.py +596 -0
- spire/xls/charts/XlsChartBorder.py +180 -0
- spire/xls/charts/XlsChartCategoryAxis.py +640 -0
- spire/xls/charts/XlsChartDataLabelArea.py +368 -0
- spire/xls/charts/XlsChartDataLabels.py +702 -0
- spire/xls/charts/XlsChartDataPoint.py +105 -0
- spire/xls/charts/XlsChartDataTable.py +373 -0
- spire/xls/charts/XlsChartDropBar.py +295 -0
- spire/xls/charts/XlsChartFill.py +659 -0
- spire/xls/charts/XlsChartFormat.py +1229 -0
- spire/xls/charts/XlsChartFrameFormat.py +612 -0
- spire/xls/charts/XlsChartGridLine.py +167 -0
- spire/xls/charts/XlsChartInterior.py +229 -0
- spire/xls/charts/XlsChartLegend.py +334 -0
- spire/xls/charts/XlsChartLegendArea.py +418 -0
- spire/xls/charts/XlsChartLegendEntry.py +152 -0
- spire/xls/charts/XlsChartSerie.py +607 -0
- spire/xls/charts/XlsChartSerieDataFormat.py +1070 -0
- spire/xls/charts/XlsChartSeriesAxis.py +306 -0
- spire/xls/charts/XlsChartShape.py +1256 -0
- spire/xls/charts/XlsChartTitleArea.py +399 -0
- spire/xls/charts/XlsChartValueAxis.py +344 -0
- spire/xls/charts/XlsChartWallOrFloor.py +349 -0
- spire/xls/charts/__init__.py +0 -0
- spire/xls/collection/AddInFunctionsCollection.py +31 -0
- spire/xls/collection/ArcShapeCollection.py +94 -0
- spire/xls/collection/AutoFiltersCollection.py +538 -0
- spire/xls/collection/BordersCollection.py +196 -0
- spire/xls/collection/BordersCollectionArrayWrapper.py +129 -0
- spire/xls/collection/BuiltInDocumentProperties.py +12 -0
- spire/xls/collection/ChartDataPointsCollection.py +72 -0
- spire/xls/collection/ChartFormatCollection.py +58 -0
- spire/xls/collection/ChartSeries.py +187 -0
- spire/xls/collection/ChartsCollection.py +119 -0
- spire/xls/collection/CollectionBase.py +201 -0
- spire/xls/collection/CollectionExtended.py +96 -0
- spire/xls/collection/ComboBoxCollection.py +89 -0
- spire/xls/collection/CommentsCollection.py +134 -0
- spire/xls/collection/GroupShapeCollection.py +45 -0
- spire/xls/collection/HPageBreaksCollection.py +116 -0
- spire/xls/collection/HyperLinksCollection.py +72 -0
- spire/xls/collection/ListObjectCollection.py +48 -0
- spire/xls/collection/OvalShapeCollection.py +89 -0
- spire/xls/collection/PicturesCollection.py +574 -0
- spire/xls/collection/PrstGeomShapeCollection.py +128 -0
- spire/xls/collection/RadioButtonCollection.py +139 -0
- spire/xls/collection/RangesCollection.py +555 -0
- spire/xls/collection/StylesCollection.py +140 -0
- spire/xls/collection/VPageBreaksCollection.py +95 -0
- spire/xls/collection/WorksheetsCollection.py +363 -0
- spire/xls/collection/XlsAddInFunctionsCollection.py +108 -0
- spire/xls/collection/XlsBordersCollection.py +98 -0
- spire/xls/collection/XlsBuiltInDocumentProperties.py +611 -0
- spire/xls/collection/XlsChartDataPointsCollection.py +119 -0
- spire/xls/collection/XlsChartFormatCollection.py +160 -0
- spire/xls/collection/XlsCommentsCollection.py +116 -0
- spire/xls/collection/XlsDataValidationCollection.py +155 -0
- spire/xls/collection/XlsHPageBreaksCollection.py +87 -0
- spire/xls/collection/XlsHyperLinksCollection.py +104 -0
- spire/xls/collection/XlsRangesCollection.py +1634 -0
- spire/xls/collection/XlsStylesCollection.py +74 -0
- spire/xls/collection/XlsVPageBreaksCollection.py +81 -0
- spire/xls/collection/XlsWorksheetsCollection.py +423 -0
- spire/xls/collection/__init__.py +0 -0
- spire/xls/collection/pivot_table/PivotConditionalFormatCollection.py +38 -0
- spire/xls/collection/pivot_table/PivotTableFields.py +108 -0
- spire/xls/collection/pivot_table/XlsPivotCachesCollection.py +123 -0
- spire/xls/collection/pivot_table/__init__.py +0 -0
- spire/xls/conditional_formatting/ColorConditionValue.py +102 -0
- spire/xls/conditional_formatting/CondFormatCollectionWrapper.py +153 -0
- spire/xls/conditional_formatting/ConditionValue.py +83 -0
- spire/xls/conditional_formatting/ConditionValuePosition.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormat.py +13 -0
- spire/xls/conditional_formatting/ConditionalFormatScope.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormatWrapper.py +1271 -0
- spire/xls/conditional_formatting/ConditionalFormats.py +65 -0
- spire/xls/conditional_formatting/DataBarBorder.py +51 -0
- spire/xls/conditional_formatting/NegativeBarFormat.py +90 -0
- spire/xls/conditional_formatting/XlsConditionValue.py +134 -0
- spire/xls/conditional_formatting/XlsConditionalFormat.py +1155 -0
- spire/xls/conditional_formatting/XlsConditionalFormats.py +679 -0
- spire/xls/conditional_formatting/__init__.py +0 -0
- spire/xls/enums/AlertStyleType.py +17 -0
- spire/xls/enums/AutoFormatOptions.py +22 -0
- spire/xls/enums/AutoFormatType.py +31 -0
- spire/xls/enums/AverageType.py +24 -0
- spire/xls/enums/AxisLineIdentifierType.py +18 -0
- spire/xls/enums/AxisTextDirectionType.py +17 -0
- spire/xls/enums/AxisType.py +17 -0
- spire/xls/enums/BaseFormatType.py +16 -0
- spire/xls/enums/BordersLineType.py +22 -0
- spire/xls/enums/BubbleSizeType.py +16 -0
- spire/xls/enums/BuiltInPropertyType.py +49 -0
- spire/xls/enums/BuiltInStyles.py +65 -0
- spire/xls/enums/CategoryType.py +17 -0
- spire/xls/enums/CellDataType.py +22 -0
- spire/xls/enums/CellFormatType.py +20 -0
- spire/xls/enums/ChartBaseUnitType.py +17 -0
- spire/xls/enums/ChartDisplayUnitType.py +25 -0
- spire/xls/enums/ChartLinePatternType.py +23 -0
- spire/xls/enums/ChartLineWeightType.py +18 -0
- spire/xls/enums/ChartMarkerType.py +26 -0
- spire/xls/enums/ChartParagraphType.py +17 -0
- spire/xls/enums/ChartPieType.py +17 -0
- spire/xls/enums/ChartPlotEmptyType.py +17 -0
- spire/xls/enums/CheckState.py +17 -0
- spire/xls/enums/ColorType.py +17 -0
- spire/xls/enums/CommentHAlignType.py +20 -0
- spire/xls/enums/CommentVAlignType.py +19 -0
- spire/xls/enums/ComparisonOperatorType.py +23 -0
- spire/xls/enums/ConditionalFormatType.py +32 -0
- spire/xls/enums/DataLabelPositionType.py +25 -0
- spire/xls/enums/DataSourceType.py +18 -0
- spire/xls/enums/DropLineStyleType.py +17 -0
- spire/xls/enums/ErrorBarIncludeType.py +18 -0
- spire/xls/enums/ErrorBarType.py +19 -0
- spire/xls/enums/ExcelCalculationMode.py +17 -0
- spire/xls/enums/ExcelChartType.py +95 -0
- spire/xls/enums/ExcelColors.py +120 -0
- spire/xls/enums/ExcelComboType.py +21 -0
- spire/xls/enums/ExcelHorizontalAlignment.py +20 -0
- spire/xls/enums/ExcelPatternType.py +51 -0
- spire/xls/enums/ExcelQuartileCalculation.py +16 -0
- spire/xls/enums/ExcelShapeType.py +40 -0
- spire/xls/enums/ExcelSheetType.py +19 -0
- spire/xls/enums/ExcelTreeMapLabelOption.py +17 -0
- spire/xls/enums/ExcelVersion.py +23 -0
- spire/xls/enums/ExcelVerticalAlignment.py +20 -0
- spire/xls/enums/ExpandCollapseFlags.py +17 -0
- spire/xls/enums/FilterConditionType.py +20 -0
- spire/xls/enums/FilterDataType.py +21 -0
- spire/xls/enums/FontUnderlineType.py +19 -0
- spire/xls/enums/FontVertialAlignmentType.py +17 -0
- spire/xls/enums/GradientColorType.py +17 -0
- spire/xls/enums/GradientPatternType.py +63 -0
- spire/xls/enums/GradientPresetType.py +38 -0
- spire/xls/enums/GradientStyleType.py +20 -0
- spire/xls/enums/GradientTextureType.py +39 -0
- spire/xls/enums/GradientVariantsType.py +18 -0
- spire/xls/enums/HorizontalAlignType.py +22 -0
- spire/xls/enums/HyperLinkType.py +19 -0
- spire/xls/enums/IgnoreErrorType.py +23 -0
- spire/xls/enums/ImageFormatType.py +17 -0
- spire/xls/enums/ImageType.py +16 -0
- spire/xls/enums/LegendPositionType.py +20 -0
- spire/xls/enums/LegendSpacingType.py +17 -0
- spire/xls/enums/LineStyleType.py +28 -0
- spire/xls/enums/OleObjectType.py +50 -0
- spire/xls/enums/OrderBy.py +18 -0
- spire/xls/enums/OrderType.py +16 -0
- spire/xls/enums/PageBreakExtentType.py +16 -0
- spire/xls/enums/PageBreakType.py +17 -0
- spire/xls/enums/PageOrientationType.py +16 -0
- spire/xls/enums/PagesOrderType.py +16 -0
- spire/xls/enums/PaperSizeType.py +134 -0
- spire/xls/enums/PivotGroupByTypes.py +22 -0
- spire/xls/enums/PrintCommentType.py +17 -0
- spire/xls/enums/PrintErrorsType.py +18 -0
- spire/xls/enums/ReadingOrderType.py +17 -0
- spire/xls/enums/RectangleStyleType.py +16 -0
- spire/xls/enums/ResizeBehaveType.py +17 -0
- spire/xls/enums/ShapeArrowLengthType.py +17 -0
- spire/xls/enums/ShapeArrowStyleType.py +20 -0
- spire/xls/enums/ShapeArrowWidthType.py +17 -0
- spire/xls/enums/ShapeDashLineStyleType.py +22 -0
- spire/xls/enums/ShapeFillType.py +21 -0
- spire/xls/enums/ShapeLayerChangeType.py +18 -0
- spire/xls/enums/ShapeLineStyleType.py +19 -0
- spire/xls/enums/SheetProtectionType.py +32 -0
- spire/xls/enums/SortComparsionType.py +18 -0
- spire/xls/enums/SortOrientationType.py +16 -0
- spire/xls/enums/SortedWayType.py +17 -0
- spire/xls/enums/SparklineType.py +17 -0
- spire/xls/enums/SplitType.py +18 -0
- spire/xls/enums/TextDirection.py +19 -0
- spire/xls/enums/TextRotationType.py +18 -0
- spire/xls/enums/ThemeColorType.py +26 -0
- spire/xls/enums/TickLabelPositionType.py +18 -0
- spire/xls/enums/TickMarkType.py +18 -0
- spire/xls/enums/TopBottomType.py +18 -0
- spire/xls/enums/TopFormatType.py +17 -0
- spire/xls/enums/TrendLineType.py +20 -0
- spire/xls/enums/UnknownVariableAction.py +17 -0
- spire/xls/enums/ValidationComparisonOperator.py +22 -0
- spire/xls/enums/VariableTypeAction.py +17 -0
- spire/xls/enums/VerticalAlignType.py +19 -0
- spire/xls/enums/ViewMode.py +17 -0
- spire/xls/enums/WorksheetVisibility.py +17 -0
- spire/xls/enums/XLSXBorderJoinType.py +18 -0
- spire/xls/enums/XLSXChartMaterialType.py +31 -0
- spire/xls/enums/XLSXChartPrespectiveType.py +20 -0
- spire/xls/enums/XLSXChartShadowInnerType.py +24 -0
- spire/xls/enums/XLSXChartShadowOuterType.py +24 -0
- spire/xls/enums/__init__.py +1 -0
- spire/xls/interfaces/IArcShape.py +285 -0
- spire/xls/interfaces/IChart.py +1597 -0
- spire/xls/interfaces/IChartAxis.py +786 -0
- spire/xls/interfaces/IChartBorder.py +203 -0
- spire/xls/interfaces/IChartCategoryAxis.py +522 -0
- spire/xls/interfaces/IChartDataLabels.py +419 -0
- spire/xls/interfaces/IChartDataPoint.py +114 -0
- spire/xls/interfaces/IChartDataTable.py +184 -0
- spire/xls/interfaces/IChartErrorBars.py +340 -0
- spire/xls/interfaces/IChartFillBorder.py +268 -0
- spire/xls/interfaces/IChartFormat.py +521 -0
- spire/xls/interfaces/IChartFrameFormat.py +85 -0
- spire/xls/interfaces/IChartGridLine.py +100 -0
- spire/xls/interfaces/IChartInterior.py +259 -0
- spire/xls/interfaces/IChartLegend.py +453 -0
- spire/xls/interfaces/IChartLegendEntry.py +167 -0
- spire/xls/interfaces/IChartPageSetup.py +51 -0
- spire/xls/interfaces/IChartSerie.py +727 -0
- spire/xls/interfaces/IChartSerieDataFormat.py +519 -0
- spire/xls/interfaces/IChartSeriesAxis.py +118 -0
- spire/xls/interfaces/IChartShape.py +88 -0
- spire/xls/interfaces/IChartTextArea.py +181 -0
- spire/xls/interfaces/IChartTrendLine.py +502 -0
- spire/xls/interfaces/IChartValueAxis.py +586 -0
- spire/xls/interfaces/IChartWallOrFloor.py +40 -0
- spire/xls/interfaces/ICheckBox.py +120 -0
- spire/xls/interfaces/ICloneParent.py +29 -0
- spire/xls/interfaces/IColorConditionValue.py +44 -0
- spire/xls/interfaces/IColorScale.py +39 -0
- spire/xls/interfaces/ICombinedRange.py +109 -0
- spire/xls/interfaces/IComboBoxShape.py +120 -0
- spire/xls/interfaces/IComment.py +110 -0
- spire/xls/interfaces/ICommentShape.py +20 -0
- spire/xls/interfaces/IConditionValue.py +83 -0
- spire/xls/interfaces/IConditionalFormat.py +757 -0
- spire/xls/interfaces/IConditionalFormats.py +66 -0
- spire/xls/interfaces/ICustomDocumentProperties.py +168 -0
- spire/xls/interfaces/IDataBar.py +127 -0
- spire/xls/interfaces/IDataValidation.py +506 -0
- spire/xls/interfaces/IDataValidationTable.py +84 -0
- spire/xls/interfaces/IDigitalSignature.py +111 -0
- spire/xls/interfaces/IDigitalSignatures.py +33 -0
- spire/xls/interfaces/IDocumentProperty.py +276 -0
- spire/xls/interfaces/IErrorIndicator.py +38 -0
- spire/xls/interfaces/IExtendIndex.py +26 -0
- spire/xls/interfaces/IExtendedFormat.py +631 -0
- spire/xls/interfaces/IFont.py +313 -0
- spire/xls/interfaces/IFormat3D.py +307 -0
- spire/xls/interfaces/IGeomPath.py +27 -0
- spire/xls/interfaces/IGeomPathInfo.py +141 -0
- spire/xls/interfaces/IGeomPathShape.py +40 -0
- spire/xls/interfaces/IGlow.py +104 -0
- spire/xls/interfaces/IGradient.py +203 -0
- spire/xls/interfaces/IGroupBox.py +82 -0
- spire/xls/interfaces/IHPageBreak.py +26 -0
- spire/xls/interfaces/IHyperLink.py +137 -0
- spire/xls/interfaces/IIconSet.py +115 -0
- spire/xls/interfaces/IInterior.py +137 -0
- spire/xls/interfaces/IInternalAddtionalFormat.py +277 -0
- spire/xls/interfaces/IInternalFont.py +38 -0
- spire/xls/interfaces/ILabelShape.py +60 -0
- spire/xls/interfaces/ILineShape.py +334 -0
- spire/xls/interfaces/IListObject.py +443 -0
- spire/xls/interfaces/IListObjectColumn.py +196 -0
- spire/xls/interfaces/IMarkersDesigner.py +133 -0
- spire/xls/interfaces/IMigrantRange.py +28 -0
- spire/xls/interfaces/INamedObject.py +27 -0
- spire/xls/interfaces/INamedRange.py +246 -0
- spire/xls/interfaces/INumberFormat.py +90 -0
- spire/xls/interfaces/IOleObject.py +225 -0
- spire/xls/interfaces/IOptimizedUpdate.py +35 -0
- spire/xls/interfaces/IOvalShape.py +201 -0
- spire/xls/interfaces/IPageSetup.py +260 -0
- spire/xls/interfaces/IPageSetupBase.py +849 -0
- spire/xls/interfaces/IPictureShape.py +118 -0
- spire/xls/interfaces/IPropertyData.py +100 -0
- spire/xls/interfaces/IPrstGeomShape.py +103 -0
- spire/xls/interfaces/IRadioButton.py +159 -0
- spire/xls/interfaces/IRectangleShape.py +90 -0
- spire/xls/interfaces/IReflectionEffect.py +217 -0
- spire/xls/interfaces/IScrollBarShape.py +139 -0
- spire/xls/interfaces/IShadow.py +385 -0
- spire/xls/interfaces/IShape.py +620 -0
- spire/xls/interfaces/IShapeFill.py +767 -0
- spire/xls/interfaces/IShapeLineFormat.py +488 -0
- spire/xls/interfaces/ISortColumn.py +138 -0
- spire/xls/interfaces/ISortColumns.py +106 -0
- spire/xls/interfaces/ISortedRule.py +154 -0
- spire/xls/interfaces/ISpinnerShape.py +124 -0
- spire/xls/interfaces/IStyle.py +60 -0
- spire/xls/interfaces/ITabSheet.py +364 -0
- spire/xls/interfaces/ITextBox.py +140 -0
- spire/xls/interfaces/ITextBoxLinkShape.py +48 -0
- spire/xls/interfaces/ITextBoxShape.py +27 -0
- spire/xls/interfaces/ITextFrame.py +146 -0
- spire/xls/interfaces/IVPageBreak.py +26 -0
- spire/xls/interfaces/IWorkbook.py +1736 -0
- spire/xls/interfaces/IWorksheet.py +2638 -0
- spire/xls/interfaces/IXLSRange.py +2241 -0
- spire/xls/interfaces/IXLSRanges.py +40 -0
- spire/xls/interfaces/IconSet.py +125 -0
- spire/xls/interfaces/ImageLocationTypes.py +17 -0
- spire/xls/interfaces/ImportObjectOptions.py +136 -0
- spire/xls/interfaces/InsertMoveOption.py +17 -0
- spire/xls/interfaces/InteriorArrayWrapper.py +181 -0
- spire/xls/interfaces/__init__.py +0 -0
- spire/xls/interfaces/collections/IDataValidationCollection.py +128 -0
- spire/xls/interfaces/collections/IHPageBreaks.py +37 -0
- spire/xls/interfaces/collections/IListObjects.py +34 -0
- spire/xls/interfaces/collections/IOleObjects.py +44 -0
- spire/xls/interfaces/collections/IPrstGeomShapes.py +87 -0
- spire/xls/interfaces/collections/IShapes.py +273 -0
- spire/xls/interfaces/collections/ITextBoxes.py +67 -0
- spire/xls/interfaces/collections/IVPageBreaks.py +37 -0
- spire/xls/interfaces/collections/__init__.py +0 -0
- spire/xls/interfaces/pivot_table/IPivotCache.py +50 -0
- spire/xls/interfaces/pivot_table/IPivotCaches.py +52 -0
- spire/xls/interfaces/pivot_table/IPivotCalculatedFields.py +69 -0
- spire/xls/interfaces/pivot_table/IPivotField.py +372 -0
- spire/xls/interfaces/pivot_table/IPivotTable.py +509 -0
- spire/xls/interfaces/pivot_table/IPivotTableOptions.py +507 -0
- spire/xls/interfaces/pivot_table/__init__.py +0 -0
- spire/xls/interfaces/sorting/__init__.py +0 -0
- spire/xls/lib/Spire.Xls.Base.dll +0 -0
- spire/xls/lib/_init_.py +0 -0
- spire/xls/license/LicenseProvider.py +107 -0
- spire/xls/license/__init__.py +0 -0
- spire/xls/pivot_tables/AutoSortScope.py +29 -0
- spire/xls/pivot_tables/PivotConditionalFormat.py +71 -0
- spire/xls/pivot_tables/PivotDataField.py +163 -0
- spire/xls/pivot_tables/PivotItem.py +228 -0
- spire/xls/pivot_tables/PivotReportFilter.py +199 -0
- spire/xls/pivot_tables/PivotReportFilters.py +95 -0
- spire/xls/pivot_tables/PivotStyle.py +104 -0
- spire/xls/pivot_tables/PivotTableStyle.py +76 -0
- spire/xls/pivot_tables/XlsPivotCache.py +506 -0
- spire/xls/pivot_tables/XlsPivotCacheField.py +276 -0
- spire/xls/pivot_tables/XlsPivotField.py +975 -0
- spire/xls/pivot_tables/XlsPivotTable.py +1189 -0
- spire/xls/pivot_tables/__init__.py +0 -0
- spire/xls/security/__init__.py +0 -0
- spire/xls/sorting/DataSorter.py +152 -0
- spire/xls/sorting/SortColumn.py +115 -0
- spire/xls/sorting/SortColumns.py +194 -0
- spire/xls/sorting/__init__.py +0 -0
- spire/xls/sparkline/ISparklines.py +72 -0
- spire/xls/sparkline/Sparkline.py +89 -0
- spire/xls/sparkline/SparklineCollection.py +107 -0
- spire/xls/sparkline/SparklineGroup.py +592 -0
- spire/xls/sparkline/SparklineGroupCollection.py +67 -0
- spire/xls/sparkline/__init__.py +0 -0
- spire/xls/template_markers/MarkerDesigner.py +171 -0
- spire/xls/template_markers/__init__.py +0 -0
- spire_xls-15.7.1.dist-info/METADATA +197 -0
- spire_xls-15.7.1.dist-info/RECORD +720 -0
- spire/xls/AddInFunctionsCollection.py +0 -29
- spire/xls/AlertStyleType.py +0 -18
- spire/xls/ArcShapeCollection.py +0 -70
- spire/xls/AutoFiltersCollection.py +0 -527
- spire/xls/AutoFitterOptions.py +0 -66
- spire/xls/AutoFormatOptions.py +0 -23
- spire/xls/AutoFormatType.py +0 -32
- spire/xls/AutoSortScope.py +0 -25
- spire/xls/AverageType.py +0 -25
- spire/xls/AxisLineIdentifierType.py +0 -19
- spire/xls/AxisTextDirectionType.py +0 -18
- spire/xls/AxisType.py +0 -18
- spire/xls/BaseFormatType.py +0 -17
- spire/xls/BordersCollection.py +0 -158
- spire/xls/BordersCollectionArrayWrapper.py +0 -95
- spire/xls/BordersLineType.py +0 -23
- spire/xls/BubbleSizeType.py +0 -17
- spire/xls/BuiltInDocumentProperties.py +0 -12
- spire/xls/BuiltInPropertyType.py +0 -50
- spire/xls/BuiltInStyles.py +0 -66
- spire/xls/CategoryType.py +0 -18
- spire/xls/CellDataType.py +0 -23
- spire/xls/CellFormatType.py +0 -21
- spire/xls/Chart.py +0 -404
- spire/xls/ChartArea.py +0 -61
- spire/xls/ChartBackgroundMode.py +0 -18
- spire/xls/ChartBaseUnitType.py +0 -18
- spire/xls/ChartCategoryAxis.py +0 -93
- spire/xls/ChartDataLabels.py +0 -42
- spire/xls/ChartDataPoint.py +0 -42
- spire/xls/ChartDataPointsCollection.py +0 -75
- spire/xls/ChartDisplayUnitType.py +0 -26
- spire/xls/ChartFormat.py +0 -72
- spire/xls/ChartFormatCollection.py +0 -59
- spire/xls/ChartGridLine.py +0 -27
- spire/xls/ChartLegend.py +0 -42
- spire/xls/ChartLegendEntriesColl.py +0 -128
- spire/xls/ChartLegendEntry.py +0 -27
- spire/xls/ChartLinePatternType.py +0 -24
- spire/xls/ChartLineWeightType.py +0 -19
- spire/xls/ChartMarkerType.py +0 -27
- spire/xls/ChartParagraphType.py +0 -18
- spire/xls/ChartPieType.py +0 -18
- spire/xls/ChartPlotArea.py +0 -53
- spire/xls/ChartPlotEmptyType.py +0 -18
- spire/xls/ChartSerie.py +0 -142
- spire/xls/ChartSerieDataFormat.py +0 -56
- spire/xls/ChartSeries.py +0 -154
- spire/xls/ChartSeriesAxis.py +0 -72
- spire/xls/ChartShadow.py +0 -235
- spire/xls/ChartSheet.py +0 -285
- spire/xls/ChartTextArea.py +0 -782
- spire/xls/ChartValueAxis.py +0 -92
- spire/xls/ChartsCollection.py +0 -113
- spire/xls/CheckState.py +0 -18
- spire/xls/CollectionBase.py +0 -184
- spire/xls/CollectionExtended.py +0 -92
- spire/xls/ColorConditionValue.py +0 -91
- spire/xls/ColorFilter.py +0 -45
- spire/xls/ColorType.py +0 -18
- spire/xls/ComboBoxCollection.py +0 -70
- spire/xls/CommentHAlignType.py +0 -21
- spire/xls/CommentVAlignType.py +0 -20
- spire/xls/CommentsCollection.py +0 -109
- spire/xls/ComparisonOperatorType.py +0 -24
- spire/xls/CondFormatCollectionWrapper.py +0 -125
- spire/xls/ConditionValue.py +0 -82
- spire/xls/ConditionValuePosition.py +0 -16
- spire/xls/ConditionalFormat.py +0 -14
- spire/xls/ConditionalFormatScope.py +0 -16
- spire/xls/ConditionalFormatType.py +0 -33
- spire/xls/ConditionalFormatWrapper.py +0 -986
- spire/xls/ConditionalFormats.py +0 -55
- spire/xls/CustomFilter.py +0 -147
- spire/xls/CustomFilterCollection.py +0 -113
- spire/xls/DataBarBorder.py +0 -47
- spire/xls/DataLabelPositionType.py +0 -26
- spire/xls/DataSorter.py +0 -154
- spire/xls/DataSourceType.py +0 -19
- spire/xls/DateTimeGroupItem.py +0 -132
- spire/xls/DropLineStyleType.py +0 -18
- spire/xls/DynamicFilter.py +0 -71
- spire/xls/ErrorBarIncludeType.py +0 -19
- spire/xls/ErrorBarType.py +0 -20
- spire/xls/ExcelCalculationMode.py +0 -18
- spire/xls/ExcelChartType.py +0 -96
- spire/xls/ExcelColors.py +0 -121
- spire/xls/ExcelComboType.py +0 -22
- spire/xls/ExcelHorizontalAlignment.py +0 -21
- spire/xls/ExcelPatternType.py +0 -52
- spire/xls/ExcelQuartileCalculation.py +0 -17
- spire/xls/ExcelShapeType.py +0 -41
- spire/xls/ExcelSheetType.py +0 -20
- spire/xls/ExcelTreeMapLabelOption.py +0 -18
- spire/xls/ExcelVersion.py +0 -24
- spire/xls/ExcelVerticalAlignment.py +0 -21
- spire/xls/ExpandCollapseFlags.py +0 -18
- spire/xls/FilterColumn.py +0 -258
- spire/xls/FilterConditionType.py +0 -21
- spire/xls/FilterDataType.py +0 -22
- spire/xls/FontUnderlineType.py +0 -20
- spire/xls/FontVertialAlignmentType.py +0 -20
- spire/xls/GradientColorType.py +0 -18
- spire/xls/GradientPatternType.py +0 -64
- spire/xls/GradientPresetType.py +0 -39
- spire/xls/GradientStyleType.py +0 -21
- spire/xls/GradientTextureType.py +0 -40
- spire/xls/GradientVariantsType.py +0 -19
- spire/xls/GroupShapeCollection.py +0 -46
- spire/xls/HPageBreaksCollection.py +0 -108
- spire/xls/HistogramAxisFormat.py +0 -30
- spire/xls/HorizontalAlignType.py +0 -23
- spire/xls/HyperLinkType.py +0 -20
- spire/xls/HyperLinksCollection.py +0 -72
- spire/xls/IArcShape.py +0 -259
- spire/xls/IChart.py +0 -1368
- spire/xls/IChartAxis.py +0 -722
- spire/xls/IChartBorder.py +0 -220
- spire/xls/IChartCategoryAxis.py +0 -410
- spire/xls/IChartDataLabels.py +0 -457
- spire/xls/IChartDataPoint.py +0 -131
- spire/xls/IChartDataTable.py +0 -197
- spire/xls/IChartErrorBars.py +0 -373
- spire/xls/IChartFillBorder.py +0 -303
- spire/xls/IChartFormat.py +0 -571
- spire/xls/IChartFrameFormat.py +0 -93
- spire/xls/IChartGridLine.py +0 -107
- spire/xls/IChartInterior.py +0 -278
- spire/xls/IChartLegend.py +0 -499
- spire/xls/IChartLegendEntry.py +0 -178
- spire/xls/IChartPageSetup.py +0 -56
- spire/xls/IChartSerie.py +0 -779
- spire/xls/IChartSerieDataFormat.py +0 -566
- spire/xls/IChartSeriesAxis.py +0 -128
- spire/xls/IChartShape.py +0 -92
- spire/xls/IChartTextArea.py +0 -197
- spire/xls/IChartTrendLine.py +0 -548
- spire/xls/IChartValueAxis.py +0 -518
- spire/xls/IChartWallOrFloor.py +0 -32
- spire/xls/ICheckBox.py +0 -96
- spire/xls/ICloneParent.py +0 -28
- spire/xls/IColorConditionValue.py +0 -31
- spire/xls/IColorScale.py +0 -32
- spire/xls/ICombinedRange.py +0 -87
- spire/xls/IComboBoxShape.py +0 -95
- spire/xls/IComment.py +0 -85
- spire/xls/ICommentShape.py +0 -12
- spire/xls/IConditionValue.py +0 -68
- spire/xls/IConditionalFormat.py +0 -606
- spire/xls/IConditionalFormats.py +0 -48
- spire/xls/ICustomDocumentProperties.py +0 -128
- spire/xls/IDataBar.py +0 -105
- spire/xls/IDataValidation.py +0 -421
- spire/xls/IDataValidationCollection.py +0 -132
- spire/xls/IDataValidationTable.py +0 -68
- spire/xls/IDigitalSignature.py +0 -99
- spire/xls/IDigitalSignatures.py +0 -29
- spire/xls/IDocumentProperty.py +0 -226
- spire/xls/IErrorIndicator.py +0 -31
- spire/xls/IExtendIndex.py +0 -21
- spire/xls/IExtendedFormat.py +0 -530
- spire/xls/IFont.py +0 -271
- spire/xls/IFormat3D.py +0 -252
- spire/xls/IGeomPath.py +0 -23
- spire/xls/IGeomPathInfo.py +0 -112
- spire/xls/IGeomPathShape.py +0 -30
- spire/xls/IGlow.py +0 -85
- spire/xls/IGradient.py +0 -174
- spire/xls/IGroupBox.py +0 -67
- spire/xls/IHPageBreak.py +0 -22
- spire/xls/IHPageBreaks.py +0 -31
- spire/xls/IHyperLink.py +0 -118
- spire/xls/IIconSet.py +0 -96
- spire/xls/IInterior.py +0 -117
- spire/xls/IInternalAddtionalFormat.py +0 -238
- spire/xls/IInternalFont.py +0 -31
- spire/xls/ILabelShape.py +0 -49
- spire/xls/ILineShape.py +0 -305
- spire/xls/IListObject.py +0 -493
- spire/xls/IListObjectColumn.py +0 -222
- spire/xls/IListObjects.py +0 -31
- spire/xls/IMarkersDesigner.py +0 -113
- spire/xls/IMigrantRange.py +0 -21
- spire/xls/INamedObject.py +0 -22
- spire/xls/INamedRange.py +0 -162
- spire/xls/INumberFormat.py +0 -77
- spire/xls/IOleObject.py +0 -176
- spire/xls/IOleObjects.py +0 -32
- spire/xls/IOptimizedUpdate.py +0 -28
- spire/xls/IOvalShape.py +0 -154
- spire/xls/IPageSetup.py +0 -195
- spire/xls/IPageSetupBase.py +0 -642
- spire/xls/IPictureShape.py +0 -99
- spire/xls/IPivotCache.py +0 -41
- spire/xls/IPivotCaches.py +0 -39
- spire/xls/IPivotCalculatedFields.py +0 -50
- spire/xls/IPivotField.py +0 -291
- spire/xls/IPivotTable.py +0 -393
- spire/xls/IPivotTableOptions.py +0 -428
- spire/xls/IPropertyData.py +0 -70
- spire/xls/IPrstGeomShape.py +0 -71
- spire/xls/IPrstGeomShapes.py +0 -81
- spire/xls/IRadioButton.py +0 -105
- spire/xls/IRectangleShape.py +0 -60
- spire/xls/IReflectionEffect.py +0 -138
- spire/xls/IScrollBarShape.py +0 -140
- spire/xls/IShadow.py +0 -244
- spire/xls/IShape.py +0 -409
- spire/xls/IShapeFill.py +0 -522
- spire/xls/IShapeLineFormat.py +0 -331
- spire/xls/IShapes.py +0 -270
- spire/xls/ISortColumn.py +0 -96
- spire/xls/ISortColumns.py +0 -70
- spire/xls/ISortedRule.py +0 -112
- spire/xls/ISparklines.py +0 -72
- spire/xls/ISpinnerShape.py +0 -102
- spire/xls/IStyle.py +0 -50
- spire/xls/ITabSheet.py +0 -302
- spire/xls/ITextBox.py +0 -116
- spire/xls/ITextBoxLinkShape.py +0 -40
- spire/xls/ITextBoxShape.py +0 -22
- spire/xls/ITextBoxes.py +0 -61
- spire/xls/ITextFrame.py +0 -120
- spire/xls/IVPageBreak.py +0 -22
- spire/xls/IVPageBreaks.py +0 -31
- spire/xls/IWorkbook.py +0 -1806
- spire/xls/IWorksheet.py +0 -2694
- spire/xls/IXLSRange.py +0 -2479
- spire/xls/IXLSRanges.py +0 -35
- spire/xls/IconSet.py +0 -103
- spire/xls/IgnoreErrorType.py +0 -24
- spire/xls/ImageFormatType.py +0 -18
- spire/xls/ImageLocationTypes.py +0 -15
- spire/xls/ImageType.py +0 -17
- spire/xls/ImportObjectOptions.py +0 -89
- spire/xls/InsertMoveOption.py +0 -15
- spire/xls/InteriorArrayWrapper.py +0 -126
- spire/xls/LegendPositionType.py +0 -21
- spire/xls/LegendSpacingType.py +0 -18
- spire/xls/LineStyleType.py +0 -29
- spire/xls/ListObjectCollection.py +0 -45
- spire/xls/MarkerDesigner.py +0 -172
- spire/xls/MultipleFilterCollection.py +0 -166
- spire/xls/NegativeBarFormat.py +0 -82
- spire/xls/OleObjectType.py +0 -51
- spire/xls/OrderBy.py +0 -19
- spire/xls/OrderType.py +0 -17
- spire/xls/OvalShapeCollection.py +0 -70
- spire/xls/PageBreakExtentType.py +0 -17
- spire/xls/PageBreakType.py +0 -18
- spire/xls/PageOrientationType.py +0 -17
- spire/xls/PagesOrderType.py +0 -17
- spire/xls/PaperSizeType.py +0 -135
- spire/xls/PicturesCollection.py +0 -532
- spire/xls/PivotConditionalFormat.py +0 -54
- spire/xls/PivotConditionalFormatCollection.py +0 -38
- spire/xls/PivotDataField.py +0 -118
- spire/xls/PivotGroupByTypes.py +0 -23
- spire/xls/PivotItem.py +0 -161
- spire/xls/PivotReportFilter.py +0 -92
- spire/xls/PivotReportFilters.py +0 -63
- spire/xls/PivotStyle.py +0 -79
- spire/xls/PivotTableFields.py +0 -85
- spire/xls/PivotTableStyle.py +0 -63
- spire/xls/PrintCommentType.py +0 -18
- spire/xls/PrintErrorsType.py +0 -19
- spire/xls/PrstGeomShapeCollection.py +0 -126
- spire/xls/RadioButtonCollection.py +0 -137
- spire/xls/RangesCollection.py +0 -537
- spire/xls/ReadingOrderType.py +0 -18
- spire/xls/RectangleStyleType.py +0 -17
- spire/xls/ResizeBehaveType.py +0 -18
- spire/xls/ShapeArrowLengthType.py +0 -18
- spire/xls/ShapeArrowStyleType.py +0 -21
- spire/xls/ShapeArrowWidthType.py +0 -18
- spire/xls/ShapeDashLineStyleType.py +0 -23
- spire/xls/ShapeFillType.py +0 -22
- spire/xls/ShapeLayerChangeType.py +0 -19
- spire/xls/ShapeLineStyleType.py +0 -20
- spire/xls/SheetProtectionType.py +0 -33
- spire/xls/SortColumn.py +0 -120
- spire/xls/SortColumns.py +0 -185
- spire/xls/SortComparsionType.py +0 -19
- spire/xls/SortOrientationType.py +0 -17
- spire/xls/SortedWayType.py +0 -18
- spire/xls/Sparkline.py +0 -70
- spire/xls/SparklineCollection.py +0 -112
- spire/xls/SparklineGroup.py +0 -523
- spire/xls/SparklineGroupCollection.py +0 -71
- spire/xls/SparklineType.py +0 -18
- spire/xls/SplitType.py +0 -19
- spire/xls/StylesCollection.py +0 -141
- spire/xls/TextDirection.py +0 -20
- spire/xls/TextRotationType.py +0 -19
- spire/xls/ThemeColorType.py +0 -27
- spire/xls/TickLabelPositionType.py +0 -19
- spire/xls/TickMarkType.py +0 -19
- spire/xls/Top10Filter.py +0 -75
- spire/xls/TopBottomType.py +0 -19
- spire/xls/TopFormatType.py +0 -18
- spire/xls/TrendLineType.py +0 -21
- spire/xls/UnknownVariableAction.py +0 -18
- spire/xls/VPageBreaksCollection.py +0 -96
- spire/xls/ValidationComparisonOperator.py +0 -23
- spire/xls/VariableTypeAction.py +0 -19
- spire/xls/VerticalAlignType.py +0 -20
- spire/xls/ViewMode.py +0 -18
- spire/xls/WorksheetVisibility.py +0 -18
- spire/xls/WorksheetsCollection.py +0 -341
- spire/xls/XLSXBorderJoinType.py +0 -19
- spire/xls/XLSXChartMaterialType.py +0 -32
- spire/xls/XLSXChartPrespectiveType.py +0 -21
- spire/xls/XLSXChartShadowInnerType.py +0 -25
- spire/xls/XLSXChartShadowOuterType.py +0 -25
- spire/xls/XlsAddInFunctionsCollection.py +0 -101
- spire/xls/XlsAutoFiltersCollection.py +0 -119
- spire/xls/XlsBordersCollection.py +0 -101
- spire/xls/XlsBuiltInDocumentProperties.py +0 -639
- spire/xls/XlsChart.py +0 -1510
- spire/xls/XlsChartAxis.py +0 -564
- spire/xls/XlsChartBorder.py +0 -165
- spire/xls/XlsChartCategoryAxis.py +0 -656
- spire/xls/XlsChartDataLabelArea.py +0 -387
- spire/xls/XlsChartDataLabels.py +0 -811
- spire/xls/XlsChartDataPoint.py +0 -108
- spire/xls/XlsChartDataPointsCollection.py +0 -120
- spire/xls/XlsChartDataTable.py +0 -393
- spire/xls/XlsChartDropBar.py +0 -301
- spire/xls/XlsChartFill.py +0 -571
- spire/xls/XlsChartFormat.py +0 -1069
- spire/xls/XlsChartFormatCollection.py +0 -162
- spire/xls/XlsChartFrameFormat.py +0 -614
- spire/xls/XlsChartGridLine.py +0 -171
- spire/xls/XlsChartInterior.py +0 -240
- spire/xls/XlsChartLegend.py +0 -355
- spire/xls/XlsChartLegendArea.py +0 -419
- spire/xls/XlsChartLegendEntry.py +0 -156
- spire/xls/XlsChartSerie.py +0 -589
- spire/xls/XlsChartSerieDataFormat.py +0 -1008
- spire/xls/XlsChartSeriesAxis.py +0 -212
- spire/xls/XlsChartShape.py +0 -1142
- spire/xls/XlsChartTitleArea.py +0 -392
- spire/xls/XlsChartValueAxis.py +0 -317
- spire/xls/XlsChartWallOrFloor.py +0 -319
- spire/xls/XlsCommentsCollection.py +0 -87
- spire/xls/XlsConditionValue.py +0 -111
- spire/xls/XlsConditionalFormat.py +0 -1119
- spire/xls/XlsConditionalFormats.py +0 -590
- spire/xls/XlsDataValidationCollection.py +0 -159
- spire/xls/XlsHPageBreaksCollection.py +0 -85
- spire/xls/XlsHyperLinksCollection.py +0 -102
- spire/xls/XlsPivotCache.py +0 -401
- spire/xls/XlsPivotCacheField.py +0 -209
- spire/xls/XlsPivotCachesCollection.py +0 -124
- spire/xls/XlsPivotField.py +0 -885
- spire/xls/XlsPivotTable.py +0 -905
- spire/xls/XlsRangesCollection.py +0 -1566
- spire/xls/XlsStylesCollection.py +0 -73
- spire/xls/XlsVPageBreaksCollection.py +0 -84
- spire/xls/XlsWorksheetsCollection.py +0 -416
- spire_xls-15.5.0.dist-info/METADATA +0 -197
- spire_xls-15.5.0.dist-info/RECORD +0 -703
- /spire/xls/{lib → autofilter}/__init__.py +0 -0
- /spire/xls/{ChartBorder.py → charts/ChartBorder.py} +0 -0
- /spire/xls/{ChartDataTable.py → charts/ChartDataTable.py} +0 -0
- /spire/xls/{ChartDropBar.py → charts/ChartDropBar.py} +0 -0
- /spire/xls/{ChartInterior.py → charts/ChartInterior.py} +0 -0
- /spire/xls/{ChartPageSetup.py → charts/ChartPageSetup.py} +0 -0
- /spire/xls/{ChartTitle.py → charts/ChartTitle.py} +0 -0
- /spire/xls/{ChartWallOrFloor.py → charts/ChartWallOrFloor.py} +0 -0
- /spire/xls/{XlsChartPageSetup.py → charts/XlsChartPageSetup.py} +0 -0
- /spire/xls/{XlsChartPlotArea.py → charts/XlsChartPlotArea.py} +0 -0
- /spire/xls/{ButtonShapeCollection.py → collection/ButtonShapeCollection.py} +0 -0
- /spire/xls/{CheckBoxCollection.py → collection/CheckBoxCollection.py} +0 -0
- /spire/xls/{CollectionChangeEventArgs.py → collection/CollectionChangeEventArgs.py} +0 -0
- /spire/xls/{DataConnections.py → collection/DataConnections.py} +0 -0
- /spire/xls/{ExternalLinkCollection.py → collection/ExternalLinkCollection.py} +0 -0
- /spire/xls/{FontsCollection.py → collection/FontsCollection.py} +0 -0
- /spire/xls/{GeomertyAdjustValuesCollection.py → collection/GeomertyAdjustValuesCollection.py} +0 -0
- /spire/xls/{GroupBoxCollection.py → collection/GroupBoxCollection.py} +0 -0
- /spire/xls/{LabelShapeCollection.py → collection/LabelShapeCollection.py} +0 -0
- /spire/xls/{LineCollection.py → collection/LineCollection.py} +0 -0
- /spire/xls/{ListBoxCollection.py → collection/ListBoxCollection.py} +0 -0
- /spire/xls/{QueryTableCollection.py → collection/QueryTableCollection.py} +0 -0
- /spire/xls/{RectangleCollection.py → collection/RectangleCollection.py} +0 -0
- /spire/xls/{ScrollBarCollection.py → collection/ScrollBarCollection.py} +0 -0
- /spire/xls/{ShapeCollectionBase.py → collection/ShapeCollectionBase.py} +0 -0
- /spire/xls/{SpinnerShapeCollection.py → collection/SpinnerShapeCollection.py} +0 -0
- /spire/xls/{TextBoxCollection.py → collection/TextBoxCollection.py} +0 -0
- /spire/xls/{WorkbookObjectsCollection.py → collection/WorkbookObjectsCollection.py} +0 -0
- /spire/xls/{WorksheetChartsCollection.py → collection/WorksheetChartsCollection.py} +0 -0
- /spire/xls/{WorksheetConditionalFormats.py → collection/WorksheetConditionalFormats.py} +0 -0
- /spire/xls/{XlsChartSeries.py → collection/XlsChartSeries.py} +0 -0
- /spire/xls/{XlsChartsCollection.py → collection/XlsChartsCollection.py} +0 -0
- /spire/xls/{XlsFontsCollection.py → collection/XlsFontsCollection.py} +0 -0
- /spire/xls/{XlsHeaderFooterShapeCollection.py → collection/XlsHeaderFooterShapeCollection.py} +0 -0
- /spire/xls/{XlsPicturesCollection.py → collection/XlsPicturesCollection.py} +0 -0
- /spire/xls/{XlsWorkbookObjectsCollection.py → collection/XlsWorkbookObjectsCollection.py} +0 -0
- /spire/xls/{XlsWorksheetChartsCollection.py → collection/XlsWorksheetChartsCollection.py} +0 -0
- /spire/xls/{XlsWorksheetConditionalFormats.py → collection/XlsWorksheetConditionalFormats.py} +0 -0
- /spire/xls/{PivotCachesCollection.py → collection/pivot_table/PivotCachesCollection.py} +0 -0
- /spire/xls/{PivotCalculatedFieldsCollection.py → collection/pivot_table/PivotCalculatedFieldsCollection.py} +0 -0
- /spire/xls/{PivotDataFields.py → collection/pivot_table/PivotDataFields.py} +0 -0
- /spire/xls/{PivotTablesCollection.py → collection/pivot_table/PivotTablesCollection.py} +0 -0
- /spire/xls/{XlsPivotTablesCollection.py → collection/pivot_table/XlsPivotTablesCollection.py} +0 -0
- /spire/xls/{AxisTypes.py → enums/AxisTypes.py} +0 -0
- /spire/xls/{CompoundLineType.py → enums/CompoundLineType.py} +0 -0
- /spire/xls/{ConditionValueType.py → enums/ConditionValueType.py} +0 -0
- /spire/xls/{ConditionalTopNType.py → enums/ConditionalTopNType.py} +0 -0
- /spire/xls/{ConnectionDataSourceType.py → enums/ConnectionDataSourceType.py} +0 -0
- /spire/xls/{CopyRangeOptions.py → enums/CopyRangeOptions.py} +0 -0
- /spire/xls/{DataBarAxisPosition.py → enums/DataBarAxisPosition.py} +0 -0
- /spire/xls/{DataBarBorderType.py → enums/DataBarBorderType.py} +0 -0
- /spire/xls/{DataBarFillType.py → enums/DataBarFillType.py} +0 -0
- /spire/xls/{DataBarNegativeColorType.py → enums/DataBarNegativeColorType.py} +0 -0
- /spire/xls/{DataMarkerDirection.py → enums/DataMarkerDirection.py} +0 -0
- /spire/xls/{DateTimeGroupingType.py → enums/DateTimeGroupingType.py} +0 -0
- /spire/xls/{DeleteOption.py → enums/DeleteOption.py} +0 -0
- /spire/xls/{DynamicFilterType.py → enums/DynamicFilterType.py} +0 -0
- /spire/xls/{ExcelClearOptions.py → enums/ExcelClearOptions.py} +0 -0
- /spire/xls/{ExcelFindOptions.py → enums/ExcelFindOptions.py} +0 -0
- /spire/xls/{ExcelSaveType.py → enums/ExcelSaveType.py} +0 -0
- /spire/xls/{ExcelTotalsCalculation.py → enums/ExcelTotalsCalculation.py} +0 -0
- /spire/xls/{FillPictureType.py → enums/FillPictureType.py} +0 -0
- /spire/xls/{FilterOperatorType.py → enums/FilterOperatorType.py} +0 -0
- /spire/xls/{FilterType.py → enums/FilterType.py} +0 -0
- /spire/xls/{FindType.py → enums/FindType.py} +0 -0
- /spire/xls/{GeomertyAdjustValueFormulaType.py → enums/GeomertyAdjustValueFormulaType.py} +0 -0
- /spire/xls/{GroupByType.py → enums/GroupByType.py} +0 -0
- /spire/xls/{HttpContentType.py → enums/HttpContentType.py} +0 -0
- /spire/xls/{IconSetType.py → enums/IconSetType.py} +0 -0
- /spire/xls/{InsertOptionsType.py → enums/InsertOptionsType.py} +0 -0
- /spire/xls/{LineShapeType.py → enums/LineShapeType.py} +0 -0
- /spire/xls/{MeasureUnits.py → enums/MeasureUnits.py} +0 -0
- /spire/xls/{MsoPathType.py → enums/MsoPathType.py} +0 -0
- /spire/xls/{OLEDBCommandType.py → enums/OLEDBCommandType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImagePositionType.py → enums/OdsPageBackgroundImagePositionType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImageType.py → enums/OdsPageBackgroundImageType.py} +0 -0
- /spire/xls/{OdsPageBackgroundType.py → enums/OdsPageBackgroundType.py} +0 -0
- /spire/xls/{OleLinkType.py → enums/OleLinkType.py} +0 -0
- /spire/xls/{PathFillMode.py → enums/PathFillMode.py} +0 -0
- /spire/xls/{PdfConformanceLevel.py → enums/PdfConformanceLevel.py} +0 -0
- /spire/xls/{PivotAutoFomatTypes.py → enums/PivotAutoFomatTypes.py} +0 -0
- /spire/xls/{PivotBuiltInStyles.py → enums/PivotBuiltInStyles.py} +0 -0
- /spire/xls/{PivotDataType.py → enums/PivotDataType.py} +0 -0
- /spire/xls/{PivotFieldFormatType.py → enums/PivotFieldFormatType.py} +0 -0
- /spire/xls/{PivotFieldSortType.py → enums/PivotFieldSortType.py} +0 -0
- /spire/xls/{PivotItemType.py → enums/PivotItemType.py} +0 -0
- /spire/xls/{PivotLabelFilterType.py → enums/PivotLabelFilterType.py} +0 -0
- /spire/xls/{PivotPageAreaFieldsOrderType.py → enums/PivotPageAreaFieldsOrderType.py} +0 -0
- /spire/xls/{PivotTableElement.py → enums/PivotTableElement.py} +0 -0
- /spire/xls/{PivotTableLayoutType.py → enums/PivotTableLayoutType.py} +0 -0
- /spire/xls/{PivotValueFilterType.py → enums/PivotValueFilterType.py} +0 -0
- /spire/xls/{PresetTextEffect.py → enums/PresetTextEffect.py} +0 -0
- /spire/xls/{PrintingPageType.py → enums/PrintingPageType.py} +0 -0
- /spire/xls/{PropertyType.py → enums/PropertyType.py} +0 -0
- /spire/xls/{PrstGeomShapeType.py → enums/PrstGeomShapeType.py} +0 -0
- /spire/xls/{RectangleShapeType.py → enums/RectangleShapeType.py} +0 -0
- /spire/xls/{RelationShip.py → enums/RelationShip.py} +0 -0
- /spire/xls/{RenameStrategy.py → enums/RenameStrategy.py} +0 -0
- /spire/xls/{RtfTags.py → enums/RtfTags.py} +0 -0
- /spire/xls/{SelectionType.py → enums/SelectionType.py} +0 -0
- /spire/xls/{SparklineEmptyCells.py → enums/SparklineEmptyCells.py} +0 -0
- /spire/xls/{SpartlineVerticalAxisType.py → enums/SpartlineVerticalAxisType.py} +0 -0
- /spire/xls/{StrikeThroughStyle.py → enums/StrikeThroughStyle.py} +0 -0
- /spire/xls/{StyleDefineType.py → enums/StyleDefineType.py} +0 -0
- /spire/xls/{SubtotalTypes.py → enums/SubtotalTypes.py} +0 -0
- /spire/xls/{TRangeValueType.py → enums/TRangeValueType.py} +0 -0
- /spire/xls/{TableBuiltInStyles.py → enums/TableBuiltInStyles.py} +0 -0
- /spire/xls/{TextDirectionType.py → enums/TextDirectionType.py} +0 -0
- /spire/xls/{TextVerticalValue.py → enums/TextVerticalValue.py} +0 -0
- /spire/xls/{TimePeriodType.py → enums/TimePeriodType.py} +0 -0
- /spire/xls/{UnderlineStyle.py → enums/UnderlineStyle.py} +0 -0
- /spire/xls/{WorksheetCopyType.py → enums/WorksheetCopyType.py} +0 -0
- /spire/xls/{XLSXChartBevelType.py → enums/XLSXChartBevelType.py} +0 -0
- /spire/xls/{XLSXChartLightingType.py → enums/XLSXChartLightingType.py} +0 -0
- /spire/xls/{XLSXPivotItemType.py → enums/XLSXPivotItemType.py} +0 -0
- /spire/xls/{XmlOpenType.py → enums/XmlOpenType.py} +0 -0
- /spire/xls/{IAddInFunction.py → interfaces/IAddInFunction.py} +0 -0
- /spire/xls/{IAutoFilter.py → interfaces/IAutoFilter.py} +0 -0
- /spire/xls/{IAutoFilterCondition.py → interfaces/IAutoFilterCondition.py} +0 -0
- /spire/xls/{IAutoFilters.py → interfaces/IAutoFilters.py} +0 -0
- /spire/xls/{IBorder.py → interfaces/IBorder.py} +0 -0
- /spire/xls/{IBuiltInDocumentProperties.py → interfaces/IBuiltInDocumentProperties.py} +0 -0
- /spire/xls/{IButtonShape.py → interfaces/IButtonShape.py} +0 -0
- /spire/xls/{IChartDropBar.py → interfaces/IChartDropBar.py} +0 -0
- /spire/xls/{IExcelApplication.py → interfaces/IExcelApplication.py} +0 -0
- /spire/xls/{IInternalWorksheet.py → interfaces/IInternalWorksheet.py} +0 -0
- /spire/xls/{IListBox.py → interfaces/IListBox.py} +0 -0
- /spire/xls/{IRichTextString.py → interfaces/IRichTextString.py} +0 -0
- /spire/xls/{IAddInFunctions.py → interfaces/collections/IAddInFunctions.py} +0 -0
- /spire/xls/{IArcShapes.py → interfaces/collections/IArcShapes.py} +0 -0
- /spire/xls/{IBorders.py → interfaces/collections/IBorders.py} +0 -0
- /spire/xls/{IButtonShapes.py → interfaces/collections/IButtonShapes.py} +0 -0
- /spire/xls/{IChartDataPoints.py → interfaces/collections/IChartDataPoints.py} +0 -0
- /spire/xls/{IChartLegendEntries.py → interfaces/collections/IChartLegendEntries.py} +0 -0
- /spire/xls/{IChartSeries.py → interfaces/collections/IChartSeries.py} +0 -0
- /spire/xls/{IChartShapes.py → interfaces/collections/IChartShapes.py} +0 -0
- /spire/xls/{IChartTrendLines.py → interfaces/collections/IChartTrendLines.py} +0 -0
- /spire/xls/{ICharts.py → interfaces/collections/ICharts.py} +0 -0
- /spire/xls/{ICheckBoxes.py → interfaces/collections/ICheckBoxes.py} +0 -0
- /spire/xls/{IComboBoxes.py → interfaces/collections/IComboBoxes.py} +0 -0
- /spire/xls/{IComments.py → interfaces/collections/IComments.py} +0 -0
- /spire/xls/{IConditionalFormatsCollection.py → interfaces/collections/IConditionalFormatsCollection.py} +0 -0
- /spire/xls/{IGroupBoxes.py → interfaces/collections/IGroupBoxes.py} +0 -0
- /spire/xls/{IHyperLinks.py → interfaces/collections/IHyperLinks.py} +0 -0
- /spire/xls/{ILabelShapes.py → interfaces/collections/ILabelShapes.py} +0 -0
- /spire/xls/{ILines.py → interfaces/collections/ILines.py} +0 -0
- /spire/xls/{IListBoxes.py → interfaces/collections/IListBoxes.py} +0 -0
- /spire/xls/{INameRanges.py → interfaces/collections/INameRanges.py} +0 -0
- /spire/xls/{IOvalShapes.py → interfaces/collections/IOvalShapes.py} +0 -0
- /spire/xls/{IPictures.py → interfaces/collections/IPictures.py} +0 -0
- /spire/xls/{IRadioButtons.py → interfaces/collections/IRadioButtons.py} +0 -0
- /spire/xls/{IRectangleShapes.py → interfaces/collections/IRectangleShapes.py} +0 -0
- /spire/xls/{IScrollBarShapes.py → interfaces/collections/IScrollBarShapes.py} +0 -0
- /spire/xls/{ISpinnerShapes.py → interfaces/collections/ISpinnerShapes.py} +0 -0
- /spire/xls/{IStyles.py → interfaces/collections/IStyles.py} +0 -0
- /spire/xls/{ITabSheets.py → interfaces/collections/ITabSheets.py} +0 -0
- /spire/xls/{IWorksheetGroup.py → interfaces/collections/IWorksheetGroup.py} +0 -0
- /spire/xls/{IWorksheets.py → interfaces/collections/IWorksheets.py} +0 -0
- /spire/xls/{IPivotDataField.py → interfaces/pivot_table/IPivotDataField.py} +0 -0
- /spire/xls/{IPivotDataFields.py → interfaces/pivot_table/IPivotDataFields.py} +0 -0
- /spire/xls/{IPivotFields.py → interfaces/pivot_table/IPivotFields.py} +0 -0
- /spire/xls/{IPivotTables.py → interfaces/pivot_table/IPivotTables.py} +0 -0
- /spire/xls/{IDataSort.py → interfaces/sorting/IDataSort.py} +0 -0
- /spire/xls/{PivotCache.py → pivot_tables/PivotCache.py} +0 -0
- /spire/xls/{PivotField.py → pivot_tables/PivotField.py} +0 -0
- /spire/xls/{PivotTable.py → pivot_tables/PivotTable.py} +0 -0
- /spire/xls/{EncryptedKeyInfo.py → security/EncryptedKeyInfo.py} +0 -0
- /spire/xls/{ISparkline.py → sparkline/ISparkline.py} +0 -0
- /spire/xls/{ISparklineGroup.py → sparkline/ISparklineGroup.py} +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.7.1.dist-info}/WHEEL +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.7.1.dist-info}/top_level.txt +0 -0
spire/xls/XlsShape.py
CHANGED
|
@@ -8,8 +8,12 @@ from ctypes import *
|
|
|
8
8
|
import abc
|
|
9
9
|
|
|
10
10
|
class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
11
|
-
"""
|
|
12
|
-
|
|
11
|
+
"""Represents a shape in an Excel worksheet.
|
|
12
|
+
|
|
13
|
+
This class provides properties and methods for manipulating shapes in Excel worksheets,
|
|
14
|
+
including positioning, sizing, appearance, and other shape-specific functionality.
|
|
15
|
+
It serves as a base class for various shape types and implements multiple interfaces
|
|
16
|
+
for shape manipulation.
|
|
13
17
|
"""
|
|
14
18
|
#@dispatch
|
|
15
19
|
|
|
@@ -30,10 +34,11 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
30
34
|
|
|
31
35
|
def SaveToImage(self ,fileStream:Stream):
|
|
32
36
|
"""
|
|
33
|
-
<summary>
|
|
34
37
|
Save shape to image.
|
|
35
|
-
|
|
36
|
-
|
|
38
|
+
|
|
39
|
+
Args:
|
|
40
|
+
fileStream: Output stream. It is ignored if null.
|
|
41
|
+
|
|
37
42
|
"""
|
|
38
43
|
intPtrfileStream:c_void_p = fileStream.Ptr
|
|
39
44
|
|
|
@@ -43,11 +48,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
43
48
|
@dispatch
|
|
44
49
|
|
|
45
50
|
def SaveToImage(self ,fileName:str):
|
|
46
|
-
"""
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
<param name="fileName">Output file name.</param>
|
|
51
|
+
"""Save the shape to an image file.
|
|
52
|
+
|
|
53
|
+
Args:
|
|
54
|
+
fileName (str): Output file name where the image will be saved.
|
|
51
55
|
"""
|
|
52
56
|
|
|
53
57
|
GetDllLibXls().XlsShape_SaveToImageF1.argtypes=[c_void_p ,c_void_p]
|
|
@@ -55,8 +59,11 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
55
59
|
|
|
56
60
|
|
|
57
61
|
def SetTextEffect(self ,effect:'PresetTextEffect',text:str):
|
|
58
|
-
"""
|
|
59
|
-
|
|
62
|
+
"""Apply a text effect to the shape.
|
|
63
|
+
|
|
64
|
+
Args:
|
|
65
|
+
effect (PresetTextEffect): The preset text effect to apply.
|
|
66
|
+
text (str): The text to which the effect will be applied.
|
|
60
67
|
"""
|
|
61
68
|
enumeffect:c_int = effect.value
|
|
62
69
|
|
|
@@ -66,12 +73,13 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
66
73
|
@dispatch
|
|
67
74
|
|
|
68
75
|
def Clone(self ,parent:SpireObject)->SpireObject:
|
|
69
|
-
"""
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
76
|
+
"""Creates a clone of the current shape.
|
|
77
|
+
|
|
78
|
+
Args:
|
|
79
|
+
parent (SpireObject): New parent for the shape object.
|
|
80
|
+
|
|
81
|
+
Returns:
|
|
82
|
+
SpireObject: A copy of the current shape.
|
|
75
83
|
"""
|
|
76
84
|
intPtrparent:c_void_p = parent.Ptr
|
|
77
85
|
|
|
@@ -109,8 +117,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
109
117
|
@property
|
|
110
118
|
|
|
111
119
|
def Name(self)->str:
|
|
112
|
-
"""
|
|
113
|
-
|
|
120
|
+
"""Gets or sets the name of the shape.
|
|
121
|
+
|
|
122
|
+
Returns:
|
|
123
|
+
str: The name of the shape.
|
|
114
124
|
"""
|
|
115
125
|
GetDllLibXls().XlsShape_get_Name.argtypes=[c_void_p]
|
|
116
126
|
GetDllLibXls().XlsShape_get_Name.restype=c_void_p
|
|
@@ -120,13 +130,20 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
120
130
|
|
|
121
131
|
@Name.setter
|
|
122
132
|
def Name(self, value:str):
|
|
133
|
+
"""Sets the name of the shape.
|
|
134
|
+
|
|
135
|
+
Args:
|
|
136
|
+
value (str): The name to set for the shape.
|
|
137
|
+
"""
|
|
123
138
|
GetDllLibXls().XlsShape_set_Name.argtypes=[c_void_p, c_wchar_p]
|
|
124
139
|
CallCFunction(GetDllLibXls().XlsShape_set_Name, self.Ptr, value)
|
|
125
140
|
|
|
126
141
|
|
|
127
142
|
def SetName(self ,name:str):
|
|
128
|
-
"""
|
|
129
|
-
|
|
143
|
+
"""Sets the name of the shape.
|
|
144
|
+
|
|
145
|
+
Args:
|
|
146
|
+
name (str): The name to set for the shape.
|
|
130
147
|
"""
|
|
131
148
|
|
|
132
149
|
GetDllLibXls().XlsShape_SetName.argtypes=[c_void_p ,c_void_p]
|
|
@@ -134,8 +151,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
134
151
|
|
|
135
152
|
|
|
136
153
|
def ChangeLayer(self ,changeType:'ShapeLayerChangeType'):
|
|
137
|
-
"""
|
|
138
|
-
|
|
154
|
+
"""Changes the layer of the shape.
|
|
155
|
+
|
|
156
|
+
Args:
|
|
157
|
+
changeType (ShapeLayerChangeType): The type of layer change to apply.
|
|
139
158
|
"""
|
|
140
159
|
enumchangeType:c_int = changeType.value
|
|
141
160
|
|
|
@@ -144,10 +163,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
144
163
|
|
|
145
164
|
@property
|
|
146
165
|
def Height(self)->int:
|
|
147
|
-
"""
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
166
|
+
"""Gets or sets the height of the shape in pixels.
|
|
167
|
+
|
|
168
|
+
Returns:
|
|
169
|
+
int: The height of the shape.
|
|
151
170
|
"""
|
|
152
171
|
GetDllLibXls().XlsShape_get_Height.argtypes=[c_void_p]
|
|
153
172
|
GetDllLibXls().XlsShape_get_Height.restype=c_int
|
|
@@ -156,13 +175,20 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
156
175
|
|
|
157
176
|
@Height.setter
|
|
158
177
|
def Height(self, value:int):
|
|
178
|
+
"""Sets the height of the shape in pixels.
|
|
179
|
+
|
|
180
|
+
Args:
|
|
181
|
+
value (int): The height to set for the shape.
|
|
182
|
+
"""
|
|
159
183
|
GetDllLibXls().XlsShape_set_Height.argtypes=[c_void_p, c_int]
|
|
160
184
|
CallCFunction(GetDllLibXls().XlsShape_set_Height, self.Ptr, value)
|
|
161
185
|
|
|
162
186
|
@property
|
|
163
187
|
def ID(self)->int:
|
|
164
|
-
"""
|
|
165
|
-
|
|
188
|
+
"""Gets the unique identifier of the shape.
|
|
189
|
+
|
|
190
|
+
Returns:
|
|
191
|
+
int: The unique identifier of the shape.
|
|
166
192
|
"""
|
|
167
193
|
GetDllLibXls().XlsShape_get_ID.argtypes=[c_void_p]
|
|
168
194
|
GetDllLibXls().XlsShape_get_ID.restype=c_int
|
|
@@ -171,8 +197,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
171
197
|
|
|
172
198
|
@property
|
|
173
199
|
def ShapeId(self)->int:
|
|
174
|
-
"""
|
|
175
|
-
|
|
200
|
+
"""Gets or sets the shape identifier.
|
|
201
|
+
|
|
202
|
+
Returns:
|
|
203
|
+
int: The shape identifier.
|
|
176
204
|
"""
|
|
177
205
|
GetDllLibXls().XlsShape_get_ShapeId.argtypes=[c_void_p]
|
|
178
206
|
GetDllLibXls().XlsShape_get_ShapeId.restype=c_int
|
|
@@ -181,13 +209,20 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
181
209
|
|
|
182
210
|
@ShapeId.setter
|
|
183
211
|
def ShapeId(self, value:int):
|
|
212
|
+
"""Sets the shape identifier.
|
|
213
|
+
|
|
214
|
+
Args:
|
|
215
|
+
value (int): The shape identifier to set.
|
|
216
|
+
"""
|
|
184
217
|
GetDllLibXls().XlsShape_set_ShapeId.argtypes=[c_void_p, c_int]
|
|
185
218
|
CallCFunction(GetDllLibXls().XlsShape_set_ShapeId, self.Ptr, value)
|
|
186
219
|
|
|
187
220
|
@property
|
|
188
221
|
def Left(self)->int:
|
|
189
|
-
"""
|
|
190
|
-
|
|
222
|
+
"""Gets or sets the position of the left edge of the shape in pixels.
|
|
223
|
+
|
|
224
|
+
Returns:
|
|
225
|
+
int: The position of the left edge of the shape.
|
|
191
226
|
"""
|
|
192
227
|
GetDllLibXls().XlsShape_get_Left.argtypes=[c_void_p]
|
|
193
228
|
GetDllLibXls().XlsShape_get_Left.restype=c_int
|
|
@@ -196,13 +231,20 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
196
231
|
|
|
197
232
|
@Left.setter
|
|
198
233
|
def Left(self, value:int):
|
|
234
|
+
"""Sets the position of the left edge of the shape in pixels.
|
|
235
|
+
|
|
236
|
+
Args:
|
|
237
|
+
value (int): The position of the left edge of the shape to set.
|
|
238
|
+
"""
|
|
199
239
|
GetDllLibXls().XlsShape_set_Left.argtypes=[c_void_p, c_int]
|
|
200
240
|
CallCFunction(GetDllLibXls().XlsShape_set_Left, self.Ptr, value)
|
|
201
241
|
|
|
202
242
|
@property
|
|
203
243
|
def Top(self)->int:
|
|
204
|
-
"""
|
|
205
|
-
|
|
244
|
+
"""Gets or sets the position of the top edge of the shape in pixels.
|
|
245
|
+
|
|
246
|
+
Returns:
|
|
247
|
+
int: The position of the top edge of the shape.
|
|
206
248
|
"""
|
|
207
249
|
GetDllLibXls().XlsShape_get_Top.argtypes=[c_void_p]
|
|
208
250
|
GetDllLibXls().XlsShape_get_Top.restype=c_int
|
|
@@ -211,15 +253,20 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
211
253
|
|
|
212
254
|
@Top.setter
|
|
213
255
|
def Top(self, value:int):
|
|
256
|
+
"""Sets the position of the top edge of the shape in pixels.
|
|
257
|
+
|
|
258
|
+
Args:
|
|
259
|
+
value (int): The position of the top edge of the shape to set.
|
|
260
|
+
"""
|
|
214
261
|
GetDllLibXls().XlsShape_set_Top.argtypes=[c_void_p, c_int]
|
|
215
262
|
CallCFunction(GetDllLibXls().XlsShape_set_Top, self.Ptr, value)
|
|
216
263
|
|
|
217
264
|
@property
|
|
218
265
|
def Width(self)->int:
|
|
219
|
-
"""
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
266
|
+
"""Gets or sets the width of the shape in pixels.
|
|
267
|
+
|
|
268
|
+
Returns:
|
|
269
|
+
int: The width of the shape.
|
|
223
270
|
"""
|
|
224
271
|
GetDllLibXls().XlsShape_get_Width.argtypes=[c_void_p]
|
|
225
272
|
GetDllLibXls().XlsShape_get_Width.restype=c_int
|
|
@@ -228,16 +275,21 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
228
275
|
|
|
229
276
|
@Width.setter
|
|
230
277
|
def Width(self, value:int):
|
|
278
|
+
"""Sets the width of the shape in pixels.
|
|
279
|
+
|
|
280
|
+
Args:
|
|
281
|
+
value (int): The width to set for the shape.
|
|
282
|
+
"""
|
|
231
283
|
GetDllLibXls().XlsShape_set_Width.argtypes=[c_void_p, c_int]
|
|
232
284
|
CallCFunction(GetDllLibXls().XlsShape_set_Width, self.Ptr, value)
|
|
233
285
|
|
|
234
286
|
@property
|
|
235
287
|
|
|
236
288
|
def ShapeType(self)->'ExcelShapeType':
|
|
237
|
-
"""
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
289
|
+
"""Gets or sets the type of the shape.
|
|
290
|
+
|
|
291
|
+
Returns:
|
|
292
|
+
ExcelShapeType: An enumeration value representing the shape type.
|
|
241
293
|
"""
|
|
242
294
|
GetDllLibXls().XlsShape_get_ShapeType.argtypes=[c_void_p]
|
|
243
295
|
GetDllLibXls().XlsShape_get_ShapeType.restype=c_int
|
|
@@ -247,13 +299,22 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
247
299
|
|
|
248
300
|
@ShapeType.setter
|
|
249
301
|
def ShapeType(self, value:'ExcelShapeType'):
|
|
302
|
+
"""Sets the type of the shape.
|
|
303
|
+
|
|
304
|
+
Args:
|
|
305
|
+
value (ExcelShapeType): An enumeration value representing the shape type to set.
|
|
306
|
+
"""
|
|
250
307
|
GetDllLibXls().XlsShape_set_ShapeType.argtypes=[c_void_p, c_int]
|
|
251
308
|
CallCFunction(GetDllLibXls().XlsShape_set_ShapeType, self.Ptr, value.value)
|
|
252
309
|
|
|
253
310
|
@property
|
|
254
311
|
def VmlShape(self)->bool:
|
|
255
|
-
"""
|
|
256
|
-
|
|
312
|
+
"""Gets or sets whether the shape is a VML shape.
|
|
313
|
+
|
|
314
|
+
VML (Vector Markup Language) shapes are an older format used in Excel.
|
|
315
|
+
|
|
316
|
+
Returns:
|
|
317
|
+
bool: True if the shape is a VML shape; otherwise, False.
|
|
257
318
|
"""
|
|
258
319
|
GetDllLibXls().XlsShape_get_VmlShape.argtypes=[c_void_p]
|
|
259
320
|
GetDllLibXls().XlsShape_get_VmlShape.restype=c_bool
|
|
@@ -262,15 +323,22 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
262
323
|
|
|
263
324
|
@VmlShape.setter
|
|
264
325
|
def VmlShape(self, value:bool):
|
|
326
|
+
"""Sets whether the shape is a VML shape.
|
|
327
|
+
|
|
328
|
+
Args:
|
|
329
|
+
value (bool): True to set as a VML shape; False otherwise.
|
|
330
|
+
"""
|
|
265
331
|
GetDllLibXls().XlsShape_set_VmlShape.argtypes=[c_void_p, c_bool]
|
|
266
332
|
CallCFunction(GetDllLibXls().XlsShape_set_VmlShape, self.Ptr, value)
|
|
267
333
|
|
|
268
334
|
@property
|
|
269
335
|
def IsRelativeResize(self)->bool:
|
|
270
|
-
"""
|
|
271
|
-
|
|
272
|
-
True
|
|
273
|
-
|
|
336
|
+
"""Gets or sets whether the shape is resized relative to the original size.
|
|
337
|
+
|
|
338
|
+
When True, the shape will maintain its proportions when resized.
|
|
339
|
+
|
|
340
|
+
Returns:
|
|
341
|
+
bool: True if the shape is resized relative to the original size; otherwise, False.
|
|
274
342
|
"""
|
|
275
343
|
GetDllLibXls().XlsShape_get_IsRelativeResize.argtypes=[c_void_p]
|
|
276
344
|
GetDllLibXls().XlsShape_get_IsRelativeResize.restype=c_bool
|
|
@@ -279,13 +347,22 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
279
347
|
|
|
280
348
|
@IsRelativeResize.setter
|
|
281
349
|
def IsRelativeResize(self, value:bool):
|
|
350
|
+
"""Sets whether the shape is resized relative to the original size.
|
|
351
|
+
|
|
352
|
+
Args:
|
|
353
|
+
value (bool): True to enable relative resizing; False otherwise.
|
|
354
|
+
"""
|
|
282
355
|
GetDllLibXls().XlsShape_set_IsRelativeResize.argtypes=[c_void_p, c_bool]
|
|
283
356
|
CallCFunction(GetDllLibXls().XlsShape_set_IsRelativeResize, self.Ptr, value)
|
|
284
357
|
|
|
285
358
|
@property
|
|
286
359
|
def IsRelative(self)->bool:
|
|
287
|
-
"""
|
|
288
|
-
|
|
360
|
+
"""Gets or sets whether the shape has relative positioning.
|
|
361
|
+
|
|
362
|
+
When True, the shape position is calculated relative to the worksheet cells.
|
|
363
|
+
|
|
364
|
+
Returns:
|
|
365
|
+
bool: True if the shape has relative positioning; otherwise, False.
|
|
289
366
|
"""
|
|
290
367
|
GetDllLibXls().XlsShape_get_IsRelative.argtypes=[c_void_p]
|
|
291
368
|
GetDllLibXls().XlsShape_get_IsRelative.restype=c_bool
|
|
@@ -294,13 +371,22 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
294
371
|
|
|
295
372
|
@IsRelative.setter
|
|
296
373
|
def IsRelative(self, value:bool):
|
|
374
|
+
"""Sets whether the shape has relative positioning.
|
|
375
|
+
|
|
376
|
+
Args:
|
|
377
|
+
value (bool): True to enable relative positioning; False otherwise.
|
|
378
|
+
"""
|
|
297
379
|
GetDllLibXls().XlsShape_set_IsRelative.argtypes=[c_void_p, c_bool]
|
|
298
380
|
CallCFunction(GetDllLibXls().XlsShape_set_IsRelative, self.Ptr, value)
|
|
299
381
|
|
|
300
382
|
@property
|
|
301
383
|
def Instance(self)->int:
|
|
302
|
-
"""
|
|
303
|
-
|
|
384
|
+
"""Gets the instance number of the shape.
|
|
385
|
+
|
|
386
|
+
This is a unique identifier for the shape instance.
|
|
387
|
+
|
|
388
|
+
Returns:
|
|
389
|
+
int: The instance number of the shape.
|
|
304
390
|
"""
|
|
305
391
|
GetDllLibXls().XlsShape_get_Instance.argtypes=[c_void_p]
|
|
306
392
|
GetDllLibXls().XlsShape_get_Instance.restype=c_int
|
|
@@ -309,8 +395,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
309
395
|
|
|
310
396
|
@property
|
|
311
397
|
def IsShortVersion(self)->bool:
|
|
312
|
-
"""
|
|
313
|
-
|
|
398
|
+
"""Gets or sets whether the shape is using the short version format.
|
|
399
|
+
|
|
400
|
+
Returns:
|
|
401
|
+
bool: True if the shape is using the short version format; otherwise, False.
|
|
314
402
|
"""
|
|
315
403
|
GetDllLibXls().XlsShape_get_IsShortVersion.argtypes=[c_void_p]
|
|
316
404
|
GetDllLibXls().XlsShape_get_IsShortVersion.restype=c_bool
|
|
@@ -319,13 +407,22 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
319
407
|
|
|
320
408
|
@IsShortVersion.setter
|
|
321
409
|
def IsShortVersion(self, value:bool):
|
|
410
|
+
"""Sets whether the shape is using the short version format.
|
|
411
|
+
|
|
412
|
+
Args:
|
|
413
|
+
value (bool): True to use the short version format; False otherwise.
|
|
414
|
+
"""
|
|
322
415
|
GetDllLibXls().XlsShape_set_IsShortVersion.argtypes=[c_void_p, c_bool]
|
|
323
416
|
CallCFunction(GetDllLibXls().XlsShape_set_IsShortVersion, self.Ptr, value)
|
|
324
417
|
|
|
325
418
|
@property
|
|
326
419
|
def ShapeCount(self)->int:
|
|
327
|
-
"""
|
|
328
|
-
|
|
420
|
+
"""Gets the number of shapes in a group shape.
|
|
421
|
+
|
|
422
|
+
If this shape is a group shape, this property returns the number of shapes it contains.
|
|
423
|
+
|
|
424
|
+
Returns:
|
|
425
|
+
int: The number of shapes in a group shape.
|
|
329
426
|
"""
|
|
330
427
|
GetDllLibXls().XlsShape_get_ShapeCount.argtypes=[c_void_p]
|
|
331
428
|
GetDllLibXls().XlsShape_get_ShapeCount.restype=c_int
|
|
@@ -334,8 +431,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
334
431
|
|
|
335
432
|
@property
|
|
336
433
|
def Visible(self)->bool:
|
|
337
|
-
"""
|
|
338
|
-
|
|
434
|
+
"""Gets or sets whether the shape is visible.
|
|
435
|
+
|
|
436
|
+
Returns:
|
|
437
|
+
bool: True if the shape is visible; otherwise, False.
|
|
339
438
|
"""
|
|
340
439
|
GetDllLibXls().XlsShape_get_Visible.argtypes=[c_void_p]
|
|
341
440
|
GetDllLibXls().XlsShape_get_Visible.restype=c_bool
|
|
@@ -344,16 +443,23 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
344
443
|
|
|
345
444
|
@Visible.setter
|
|
346
445
|
def Visible(self, value:bool):
|
|
446
|
+
"""Sets whether the shape is visible.
|
|
447
|
+
|
|
448
|
+
Args:
|
|
449
|
+
value (bool): True to make the shape visible; False to hide it.
|
|
450
|
+
"""
|
|
347
451
|
GetDllLibXls().XlsShape_set_Visible.argtypes=[c_void_p, c_bool]
|
|
348
452
|
CallCFunction(GetDllLibXls().XlsShape_set_Visible, self.Ptr, value)
|
|
349
453
|
|
|
350
454
|
@property
|
|
351
455
|
|
|
352
456
|
def HtmlString(self)->str:
|
|
353
|
-
"""
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
457
|
+
"""Gets or sets the HTML string representation of the shape.
|
|
458
|
+
|
|
459
|
+
This property allows accessing or modifying the shape's content as HTML.
|
|
460
|
+
|
|
461
|
+
Returns:
|
|
462
|
+
str: The HTML string representation of the shape.
|
|
357
463
|
"""
|
|
358
464
|
GetDllLibXls().XlsShape_get_HtmlString.argtypes=[c_void_p]
|
|
359
465
|
GetDllLibXls().XlsShape_get_HtmlString.restype=c_void_p
|
|
@@ -363,16 +469,23 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
363
469
|
|
|
364
470
|
@HtmlString.setter
|
|
365
471
|
def HtmlString(self, value:str):
|
|
472
|
+
"""Sets the HTML string representation of the shape.
|
|
473
|
+
|
|
474
|
+
Args:
|
|
475
|
+
value (str): The HTML string representation to set for the shape.
|
|
476
|
+
"""
|
|
366
477
|
GetDllLibXls().XlsShape_set_HtmlString.argtypes=[c_void_p, c_wchar_p]
|
|
367
478
|
CallCFunction(GetDllLibXls().XlsShape_set_HtmlString, self.Ptr, value)
|
|
368
479
|
|
|
369
480
|
@property
|
|
370
481
|
|
|
371
482
|
def AlternativeText(self)->str:
|
|
372
|
-
"""
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
483
|
+
"""Gets or sets the alternative text for the shape.
|
|
484
|
+
|
|
485
|
+
Alternative text is used for accessibility purposes and appears when the shape cannot be displayed.
|
|
486
|
+
|
|
487
|
+
Returns:
|
|
488
|
+
str: The alternative text for the shape.
|
|
376
489
|
"""
|
|
377
490
|
GetDllLibXls().XlsShape_get_AlternativeText.argtypes=[c_void_p]
|
|
378
491
|
GetDllLibXls().XlsShape_get_AlternativeText.restype=c_void_p
|
|
@@ -382,16 +495,24 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
382
495
|
|
|
383
496
|
@AlternativeText.setter
|
|
384
497
|
def AlternativeText(self, value:str):
|
|
498
|
+
"""Sets the alternative text for the shape.
|
|
499
|
+
|
|
500
|
+
Args:
|
|
501
|
+
value (str): The alternative text to set for the shape.
|
|
502
|
+
"""
|
|
385
503
|
GetDllLibXls().XlsShape_set_AlternativeText.argtypes=[c_void_p, c_wchar_p]
|
|
386
504
|
CallCFunction(GetDllLibXls().XlsShape_set_AlternativeText, self.Ptr, value)
|
|
387
505
|
|
|
388
506
|
@property
|
|
389
507
|
|
|
390
508
|
def Fill(self)->'IShapeFill':
|
|
391
|
-
"""
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
509
|
+
"""Gets the fill formatting for the shape.
|
|
510
|
+
|
|
511
|
+
This property provides access to the fill formatting options such as color,
|
|
512
|
+
gradient, texture, or pattern for the shape.
|
|
513
|
+
|
|
514
|
+
Returns:
|
|
515
|
+
IShapeFill: An object representing the fill formatting for the shape.
|
|
395
516
|
"""
|
|
396
517
|
GetDllLibXls().XlsShape_get_Fill.argtypes=[c_void_p]
|
|
397
518
|
GetDllLibXls().XlsShape_get_Fill.restype=c_void_p
|
|
@@ -402,8 +523,12 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
402
523
|
|
|
403
524
|
@property
|
|
404
525
|
def UpdatePositions(self)->bool:
|
|
405
|
-
"""
|
|
406
|
-
|
|
526
|
+
"""Gets or sets whether the shape positions should be updated.
|
|
527
|
+
|
|
528
|
+
When True, the shape's position will be updated when changes occur in the worksheet.
|
|
529
|
+
|
|
530
|
+
Returns:
|
|
531
|
+
bool: True if shape positions should be updated; otherwise, False.
|
|
407
532
|
"""
|
|
408
533
|
GetDllLibXls().XlsShape_get_UpdatePositions.argtypes=[c_void_p]
|
|
409
534
|
GetDllLibXls().XlsShape_get_UpdatePositions.restype=c_bool
|
|
@@ -412,13 +537,20 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
412
537
|
|
|
413
538
|
@UpdatePositions.setter
|
|
414
539
|
def UpdatePositions(self, value:bool):
|
|
540
|
+
"""Sets whether the shape positions should be updated.
|
|
541
|
+
|
|
542
|
+
Args:
|
|
543
|
+
value (bool): True to enable position updates; False otherwise.
|
|
544
|
+
"""
|
|
415
545
|
GetDllLibXls().XlsShape_set_UpdatePositions.argtypes=[c_void_p, c_bool]
|
|
416
546
|
CallCFunction(GetDllLibXls().XlsShape_set_UpdatePositions, self.Ptr, value)
|
|
417
547
|
|
|
418
548
|
@property
|
|
419
549
|
def HasFill(self)->bool:
|
|
420
|
-
"""
|
|
421
|
-
|
|
550
|
+
"""Gets or sets whether the shape has fill formatting.
|
|
551
|
+
|
|
552
|
+
Returns:
|
|
553
|
+
bool: True if the shape has fill formatting; otherwise, False.
|
|
422
554
|
"""
|
|
423
555
|
GetDllLibXls().XlsShape_get_HasFill.argtypes=[c_void_p]
|
|
424
556
|
GetDllLibXls().XlsShape_get_HasFill.restype=c_bool
|
|
@@ -427,13 +559,20 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
427
559
|
|
|
428
560
|
@HasFill.setter
|
|
429
561
|
def HasFill(self, value:bool):
|
|
562
|
+
"""Sets whether the shape has fill formatting.
|
|
563
|
+
|
|
564
|
+
Args:
|
|
565
|
+
value (bool): True to enable fill formatting; False to disable it.
|
|
566
|
+
"""
|
|
430
567
|
GetDllLibXls().XlsShape_set_HasFill.argtypes=[c_void_p, c_bool]
|
|
431
568
|
CallCFunction(GetDllLibXls().XlsShape_set_HasFill, self.Ptr, value)
|
|
432
569
|
|
|
433
570
|
@property
|
|
434
571
|
def HasLineFormat(self)->bool:
|
|
435
|
-
"""
|
|
436
|
-
|
|
572
|
+
"""Gets or sets whether the shape has line formatting.
|
|
573
|
+
|
|
574
|
+
Returns:
|
|
575
|
+
bool: True if the shape has line formatting; otherwise, False.
|
|
437
576
|
"""
|
|
438
577
|
GetDllLibXls().XlsShape_get_HasLineFormat.argtypes=[c_void_p]
|
|
439
578
|
GetDllLibXls().XlsShape_get_HasLineFormat.restype=c_bool
|
|
@@ -442,15 +581,20 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
442
581
|
|
|
443
582
|
@HasLineFormat.setter
|
|
444
583
|
def HasLineFormat(self, value:bool):
|
|
584
|
+
"""Sets whether the shape has line formatting.
|
|
585
|
+
|
|
586
|
+
Args:
|
|
587
|
+
value (bool): True to enable line formatting; False to disable it.
|
|
588
|
+
"""
|
|
445
589
|
GetDllLibXls().XlsShape_set_HasLineFormat.argtypes=[c_void_p, c_bool]
|
|
446
590
|
CallCFunction(GetDllLibXls().XlsShape_set_HasLineFormat, self.Ptr, value)
|
|
447
591
|
|
|
448
592
|
@property
|
|
449
593
|
def IsFlipH(self)->bool:
|
|
450
|
-
"""
|
|
451
|
-
|
|
452
|
-
Returns
|
|
453
|
-
|
|
594
|
+
"""Gets or sets whether the shape is flipped horizontally.
|
|
595
|
+
|
|
596
|
+
Returns:
|
|
597
|
+
bool: True if the shape is flipped horizontally; otherwise, False.
|
|
454
598
|
"""
|
|
455
599
|
GetDllLibXls().XlsShape_get_IsFlipH.argtypes=[c_void_p]
|
|
456
600
|
GetDllLibXls().XlsShape_get_IsFlipH.restype=c_bool
|
|
@@ -459,15 +603,20 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
459
603
|
|
|
460
604
|
@IsFlipH.setter
|
|
461
605
|
def IsFlipH(self, value:bool):
|
|
606
|
+
"""Sets whether the shape is flipped horizontally.
|
|
607
|
+
|
|
608
|
+
Args:
|
|
609
|
+
value (bool): True to flip the shape horizontally; False otherwise.
|
|
610
|
+
"""
|
|
462
611
|
GetDllLibXls().XlsShape_set_IsFlipH.argtypes=[c_void_p, c_bool]
|
|
463
612
|
CallCFunction(GetDllLibXls().XlsShape_set_IsFlipH, self.Ptr, value)
|
|
464
613
|
|
|
465
614
|
@property
|
|
466
615
|
def IsFlipV(self)->bool:
|
|
467
|
-
"""
|
|
468
|
-
|
|
469
|
-
Returns
|
|
470
|
-
|
|
616
|
+
"""Gets or sets whether the shape is flipped vertically.
|
|
617
|
+
|
|
618
|
+
Returns:
|
|
619
|
+
bool: True if the shape is flipped vertically; otherwise, False.
|
|
471
620
|
"""
|
|
472
621
|
GetDllLibXls().XlsShape_get_IsFlipV.argtypes=[c_void_p]
|
|
473
622
|
GetDllLibXls().XlsShape_get_IsFlipV.restype=c_bool
|
|
@@ -476,15 +625,22 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
476
625
|
|
|
477
626
|
@IsFlipV.setter
|
|
478
627
|
def IsFlipV(self, value:bool):
|
|
628
|
+
"""Sets whether the shape is flipped vertically.
|
|
629
|
+
|
|
630
|
+
Args:
|
|
631
|
+
value (bool): True to flip the shape vertically; False otherwise.
|
|
632
|
+
"""
|
|
479
633
|
GetDllLibXls().XlsShape_set_IsFlipV.argtypes=[c_void_p, c_bool]
|
|
480
634
|
CallCFunction(GetDllLibXls().XlsShape_set_IsFlipV, self.Ptr, value)
|
|
481
635
|
|
|
482
636
|
@property
|
|
483
637
|
def IsGroup(self)->bool:
|
|
484
|
-
"""
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
638
|
+
"""Gets whether the shape is a group shape.
|
|
639
|
+
|
|
640
|
+
A group shape contains multiple individual shapes grouped together.
|
|
641
|
+
|
|
642
|
+
Returns:
|
|
643
|
+
bool: True if the shape is a group shape; otherwise, False.
|
|
488
644
|
"""
|
|
489
645
|
GetDllLibXls().XlsShape_get_IsGroup.argtypes=[c_void_p]
|
|
490
646
|
GetDllLibXls().XlsShape_get_IsGroup.restype=c_bool
|
|
@@ -493,10 +649,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
493
649
|
|
|
494
650
|
@property
|
|
495
651
|
def IsInGroup(self)->bool:
|
|
496
|
-
"""
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
652
|
+
"""Gets whether the shape is a child shape within a group shape.
|
|
653
|
+
|
|
654
|
+
Returns:
|
|
655
|
+
bool: True if the shape is a child shape within a group shape; otherwise, False.
|
|
500
656
|
"""
|
|
501
657
|
GetDllLibXls().XlsShape_get_IsInGroup.argtypes=[c_void_p]
|
|
502
658
|
GetDllLibXls().XlsShape_get_IsInGroup.restype=c_bool
|
|
@@ -506,10 +662,12 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
506
662
|
@property
|
|
507
663
|
|
|
508
664
|
def AlternativeTextTitle(self)->str:
|
|
509
|
-
"""
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
665
|
+
"""Gets or sets the descriptive (alternative) text title for the shape.
|
|
666
|
+
|
|
667
|
+
This title is used when the shape is saved to a Web page for accessibility purposes.
|
|
668
|
+
|
|
669
|
+
Returns:
|
|
670
|
+
str: The alternative text title for the shape.
|
|
513
671
|
"""
|
|
514
672
|
GetDllLibXls().XlsShape_get_AlternativeTextTitle.argtypes=[c_void_p]
|
|
515
673
|
GetDllLibXls().XlsShape_get_AlternativeTextTitle.restype=c_void_p
|
|
@@ -525,8 +683,12 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
525
683
|
@property
|
|
526
684
|
|
|
527
685
|
def OnAction(self)->str:
|
|
528
|
-
"""
|
|
529
|
-
|
|
686
|
+
"""Gets or sets the name of the macro or action associated with the shape.
|
|
687
|
+
|
|
688
|
+
This macro or action is executed when the shape is clicked.
|
|
689
|
+
|
|
690
|
+
Returns:
|
|
691
|
+
str: The name of the macro or action associated with the shape.
|
|
530
692
|
"""
|
|
531
693
|
GetDllLibXls().XlsShape_get_OnAction.argtypes=[c_void_p]
|
|
532
694
|
GetDllLibXls().XlsShape_get_OnAction.restype=c_void_p
|
|
@@ -541,8 +703,12 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
541
703
|
|
|
542
704
|
@property
|
|
543
705
|
def IsLocked(self)->bool:
|
|
544
|
-
"""
|
|
545
|
-
|
|
706
|
+
"""Gets or sets whether the shape is locked.
|
|
707
|
+
|
|
708
|
+
When a shape is locked, it cannot be selected or modified when the worksheet is protected.
|
|
709
|
+
|
|
710
|
+
Returns:
|
|
711
|
+
bool: True if the shape is locked; otherwise, False.
|
|
546
712
|
"""
|
|
547
713
|
GetDllLibXls().XlsShape_get_IsLocked.argtypes=[c_void_p]
|
|
548
714
|
GetDllLibXls().XlsShape_get_IsLocked.restype=c_bool
|
|
@@ -556,8 +722,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
556
722
|
|
|
557
723
|
@property
|
|
558
724
|
def IsPrintable(self)->bool:
|
|
559
|
-
"""
|
|
560
|
-
|
|
725
|
+
"""Gets or sets whether the shape is printed when the worksheet is printed.
|
|
726
|
+
|
|
727
|
+
Returns:
|
|
728
|
+
bool: True if the shape is printed with the worksheet; otherwise, False.
|
|
561
729
|
"""
|
|
562
730
|
GetDllLibXls().XlsShape_get_IsPrintable.argtypes=[c_void_p]
|
|
563
731
|
GetDllLibXls().XlsShape_get_IsPrintable.restype=c_bool
|
|
@@ -572,10 +740,14 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
572
740
|
@property
|
|
573
741
|
|
|
574
742
|
def ResizeBehave(self)->'ResizeBehaveType':
|
|
575
|
-
"""
|
|
576
|
-
|
|
577
|
-
Specifies all possible settings for how drawing object
|
|
578
|
-
|
|
743
|
+
"""Gets or sets how the shape behaves when rows and columns are resized or inserted.
|
|
744
|
+
|
|
745
|
+
Specifies all possible settings for how the drawing object will be resized when
|
|
746
|
+
the rows and columns between its start and ending anchor are resized or inserted.
|
|
747
|
+
Note: For ComboBoxShape, CheckBoxShape, and RadioButtonShape, the MoveAndResize type value is invalid.
|
|
748
|
+
|
|
749
|
+
Returns:
|
|
750
|
+
ResizeBehaveType: An enumeration value representing the resize behavior.
|
|
579
751
|
"""
|
|
580
752
|
GetDllLibXls().XlsShape_get_ResizeBehave.argtypes=[c_void_p]
|
|
581
753
|
GetDllLibXls().XlsShape_get_ResizeBehave.restype=c_int
|
|
@@ -605,10 +777,12 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
605
777
|
|
|
606
778
|
@property
|
|
607
779
|
def BottomRow(self)->int:
|
|
608
|
-
"""
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
780
|
+
"""Gets or sets the bottom row index of the shape's position.
|
|
781
|
+
|
|
782
|
+
This property specifies the row that contains the bottom edge of the shape.
|
|
783
|
+
|
|
784
|
+
Returns:
|
|
785
|
+
int: The bottom row index of the shape's position.
|
|
612
786
|
"""
|
|
613
787
|
GetDllLibXls().XlsShape_get_BottomRow.argtypes=[c_void_p]
|
|
614
788
|
GetDllLibXls().XlsShape_get_BottomRow.restype=c_int
|
|
@@ -622,10 +796,13 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
622
796
|
|
|
623
797
|
@property
|
|
624
798
|
def BottomRowOffset(self)->int:
|
|
625
|
-
"""
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
799
|
+
"""Gets or sets the offset of the bottom edge of the shape from the bottom row.
|
|
800
|
+
|
|
801
|
+
This property specifies the distance in pixels from the top edge of the bottom row
|
|
802
|
+
to the bottom edge of the shape.
|
|
803
|
+
|
|
804
|
+
Returns:
|
|
805
|
+
int: The offset in pixels from the bottom row.
|
|
629
806
|
"""
|
|
630
807
|
GetDllLibXls().XlsShape_get_BottomRowOffset.argtypes=[c_void_p]
|
|
631
808
|
GetDllLibXls().XlsShape_get_BottomRowOffset.restype=c_int
|
|
@@ -639,10 +816,12 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
639
816
|
|
|
640
817
|
@property
|
|
641
818
|
def LeftColumn(self)->int:
|
|
642
|
-
"""
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
819
|
+
"""Gets or sets the left column index of the shape's position.
|
|
820
|
+
|
|
821
|
+
This property specifies the column that contains the left edge of the shape.
|
|
822
|
+
|
|
823
|
+
Returns:
|
|
824
|
+
int: The left column index of the shape's position.
|
|
646
825
|
"""
|
|
647
826
|
GetDllLibXls().XlsShape_get_LeftColumn.argtypes=[c_void_p]
|
|
648
827
|
GetDllLibXls().XlsShape_get_LeftColumn.restype=c_int
|
|
@@ -656,10 +835,13 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
656
835
|
|
|
657
836
|
@property
|
|
658
837
|
def LeftColumnOffset(self)->int:
|
|
659
|
-
"""
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
838
|
+
"""Gets or sets the offset of the left edge of the shape from the left column.
|
|
839
|
+
|
|
840
|
+
This property specifies the distance in pixels from the left edge of the left column
|
|
841
|
+
to the left edge of the shape. A value of 1024 represents a whole column offset.
|
|
842
|
+
|
|
843
|
+
Returns:
|
|
844
|
+
int: The offset in pixels from the left column.
|
|
663
845
|
"""
|
|
664
846
|
GetDllLibXls().XlsShape_get_LeftColumnOffset.argtypes=[c_void_p]
|
|
665
847
|
GetDllLibXls().XlsShape_get_LeftColumnOffset.restype=c_int
|
|
@@ -673,10 +855,12 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
673
855
|
|
|
674
856
|
@property
|
|
675
857
|
def RightColumn(self)->int:
|
|
676
|
-
"""
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
858
|
+
"""Gets or sets the right column index of the shape's position.
|
|
859
|
+
|
|
860
|
+
This property specifies the column that contains the right edge of the shape.
|
|
861
|
+
|
|
862
|
+
Returns:
|
|
863
|
+
int: The right column index of the shape's position.
|
|
680
864
|
"""
|
|
681
865
|
GetDllLibXls().XlsShape_get_RightColumn.argtypes=[c_void_p]
|
|
682
866
|
GetDllLibXls().XlsShape_get_RightColumn.restype=c_int
|
|
@@ -690,10 +874,13 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
690
874
|
|
|
691
875
|
@property
|
|
692
876
|
def RightColumnOffset(self)->int:
|
|
693
|
-
"""
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
877
|
+
"""Gets or sets the offset of the right edge of the shape from the right column.
|
|
878
|
+
|
|
879
|
+
This property specifies the distance in pixels from the left edge of the right column
|
|
880
|
+
to the right edge of the shape.
|
|
881
|
+
|
|
882
|
+
Returns:
|
|
883
|
+
int: The offset in pixels from the right column.
|
|
697
884
|
"""
|
|
698
885
|
GetDllLibXls().XlsShape_get_RightColumnOffset.argtypes=[c_void_p]
|
|
699
886
|
GetDllLibXls().XlsShape_get_RightColumnOffset.restype=c_int
|
|
@@ -707,10 +894,12 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
707
894
|
|
|
708
895
|
@property
|
|
709
896
|
def TopRow(self)->int:
|
|
710
|
-
"""
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
897
|
+
"""Gets or sets the top row index of the shape's position.
|
|
898
|
+
|
|
899
|
+
This property specifies the row that contains the top edge of the shape.
|
|
900
|
+
|
|
901
|
+
Returns:
|
|
902
|
+
int: The top row index of the shape's position.
|
|
714
903
|
"""
|
|
715
904
|
GetDllLibXls().XlsShape_get_TopRow.argtypes=[c_void_p]
|
|
716
905
|
GetDllLibXls().XlsShape_get_TopRow.restype=c_int
|
|
@@ -724,10 +913,13 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
724
913
|
|
|
725
914
|
@property
|
|
726
915
|
def TopRowOffset(self)->int:
|
|
727
|
-
"""
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
916
|
+
"""Gets or sets the offset of the top edge of the shape from the top row.
|
|
917
|
+
|
|
918
|
+
This property specifies the distance in pixels from the top edge of the top row
|
|
919
|
+
to the top edge of the shape. A value of 256 represents a whole row offset.
|
|
920
|
+
|
|
921
|
+
Returns:
|
|
922
|
+
int: The offset in pixels from the top row.
|
|
731
923
|
"""
|
|
732
924
|
GetDllLibXls().XlsShape_get_TopRowOffset.argtypes=[c_void_p]
|
|
733
925
|
GetDllLibXls().XlsShape_get_TopRowOffset.restype=c_int
|
|
@@ -742,8 +934,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
742
934
|
@property
|
|
743
935
|
|
|
744
936
|
def Line(self)->'IShapeLineFormat':
|
|
745
|
-
"""
|
|
746
|
-
|
|
937
|
+
"""Gets the line format of the shape.
|
|
938
|
+
|
|
939
|
+
Returns:
|
|
940
|
+
IShapeLineFormat: An object representing the line format settings of the shape.
|
|
747
941
|
"""
|
|
748
942
|
GetDllLibXls().XlsShape_get_Line.argtypes=[c_void_p]
|
|
749
943
|
GetDllLibXls().XlsShape_get_Line.restype=c_void_p
|
|
@@ -754,8 +948,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
754
948
|
|
|
755
949
|
@property
|
|
756
950
|
def AutoSize(self)->bool:
|
|
757
|
-
"""
|
|
758
|
-
|
|
951
|
+
"""Gets or sets whether the shape automatically sizes to fit its contents.
|
|
952
|
+
|
|
953
|
+
Returns:
|
|
954
|
+
bool: True if the shape automatically resizes to fit its contents; False otherwise.
|
|
759
955
|
"""
|
|
760
956
|
GetDllLibXls().XlsShape_get_AutoSize.argtypes=[c_void_p]
|
|
761
957
|
GetDllLibXls().XlsShape_get_AutoSize.restype=c_bool
|
|
@@ -770,10 +966,8 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
770
966
|
@property
|
|
771
967
|
def Rotation(self)->int:
|
|
772
968
|
"""
|
|
773
|
-
<summary>
|
|
774
969
|
Returns or sets the rotation of the shape, in degrees.
|
|
775
|
-
|
|
776
|
-
<value></value>
|
|
970
|
+
|
|
777
971
|
"""
|
|
778
972
|
GetDllLibXls().XlsShape_get_Rotation.argtypes=[c_void_p]
|
|
779
973
|
GetDllLibXls().XlsShape_get_Rotation.restype=c_int
|
|
@@ -788,8 +982,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
788
982
|
@property
|
|
789
983
|
|
|
790
984
|
def Shadow(self)->'IShadow':
|
|
791
|
-
"""
|
|
792
|
-
|
|
985
|
+
"""Gets the shadow effect settings for the shape.
|
|
986
|
+
|
|
987
|
+
Returns:
|
|
988
|
+
IShadow: An object representing the shadow effect settings of the shape.
|
|
793
989
|
"""
|
|
794
990
|
GetDllLibXls().XlsShape_get_Shadow.argtypes=[c_void_p]
|
|
795
991
|
GetDllLibXls().XlsShape_get_Shadow.restype=c_void_p
|
|
@@ -801,8 +997,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
801
997
|
@property
|
|
802
998
|
|
|
803
999
|
def Glow(self)->'IGlow':
|
|
804
|
-
"""
|
|
805
|
-
|
|
1000
|
+
"""Gets the glow effect settings for the shape.
|
|
1001
|
+
|
|
1002
|
+
Returns:
|
|
1003
|
+
IGlow: An object representing the glow effect settings of the shape.
|
|
806
1004
|
"""
|
|
807
1005
|
GetDllLibXls().XlsShape_get_Glow.argtypes=[c_void_p]
|
|
808
1006
|
GetDllLibXls().XlsShape_get_Glow.restype=c_void_p
|
|
@@ -814,8 +1012,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
814
1012
|
@property
|
|
815
1013
|
|
|
816
1014
|
def Reflection(self)->'IReflectionEffect':
|
|
817
|
-
"""
|
|
818
|
-
|
|
1015
|
+
"""Gets the reflection effect settings for the shape.
|
|
1016
|
+
|
|
1017
|
+
Returns:
|
|
1018
|
+
IReflectionEffect: An object representing the reflection effect settings of the shape.
|
|
819
1019
|
"""
|
|
820
1020
|
GetDllLibXls().XlsShape_get_Reflection.argtypes=[c_void_p]
|
|
821
1021
|
GetDllLibXls().XlsShape_get_Reflection.restype=c_void_p
|
|
@@ -827,8 +1027,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
827
1027
|
@property
|
|
828
1028
|
|
|
829
1029
|
def RichText(self)->'IRichTextString':
|
|
830
|
-
"""
|
|
831
|
-
|
|
1030
|
+
"""Gets the rich text formatting for the text in the shape.
|
|
1031
|
+
|
|
1032
|
+
Returns:
|
|
1033
|
+
IRichTextString: An object representing the rich text formatting of the shape's text.
|
|
832
1034
|
"""
|
|
833
1035
|
GetDllLibXls().XlsShape_get_RichText.argtypes=[c_void_p]
|
|
834
1036
|
GetDllLibXls().XlsShape_get_RichText.restype=c_void_p
|
|
@@ -840,8 +1042,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
840
1042
|
@property
|
|
841
1043
|
|
|
842
1044
|
def ThreeD(self)->'IFormat3D':
|
|
843
|
-
"""
|
|
844
|
-
|
|
1045
|
+
"""Gets the 3D format settings for the shape.
|
|
1046
|
+
|
|
1047
|
+
Returns:
|
|
1048
|
+
IFormat3D: An object representing the 3D format settings of the shape.
|
|
845
1049
|
"""
|
|
846
1050
|
GetDllLibXls().XlsShape_get_ThreeD.argtypes=[c_void_p]
|
|
847
1051
|
GetDllLibXls().XlsShape_get_ThreeD.restype=c_void_p
|
|
@@ -852,8 +1056,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
852
1056
|
|
|
853
1057
|
@property
|
|
854
1058
|
def IsSmartArt(self)->bool:
|
|
855
|
-
"""
|
|
856
|
-
|
|
1059
|
+
"""Gets whether the shape is a SmartArt object.
|
|
1060
|
+
|
|
1061
|
+
Returns:
|
|
1062
|
+
bool: True if the shape is a SmartArt object; False otherwise.
|
|
857
1063
|
"""
|
|
858
1064
|
GetDllLibXls().XlsShape_get_IsSmartArt.argtypes=[c_void_p]
|
|
859
1065
|
GetDllLibXls().XlsShape_get_IsSmartArt.restype=c_bool
|
|
@@ -863,8 +1069,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
863
1069
|
@property
|
|
864
1070
|
|
|
865
1071
|
def TextFrame(self)->'ITextFrame':
|
|
866
|
-
"""
|
|
867
|
-
|
|
1072
|
+
"""Gets the text frame of the shape.
|
|
1073
|
+
|
|
1074
|
+
Returns:
|
|
1075
|
+
ITextFrame: An object representing the text frame settings of the shape.
|
|
868
1076
|
"""
|
|
869
1077
|
GetDllLibXls().XlsShape_get_TextFrame.argtypes=[c_void_p]
|
|
870
1078
|
GetDllLibXls().XlsShape_get_TextFrame.restype=c_void_p
|
|
@@ -876,8 +1084,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
876
1084
|
@property
|
|
877
1085
|
|
|
878
1086
|
def TextVerticalAlignment(self)->'ExcelVerticalAlignment':
|
|
879
|
-
"""
|
|
880
|
-
|
|
1087
|
+
"""Gets or sets the vertical alignment of text in the shape.
|
|
1088
|
+
|
|
1089
|
+
Returns:
|
|
1090
|
+
ExcelVerticalAlignment: An enumeration value representing the vertical alignment of text.
|
|
881
1091
|
"""
|
|
882
1092
|
GetDllLibXls().XlsShape_get_TextVerticalAlignment.argtypes=[c_void_p]
|
|
883
1093
|
GetDllLibXls().XlsShape_get_TextVerticalAlignment.restype=c_int
|
|
@@ -893,8 +1103,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
893
1103
|
@property
|
|
894
1104
|
|
|
895
1105
|
def LinkedCell(self)->'IXLSRange':
|
|
896
|
-
"""
|
|
897
|
-
|
|
1106
|
+
"""Gets or sets the cell linked to the shape.
|
|
1107
|
+
|
|
1108
|
+
Returns:
|
|
1109
|
+
IXLSRange: A range object representing the cell linked to the shape.
|
|
898
1110
|
"""
|
|
899
1111
|
GetDllLibXls().XlsShape_get_LinkedCell.argtypes=[c_void_p]
|
|
900
1112
|
GetDllLibXls().XlsShape_get_LinkedCell.restype=c_void_p
|
|
@@ -911,22 +1123,22 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
911
1123
|
|
|
912
1124
|
@dispatch
|
|
913
1125
|
def Remove(self):
|
|
914
|
-
"""
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
</summary>
|
|
1126
|
+
"""Removes the shape from the worksheet.
|
|
1127
|
+
|
|
1128
|
+
This method deletes the shape from the worksheet and releases any resources associated with it.
|
|
918
1129
|
"""
|
|
919
1130
|
GetDllLibXls().XlsShape_Remove.argtypes=[c_void_p]
|
|
920
1131
|
CallCFunction(GetDllLibXls().XlsShape_Remove, self.Ptr)
|
|
921
1132
|
|
|
922
1133
|
|
|
923
1134
|
def Scale(self ,scaleWidth:int,scaleHeight:int):
|
|
924
|
-
"""
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
1135
|
+
"""Scales the shape by the specified percentages.
|
|
1136
|
+
|
|
1137
|
+
This method resizes the shape according to the specified width and height scaling factors.
|
|
1138
|
+
|
|
1139
|
+
Args:
|
|
1140
|
+
scaleWidth (int): Width scaling factor as a percentage of the original width.
|
|
1141
|
+
scaleHeight (int): Height scaling factor as a percentage of the original height.
|
|
930
1142
|
"""
|
|
931
1143
|
|
|
932
1144
|
GetDllLibXls().XlsShape_Scale.argtypes=[c_void_p ,c_int,c_int]
|
|
@@ -935,11 +1147,10 @@ class XlsShape ( XlsObject, IShape, ICloneParent, INamedObject) :
|
|
|
935
1147
|
@dispatch
|
|
936
1148
|
|
|
937
1149
|
def SaveToImage(self)->Stream:
|
|
938
|
-
"""
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
<returns>Created image.</returns>
|
|
1150
|
+
"""Saves the shape as an image and returns the image data as a stream.
|
|
1151
|
+
|
|
1152
|
+
Returns:
|
|
1153
|
+
Stream: A stream containing the image data of the shape.
|
|
943
1154
|
"""
|
|
944
1155
|
GetDllLibXls().XlsShape_SaveToImage1.argtypes=[c_void_p]
|
|
945
1156
|
GetDllLibXls().XlsShape_SaveToImage1.restype=c_void_p
|