spire-xls 15.5.0__py3-none-win_amd64.whl → 15.11.1__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- spire/xls/AddtionalFormatWrapper.py +116 -132
- spire/xls/Average.py +18 -4
- spire/xls/CellBaseStyle.py +13 -6
- spire/xls/CellBorder.py +25 -20
- spire/xls/CellRange.py +315 -277
- spire/xls/CellStyle.py +26 -12
- spire/xls/CellStyleFlag.py +187 -57
- spire/xls/CellStyleObject.py +55 -79
- spire/xls/CellValueChangedEventArgs.py +3 -9
- spire/xls/ColorScale.py +31 -39
- spire/xls/CommentsRange.py +185 -95
- spire/xls/CommonWrapper.py +23 -8
- spire/xls/ConverterSetting.py +34 -36
- spire/xls/DBConnection.py +41 -8
- spire/xls/DVAspect.py +8 -2
- spire/xls/DataBar.py +29 -28
- spire/xls/DocumentProperty.py +87 -39
- spire/xls/Excel2016Charttype.py +14 -2
- spire/xls/ExcelComment.py +1 -2
- spire/xls/ExcelCommentObject.py +212 -122
- spire/xls/ExcelFont.py +94 -73
- spire/xls/ExcelGradient.py +70 -24
- spire/xls/ExcelInterior.py +43 -27
- spire/xls/ExportTableOptions.py +38 -9
- spire/xls/ExternalConnection.py +85 -20
- spire/xls/ExternalLink.py +26 -10
- spire/xls/FileFormat.py +32 -4
- spire/xls/Font.py +165 -112
- spire/xls/FontArrayWrapper.py +135 -36
- spire/xls/FontWrapper.py +207 -103
- spire/xls/Format3D.py +130 -30
- spire/xls/GeomertyAdjustValue.py +22 -10
- spire/xls/GetText.py +8 -2
- spire/xls/GoalSeek.py +44 -14
- spire/xls/GoalSeekResult.py +36 -3
- spire/xls/GradientArrayWrapper.py +92 -28
- spire/xls/GradientStops.py +75 -25
- spire/xls/GradientType.py +10 -2
- spire/xls/GroupShape.py +1 -2
- spire/xls/HPageBreak.py +2 -2
- spire/xls/HTMLOptions.py +7 -19
- spire/xls/HyperLink.py +2 -2
- spire/xls/LOGFONT.py +78 -30
- spire/xls/MsoTextFrame.py +102 -0
- spire/xls/OColor.py +62 -29
- spire/xls/OdsPageBackground.py +5 -10
- spire/xls/PageColRow.py +21 -10
- spire/xls/PageSetup.py +2 -3
- spire/xls/PaperSizeEntry.py +6 -0
- spire/xls/PicStretch.py +47 -14
- spire/xls/PicTile.py +35 -10
- spire/xls/QueryTableXls.py +19 -6
- spire/xls/RTFCommentArray.py +59 -22
- spire/xls/RTFStringArray.py +59 -22
- spire/xls/RangeRichTextString.py +22 -10
- spire/xls/ReferRangeArea.py +33 -18
- spire/xls/RichText.py +11 -9
- spire/xls/RichTextObject.py +63 -32
- spire/xls/RichTextShape.py +90 -33
- spire/xls/RichTextString.py +62 -24
- spire/xls/RtfTextWriter.py +68 -22
- spire/xls/SaveShapeTypeOption.py +19 -37
- spire/xls/ShapeGlow.py +35 -15
- spire/xls/ShapeReflection.py +55 -18
- spire/xls/StyleArrayWrapper.py +169 -78
- spire/xls/TextBoxShapeBase.py +63 -30
- spire/xls/TextSaveOptions.py +39 -17
- spire/xls/TopBottom.py +18 -6
- spire/xls/VPageBreak.py +4 -5
- spire/xls/Validation.py +12 -6
- spire/xls/WebQueryConnection.py +52 -20
- spire/xls/Workbook.py +884 -916
- spire/xls/Worksheet.py +507 -421
- spire/xls/WriteProtection.py +3 -6
- spire/xls/XlsAddInFunction.py +36 -22
- spire/xls/XlsArcShape.py +157 -41
- spire/xls/XlsBitmapShape.py +141 -43
- spire/xls/XlsBorder.py +73 -31
- spire/xls/XlsBorderArrayWrapper.py +50 -14
- spire/xls/XlsButtonShape.py +59 -17
- spire/xls/XlsCheckBoxShape.py +72 -18
- spire/xls/XlsComboBoxShape.py +53 -16
- spire/xls/XlsComment.py +109 -31
- spire/xls/XlsDataValidationTable.py +46 -17
- spire/xls/XlsDocumentProperty.py +163 -44
- spire/xls/XlsEventArgs.py +33 -24
- spire/xls/XlsEventHandler.py +10 -4
- spire/xls/XlsFill.py +64 -20
- spire/xls/XlsFont.py +202 -66
- spire/xls/XlsGradient.py +90 -26
- spire/xls/XlsGradientStop.py +57 -12
- spire/xls/XlsGroupBoxShape.py +36 -10
- spire/xls/XlsHPageBreak.py +47 -24
- spire/xls/XlsHyperLink.py +111 -42
- spire/xls/XlsLabelShape.py +27 -8
- spire/xls/XlsLineShape.py +188 -48
- spire/xls/XlsListBoxShape.py +63 -14
- spire/xls/XlsName.py +779 -331
- spire/xls/XlsObject.py +2 -4
- spire/xls/XlsOvalShape.py +79 -21
- spire/xls/XlsPageSetup.py +71 -32
- spire/xls/XlsPageSetupBase.py +29 -58
- spire/xls/XlsPrstGeomShape.py +29 -10
- spire/xls/XlsRadioButtonShape.py +84 -42
- spire/xls/XlsRange.py +907 -1087
- spire/xls/XlsRectangleShape.py +70 -23
- spire/xls/XlsScrollBarShape.py +78 -18
- spire/xls/XlsShape.py +396 -183
- spire/xls/XlsShapeFill.py +401 -92
- spire/xls/XlsShapeLineFormat.py +201 -44
- spire/xls/XlsSpinnerShape.py +57 -14
- spire/xls/XlsStyle.py +54 -23
- spire/xls/XlsTextBoxShape.py +263 -60
- spire/xls/XlsVPageBreak.py +9 -14
- spire/xls/XlsValidation.py +325 -72
- spire/xls/XlsValidationWrapper.py +217 -49
- spire/xls/XlsWorkbook.py +573 -88
- spire/xls/XlsWorksheet.py +1312 -1232
- spire/xls/XlsWorksheetBase.py +279 -185
- spire/xls/__init__.py +531 -529
- spire/xls/autofilter/AutoFitterOptions.py +91 -0
- spire/xls/autofilter/ColorFilter.py +61 -0
- spire/xls/autofilter/CustomFilter.py +207 -0
- spire/xls/autofilter/CustomFilterCollection.py +146 -0
- spire/xls/autofilter/DateTimeGroupItem.py +196 -0
- spire/xls/autofilter/DynamicFilter.py +89 -0
- spire/xls/autofilter/FilterColumn.py +289 -0
- spire/xls/autofilter/MultipleFilterCollection.py +218 -0
- spire/xls/autofilter/Top10Filter.py +109 -0
- spire/xls/autofilter/XlsAutoFiltersCollection.py +146 -0
- spire/xls/charts/Chart.py +369 -0
- spire/xls/charts/ChartArea.py +58 -0
- spire/xls/charts/ChartBackgroundMode.py +17 -0
- spire/xls/charts/ChartCategoryAxis.py +88 -0
- spire/xls/charts/ChartDataLabels.py +40 -0
- spire/xls/charts/ChartDataPoint.py +40 -0
- spire/xls/charts/ChartFormat.py +68 -0
- spire/xls/charts/ChartGridLine.py +26 -0
- spire/xls/charts/ChartLegend.py +40 -0
- spire/xls/charts/ChartLegendEntriesColl.py +165 -0
- spire/xls/charts/ChartLegendEntry.py +26 -0
- spire/xls/charts/ChartPlotArea.py +60 -0
- spire/xls/charts/ChartSerie.py +147 -0
- spire/xls/charts/ChartSerieDataFormat.py +54 -0
- spire/xls/charts/ChartSeriesAxis.py +68 -0
- spire/xls/charts/ChartShadow.py +288 -0
- spire/xls/charts/ChartSheet.py +269 -0
- spire/xls/charts/ChartTextArea.py +898 -0
- spire/xls/charts/ChartValueAxis.py +90 -0
- spire/xls/charts/HistogramAxisFormat.py +32 -0
- spire/xls/charts/XlsChart.py +1667 -0
- spire/xls/charts/XlsChartAxis.py +596 -0
- spire/xls/charts/XlsChartBorder.py +180 -0
- spire/xls/charts/XlsChartCategoryAxis.py +640 -0
- spire/xls/charts/XlsChartDataLabelArea.py +368 -0
- spire/xls/charts/XlsChartDataLabels.py +702 -0
- spire/xls/charts/XlsChartDataPoint.py +105 -0
- spire/xls/charts/XlsChartDataTable.py +373 -0
- spire/xls/charts/XlsChartDropBar.py +295 -0
- spire/xls/charts/XlsChartFill.py +659 -0
- spire/xls/charts/XlsChartFormat.py +1229 -0
- spire/xls/charts/XlsChartFrameFormat.py +613 -0
- spire/xls/charts/XlsChartGridLine.py +167 -0
- spire/xls/charts/XlsChartInterior.py +229 -0
- spire/xls/charts/XlsChartLegend.py +334 -0
- spire/xls/charts/XlsChartLegendArea.py +418 -0
- spire/xls/charts/XlsChartLegendEntry.py +152 -0
- spire/xls/charts/XlsChartSerie.py +607 -0
- spire/xls/charts/XlsChartSerieDataFormat.py +1070 -0
- spire/xls/charts/XlsChartSeriesAxis.py +306 -0
- spire/xls/charts/XlsChartShape.py +1256 -0
- spire/xls/charts/XlsChartTitleArea.py +399 -0
- spire/xls/charts/XlsChartValueAxis.py +344 -0
- spire/xls/charts/XlsChartWallOrFloor.py +349 -0
- spire/xls/charts/__init__.py +0 -0
- spire/xls/collection/AddInFunctionsCollection.py +31 -0
- spire/xls/collection/ArcShapeCollection.py +94 -0
- spire/xls/collection/AutoFiltersCollection.py +539 -0
- spire/xls/collection/BordersCollection.py +196 -0
- spire/xls/collection/BordersCollectionArrayWrapper.py +129 -0
- spire/xls/collection/BuiltInDocumentProperties.py +12 -0
- spire/xls/collection/ButtonShapeCollection.py +70 -0
- spire/xls/collection/ChartDataPointsCollection.py +72 -0
- spire/xls/collection/ChartFormatCollection.py +58 -0
- spire/xls/collection/ChartSeries.py +187 -0
- spire/xls/collection/ChartsCollection.py +119 -0
- spire/xls/collection/CollectionBase.py +201 -0
- spire/xls/collection/CollectionExtended.py +96 -0
- spire/xls/collection/ComboBoxCollection.py +89 -0
- spire/xls/collection/CommentsCollection.py +134 -0
- spire/xls/collection/DataConnections.py +25 -0
- spire/xls/collection/ExternalLinkCollection.py +26 -0
- spire/xls/collection/GroupBoxCollection.py +70 -0
- spire/xls/collection/GroupShapeCollection.py +45 -0
- spire/xls/collection/HPageBreaksCollection.py +116 -0
- spire/xls/collection/HyperLinksCollection.py +72 -0
- spire/xls/collection/ListObjectCollection.py +48 -0
- spire/xls/collection/OvalShapeCollection.py +89 -0
- spire/xls/collection/PicturesCollection.py +574 -0
- spire/xls/collection/PrstGeomShapeCollection.py +128 -0
- spire/xls/collection/QueryTableCollection.py +25 -0
- spire/xls/collection/RadioButtonCollection.py +139 -0
- spire/xls/collection/RangesCollection.py +556 -0
- spire/xls/collection/ShapeCollectionBase.py +87 -0
- spire/xls/collection/StylesCollection.py +140 -0
- spire/xls/collection/VPageBreaksCollection.py +95 -0
- spire/xls/collection/WorksheetsCollection.py +363 -0
- spire/xls/collection/XlsAddInFunctionsCollection.py +108 -0
- spire/xls/collection/XlsBordersCollection.py +98 -0
- spire/xls/collection/XlsBuiltInDocumentProperties.py +611 -0
- spire/xls/collection/XlsChartDataPointsCollection.py +119 -0
- spire/xls/collection/XlsChartFormatCollection.py +160 -0
- spire/xls/collection/XlsChartsCollection.py +91 -0
- spire/xls/collection/XlsCommentsCollection.py +116 -0
- spire/xls/collection/XlsDataValidationCollection.py +157 -0
- spire/xls/collection/XlsFontsCollection.py +52 -0
- spire/xls/collection/XlsHPageBreaksCollection.py +87 -0
- spire/xls/collection/XlsHyperLinksCollection.py +104 -0
- spire/xls/collection/XlsRangesCollection.py +1641 -0
- spire/xls/collection/XlsStylesCollection.py +74 -0
- spire/xls/collection/XlsVPageBreaksCollection.py +81 -0
- spire/xls/collection/XlsWorkbookObjectsCollection.py +95 -0
- spire/xls/collection/XlsWorksheetsCollection.py +423 -0
- spire/xls/collection/__init__.py +0 -0
- spire/xls/collection/pivot_table/PivotConditionalFormatCollection.py +38 -0
- spire/xls/collection/pivot_table/PivotTableFields.py +108 -0
- spire/xls/collection/pivot_table/XlsPivotCachesCollection.py +124 -0
- spire/xls/collection/pivot_table/XlsPivotTablesCollection.py +132 -0
- spire/xls/collection/pivot_table/__init__.py +0 -0
- spire/xls/conditional_formatting/ColorConditionValue.py +102 -0
- spire/xls/conditional_formatting/CondFormatCollectionWrapper.py +153 -0
- spire/xls/conditional_formatting/ConditionValue.py +83 -0
- spire/xls/conditional_formatting/ConditionValuePosition.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormat.py +13 -0
- spire/xls/conditional_formatting/ConditionalFormatScope.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormatWrapper.py +1271 -0
- spire/xls/conditional_formatting/ConditionalFormats.py +65 -0
- spire/xls/conditional_formatting/DataBarBorder.py +51 -0
- spire/xls/conditional_formatting/NegativeBarFormat.py +90 -0
- spire/xls/conditional_formatting/XlsConditionValue.py +134 -0
- spire/xls/conditional_formatting/XlsConditionalFormat.py +1163 -0
- spire/xls/conditional_formatting/XlsConditionalFormats.py +684 -0
- spire/xls/conditional_formatting/__init__.py +0 -0
- spire/xls/enums/AlertStyleType.py +17 -0
- spire/xls/enums/AutoFormatOptions.py +22 -0
- spire/xls/enums/AutoFormatType.py +31 -0
- spire/xls/enums/AverageType.py +24 -0
- spire/xls/enums/AxisLineIdentifierType.py +18 -0
- spire/xls/enums/AxisTextDirectionType.py +17 -0
- spire/xls/enums/AxisType.py +17 -0
- spire/xls/enums/BaseFormatType.py +16 -0
- spire/xls/enums/BordersLineType.py +22 -0
- spire/xls/enums/BubbleSizeType.py +16 -0
- spire/xls/enums/BuiltInPropertyType.py +49 -0
- spire/xls/enums/BuiltInStyles.py +65 -0
- spire/xls/enums/CategoryType.py +17 -0
- spire/xls/enums/CellDataType.py +22 -0
- spire/xls/enums/CellFormatType.py +20 -0
- spire/xls/enums/ChartBaseUnitType.py +17 -0
- spire/xls/enums/ChartDisplayUnitType.py +25 -0
- spire/xls/enums/ChartLinePatternType.py +23 -0
- spire/xls/enums/ChartLineWeightType.py +18 -0
- spire/xls/enums/ChartMarkerType.py +26 -0
- spire/xls/enums/ChartParagraphType.py +17 -0
- spire/xls/enums/ChartPieType.py +17 -0
- spire/xls/enums/ChartPlotEmptyType.py +17 -0
- spire/xls/enums/CheckState.py +17 -0
- spire/xls/enums/ColorType.py +17 -0
- spire/xls/enums/CommentHAlignType.py +20 -0
- spire/xls/enums/CommentVAlignType.py +19 -0
- spire/xls/enums/ComparisonOperatorType.py +23 -0
- spire/xls/enums/ConditionalFormatType.py +32 -0
- spire/xls/enums/DataLabelPositionType.py +25 -0
- spire/xls/enums/DataSourceType.py +18 -0
- spire/xls/enums/DropLineStyleType.py +17 -0
- spire/xls/enums/ErrorBarIncludeType.py +18 -0
- spire/xls/enums/ErrorBarType.py +19 -0
- spire/xls/enums/ExcelCalculationMode.py +17 -0
- spire/xls/enums/ExcelChartType.py +95 -0
- spire/xls/enums/ExcelColors.py +120 -0
- spire/xls/enums/ExcelComboType.py +21 -0
- spire/xls/enums/ExcelHorizontalAlignment.py +20 -0
- spire/xls/enums/ExcelPatternType.py +51 -0
- spire/xls/enums/ExcelQuartileCalculation.py +16 -0
- spire/xls/enums/ExcelShapeType.py +40 -0
- spire/xls/enums/ExcelSheetType.py +19 -0
- spire/xls/enums/ExcelTreeMapLabelOption.py +17 -0
- spire/xls/enums/ExcelVersion.py +23 -0
- spire/xls/enums/ExcelVerticalAlignment.py +20 -0
- spire/xls/enums/ExpandCollapseFlags.py +17 -0
- spire/xls/enums/FilterConditionType.py +20 -0
- spire/xls/enums/FilterDataType.py +21 -0
- spire/xls/enums/FontUnderlineType.py +19 -0
- spire/xls/enums/FontVertialAlignmentType.py +17 -0
- spire/xls/enums/GradientColorType.py +17 -0
- spire/xls/enums/GradientPatternType.py +63 -0
- spire/xls/enums/GradientPresetType.py +38 -0
- spire/xls/enums/GradientStyleType.py +20 -0
- spire/xls/enums/GradientTextureType.py +39 -0
- spire/xls/enums/GradientVariantsType.py +18 -0
- spire/xls/enums/HorizontalAlignType.py +22 -0
- spire/xls/enums/HyperLinkType.py +19 -0
- spire/xls/enums/IgnoreErrorType.py +23 -0
- spire/xls/enums/ImageFormatType.py +17 -0
- spire/xls/enums/ImageType.py +16 -0
- spire/xls/enums/LegendPositionType.py +20 -0
- spire/xls/enums/LegendSpacingType.py +17 -0
- spire/xls/enums/LineStyleType.py +28 -0
- spire/xls/enums/OleObjectType.py +50 -0
- spire/xls/enums/OrderBy.py +18 -0
- spire/xls/enums/OrderType.py +16 -0
- spire/xls/enums/PageBreakExtentType.py +16 -0
- spire/xls/enums/PageBreakType.py +17 -0
- spire/xls/enums/PageOrientationType.py +16 -0
- spire/xls/enums/PagesOrderType.py +16 -0
- spire/xls/enums/PaperSizeType.py +134 -0
- spire/xls/enums/PivotGroupByTypes.py +22 -0
- spire/xls/enums/PrintCommentType.py +17 -0
- spire/xls/enums/PrintErrorsType.py +18 -0
- spire/xls/enums/ReadingOrderType.py +17 -0
- spire/xls/enums/RectangleStyleType.py +16 -0
- spire/xls/enums/ResizeBehaveType.py +17 -0
- spire/xls/enums/ShapeArrowLengthType.py +17 -0
- spire/xls/enums/ShapeArrowStyleType.py +20 -0
- spire/xls/enums/ShapeArrowWidthType.py +17 -0
- spire/xls/enums/ShapeDashLineStyleType.py +22 -0
- spire/xls/enums/ShapeFillType.py +21 -0
- spire/xls/enums/ShapeLayerChangeType.py +18 -0
- spire/xls/enums/ShapeLineStyleType.py +19 -0
- spire/xls/enums/SheetProtectionType.py +32 -0
- spire/xls/enums/SortComparsionType.py +18 -0
- spire/xls/enums/SortOrientationType.py +16 -0
- spire/xls/enums/SortedWayType.py +17 -0
- spire/xls/enums/SparklineType.py +17 -0
- spire/xls/enums/SplitType.py +18 -0
- spire/xls/enums/TextDirection.py +19 -0
- spire/xls/enums/TextRotationType.py +18 -0
- spire/xls/enums/ThemeColorType.py +26 -0
- spire/xls/enums/TickLabelPositionType.py +18 -0
- spire/xls/enums/TickMarkType.py +18 -0
- spire/xls/enums/TopBottomType.py +18 -0
- spire/xls/enums/TopFormatType.py +17 -0
- spire/xls/enums/TrendLineType.py +20 -0
- spire/xls/enums/UnknownVariableAction.py +17 -0
- spire/xls/enums/ValidationComparisonOperator.py +22 -0
- spire/xls/enums/VariableTypeAction.py +17 -0
- spire/xls/enums/VerticalAlignType.py +19 -0
- spire/xls/enums/ViewMode.py +17 -0
- spire/xls/enums/WorksheetVisibility.py +17 -0
- spire/xls/enums/XLSXBorderJoinType.py +18 -0
- spire/xls/enums/XLSXChartMaterialType.py +31 -0
- spire/xls/enums/XLSXChartPrespectiveType.py +20 -0
- spire/xls/enums/XLSXChartShadowInnerType.py +24 -0
- spire/xls/enums/XLSXChartShadowOuterType.py +24 -0
- spire/xls/enums/__init__.py +1 -0
- spire/xls/interfaces/IArcShape.py +285 -0
- spire/xls/interfaces/IChart.py +1597 -0
- spire/xls/interfaces/IChartAxis.py +786 -0
- spire/xls/interfaces/IChartBorder.py +203 -0
- spire/xls/interfaces/IChartCategoryAxis.py +522 -0
- spire/xls/interfaces/IChartDataLabels.py +419 -0
- spire/xls/interfaces/IChartDataPoint.py +114 -0
- spire/xls/interfaces/IChartDataTable.py +184 -0
- spire/xls/interfaces/IChartErrorBars.py +340 -0
- spire/xls/interfaces/IChartFillBorder.py +268 -0
- spire/xls/interfaces/IChartFormat.py +521 -0
- spire/xls/interfaces/IChartFrameFormat.py +85 -0
- spire/xls/interfaces/IChartGridLine.py +100 -0
- spire/xls/interfaces/IChartInterior.py +259 -0
- spire/xls/interfaces/IChartLegend.py +453 -0
- spire/xls/interfaces/IChartLegendEntry.py +167 -0
- spire/xls/interfaces/IChartPageSetup.py +51 -0
- spire/xls/interfaces/IChartSerie.py +727 -0
- spire/xls/interfaces/IChartSerieDataFormat.py +519 -0
- spire/xls/interfaces/IChartSeriesAxis.py +118 -0
- spire/xls/interfaces/IChartShape.py +88 -0
- spire/xls/interfaces/IChartTextArea.py +181 -0
- spire/xls/interfaces/IChartTrendLine.py +502 -0
- spire/xls/interfaces/IChartValueAxis.py +586 -0
- spire/xls/interfaces/IChartWallOrFloor.py +40 -0
- spire/xls/interfaces/ICheckBox.py +120 -0
- spire/xls/interfaces/ICloneParent.py +29 -0
- spire/xls/interfaces/IColorConditionValue.py +44 -0
- spire/xls/interfaces/IColorScale.py +39 -0
- spire/xls/interfaces/ICombinedRange.py +109 -0
- spire/xls/interfaces/IComboBoxShape.py +120 -0
- spire/xls/interfaces/IComment.py +110 -0
- spire/xls/interfaces/ICommentShape.py +20 -0
- spire/xls/interfaces/IConditionValue.py +83 -0
- spire/xls/interfaces/IConditionalFormat.py +757 -0
- spire/xls/interfaces/IConditionalFormats.py +66 -0
- spire/xls/interfaces/ICustomDocumentProperties.py +168 -0
- spire/xls/interfaces/IDataBar.py +127 -0
- spire/xls/interfaces/IDataValidation.py +506 -0
- spire/xls/interfaces/IDataValidationTable.py +84 -0
- spire/xls/interfaces/IDigitalSignature.py +111 -0
- spire/xls/interfaces/IDigitalSignatures.py +33 -0
- spire/xls/interfaces/IDocumentProperty.py +276 -0
- spire/xls/interfaces/IErrorIndicator.py +38 -0
- spire/xls/interfaces/IExtendIndex.py +26 -0
- spire/xls/interfaces/IExtendedFormat.py +631 -0
- spire/xls/interfaces/IFont.py +313 -0
- spire/xls/interfaces/IFormat3D.py +307 -0
- spire/xls/interfaces/IGeomPath.py +27 -0
- spire/xls/interfaces/IGeomPathInfo.py +141 -0
- spire/xls/interfaces/IGeomPathShape.py +40 -0
- spire/xls/interfaces/IGlow.py +104 -0
- spire/xls/interfaces/IGradient.py +203 -0
- spire/xls/interfaces/IGroupBox.py +82 -0
- spire/xls/interfaces/IHPageBreak.py +26 -0
- spire/xls/interfaces/IHyperLink.py +137 -0
- spire/xls/interfaces/IIconSet.py +115 -0
- spire/xls/interfaces/IInterior.py +137 -0
- spire/xls/interfaces/IInternalAddtionalFormat.py +277 -0
- spire/xls/interfaces/IInternalFont.py +38 -0
- spire/xls/interfaces/ILabelShape.py +60 -0
- spire/xls/interfaces/ILineShape.py +334 -0
- spire/xls/interfaces/IListObject.py +443 -0
- spire/xls/interfaces/IListObjectColumn.py +196 -0
- spire/xls/interfaces/IMarkersDesigner.py +133 -0
- spire/xls/interfaces/IMigrantRange.py +28 -0
- spire/xls/interfaces/INamedObject.py +27 -0
- spire/xls/interfaces/INamedRange.py +246 -0
- spire/xls/interfaces/INumberFormat.py +90 -0
- spire/xls/interfaces/IOleObject.py +225 -0
- spire/xls/interfaces/IOptimizedUpdate.py +35 -0
- spire/xls/interfaces/IOvalShape.py +201 -0
- spire/xls/interfaces/IPageSetup.py +260 -0
- spire/xls/interfaces/IPageSetupBase.py +849 -0
- spire/xls/interfaces/IPictureShape.py +118 -0
- spire/xls/interfaces/IPropertyData.py +100 -0
- spire/xls/interfaces/IPrstGeomShape.py +103 -0
- spire/xls/interfaces/IRadioButton.py +159 -0
- spire/xls/interfaces/IRectangleShape.py +90 -0
- spire/xls/interfaces/IReflectionEffect.py +217 -0
- spire/xls/interfaces/IScrollBarShape.py +139 -0
- spire/xls/interfaces/IShadow.py +385 -0
- spire/xls/interfaces/IShape.py +620 -0
- spire/xls/interfaces/IShapeFill.py +767 -0
- spire/xls/interfaces/IShapeLineFormat.py +488 -0
- spire/xls/interfaces/ISortColumn.py +138 -0
- spire/xls/interfaces/ISortColumns.py +106 -0
- spire/xls/interfaces/ISortedRule.py +154 -0
- spire/xls/interfaces/ISpinnerShape.py +124 -0
- spire/xls/interfaces/IStyle.py +60 -0
- spire/xls/interfaces/ITabSheet.py +364 -0
- spire/xls/interfaces/ITextBox.py +140 -0
- spire/xls/interfaces/ITextBoxLinkShape.py +48 -0
- spire/xls/interfaces/ITextBoxShape.py +27 -0
- spire/xls/interfaces/ITextFrame.py +146 -0
- spire/xls/interfaces/IVPageBreak.py +26 -0
- spire/xls/interfaces/IWorkbook.py +1736 -0
- spire/xls/interfaces/IWorksheet.py +2638 -0
- spire/xls/interfaces/IXLSRange.py +2241 -0
- spire/xls/interfaces/IXLSRanges.py +40 -0
- spire/xls/interfaces/IconSet.py +125 -0
- spire/xls/interfaces/ImageLocationTypes.py +17 -0
- spire/xls/interfaces/ImportObjectOptions.py +143 -0
- spire/xls/interfaces/InsertMoveOption.py +17 -0
- spire/xls/interfaces/InteriorArrayWrapper.py +181 -0
- spire/xls/interfaces/__init__.py +0 -0
- spire/xls/interfaces/collections/IDataValidationCollection.py +128 -0
- spire/xls/interfaces/collections/IHPageBreaks.py +37 -0
- spire/xls/interfaces/collections/IListObjects.py +34 -0
- spire/xls/interfaces/collections/IOleObjects.py +44 -0
- spire/xls/interfaces/collections/IPrstGeomShapes.py +87 -0
- spire/xls/interfaces/collections/IShapes.py +273 -0
- spire/xls/interfaces/collections/ITextBoxes.py +67 -0
- spire/xls/interfaces/collections/IVPageBreaks.py +37 -0
- spire/xls/interfaces/collections/__init__.py +0 -0
- spire/xls/interfaces/pivot_table/IPivotCache.py +50 -0
- spire/xls/interfaces/pivot_table/IPivotCaches.py +52 -0
- spire/xls/interfaces/pivot_table/IPivotCalculatedFields.py +69 -0
- spire/xls/interfaces/pivot_table/IPivotField.py +372 -0
- spire/xls/interfaces/pivot_table/IPivotTable.py +509 -0
- spire/xls/interfaces/pivot_table/IPivotTableOptions.py +507 -0
- spire/xls/interfaces/pivot_table/__init__.py +0 -0
- spire/xls/interfaces/sorting/__init__.py +0 -0
- spire/xls/lib/Spire.Xls.Base.dll +0 -0
- spire/xls/lib/_init_.py +0 -0
- spire/xls/license/LicenseProvider.py +107 -0
- spire/xls/license/__init__.py +0 -0
- spire/xls/pivot_tables/AutoSortScope.py +29 -0
- spire/xls/pivot_tables/PivotConditionalFormat.py +71 -0
- spire/xls/pivot_tables/PivotDataField.py +163 -0
- spire/xls/pivot_tables/PivotItem.py +228 -0
- spire/xls/pivot_tables/PivotReportFilter.py +199 -0
- spire/xls/pivot_tables/PivotReportFilters.py +95 -0
- spire/xls/pivot_tables/PivotStyle.py +105 -0
- spire/xls/pivot_tables/PivotTableStyle.py +83 -0
- spire/xls/pivot_tables/XlsPivotCache.py +506 -0
- spire/xls/pivot_tables/XlsPivotCacheField.py +276 -0
- spire/xls/pivot_tables/XlsPivotField.py +975 -0
- spire/xls/pivot_tables/XlsPivotTable.py +1189 -0
- spire/xls/pivot_tables/__init__.py +0 -0
- spire/xls/security/__init__.py +0 -0
- spire/xls/sorting/DataSorter.py +152 -0
- spire/xls/sorting/SortColumn.py +115 -0
- spire/xls/sorting/SortColumns.py +194 -0
- spire/xls/sorting/__init__.py +0 -0
- spire/xls/sparkline/ISparklines.py +72 -0
- spire/xls/sparkline/Sparkline.py +89 -0
- spire/xls/sparkline/SparklineCollection.py +107 -0
- spire/xls/sparkline/SparklineGroup.py +592 -0
- spire/xls/sparkline/SparklineGroupCollection.py +67 -0
- spire/xls/sparkline/__init__.py +0 -0
- spire/xls/template_markers/MarkerDesigner.py +171 -0
- spire/xls/template_markers/__init__.py +0 -0
- spire_xls-15.11.1.dist-info/METADATA +197 -0
- spire_xls-15.11.1.dist-info/RECORD +721 -0
- spire/xls/AddInFunctionsCollection.py +0 -29
- spire/xls/AlertStyleType.py +0 -18
- spire/xls/ArcShapeCollection.py +0 -70
- spire/xls/AutoFiltersCollection.py +0 -527
- spire/xls/AutoFitterOptions.py +0 -66
- spire/xls/AutoFormatOptions.py +0 -23
- spire/xls/AutoFormatType.py +0 -32
- spire/xls/AutoSortScope.py +0 -25
- spire/xls/AverageType.py +0 -25
- spire/xls/AxisLineIdentifierType.py +0 -19
- spire/xls/AxisTextDirectionType.py +0 -18
- spire/xls/AxisType.py +0 -18
- spire/xls/BaseFormatType.py +0 -17
- spire/xls/BordersCollection.py +0 -158
- spire/xls/BordersCollectionArrayWrapper.py +0 -95
- spire/xls/BordersLineType.py +0 -23
- spire/xls/BubbleSizeType.py +0 -17
- spire/xls/BuiltInDocumentProperties.py +0 -12
- spire/xls/BuiltInPropertyType.py +0 -50
- spire/xls/BuiltInStyles.py +0 -66
- spire/xls/ButtonShapeCollection.py +0 -70
- spire/xls/CategoryType.py +0 -18
- spire/xls/CellDataType.py +0 -23
- spire/xls/CellFormatType.py +0 -21
- spire/xls/Chart.py +0 -404
- spire/xls/ChartArea.py +0 -61
- spire/xls/ChartBackgroundMode.py +0 -18
- spire/xls/ChartBaseUnitType.py +0 -18
- spire/xls/ChartCategoryAxis.py +0 -93
- spire/xls/ChartDataLabels.py +0 -42
- spire/xls/ChartDataPoint.py +0 -42
- spire/xls/ChartDataPointsCollection.py +0 -75
- spire/xls/ChartDisplayUnitType.py +0 -26
- spire/xls/ChartFormat.py +0 -72
- spire/xls/ChartFormatCollection.py +0 -59
- spire/xls/ChartGridLine.py +0 -27
- spire/xls/ChartLegend.py +0 -42
- spire/xls/ChartLegendEntriesColl.py +0 -128
- spire/xls/ChartLegendEntry.py +0 -27
- spire/xls/ChartLinePatternType.py +0 -24
- spire/xls/ChartLineWeightType.py +0 -19
- spire/xls/ChartMarkerType.py +0 -27
- spire/xls/ChartParagraphType.py +0 -18
- spire/xls/ChartPieType.py +0 -18
- spire/xls/ChartPlotArea.py +0 -53
- spire/xls/ChartPlotEmptyType.py +0 -18
- spire/xls/ChartSerie.py +0 -142
- spire/xls/ChartSerieDataFormat.py +0 -56
- spire/xls/ChartSeries.py +0 -154
- spire/xls/ChartSeriesAxis.py +0 -72
- spire/xls/ChartShadow.py +0 -235
- spire/xls/ChartSheet.py +0 -285
- spire/xls/ChartTextArea.py +0 -782
- spire/xls/ChartValueAxis.py +0 -92
- spire/xls/ChartsCollection.py +0 -113
- spire/xls/CheckState.py +0 -18
- spire/xls/CollectionBase.py +0 -184
- spire/xls/CollectionExtended.py +0 -92
- spire/xls/ColorConditionValue.py +0 -91
- spire/xls/ColorFilter.py +0 -45
- spire/xls/ColorType.py +0 -18
- spire/xls/ComboBoxCollection.py +0 -70
- spire/xls/CommentHAlignType.py +0 -21
- spire/xls/CommentVAlignType.py +0 -20
- spire/xls/CommentsCollection.py +0 -109
- spire/xls/ComparisonOperatorType.py +0 -24
- spire/xls/CondFormatCollectionWrapper.py +0 -125
- spire/xls/ConditionValue.py +0 -82
- spire/xls/ConditionValuePosition.py +0 -16
- spire/xls/ConditionalFormat.py +0 -14
- spire/xls/ConditionalFormatScope.py +0 -16
- spire/xls/ConditionalFormatType.py +0 -33
- spire/xls/ConditionalFormatWrapper.py +0 -986
- spire/xls/ConditionalFormats.py +0 -55
- spire/xls/CustomFilter.py +0 -147
- spire/xls/CustomFilterCollection.py +0 -113
- spire/xls/DataBarBorder.py +0 -47
- spire/xls/DataConnections.py +0 -25
- spire/xls/DataLabelPositionType.py +0 -26
- spire/xls/DataSorter.py +0 -154
- spire/xls/DataSourceType.py +0 -19
- spire/xls/DateTimeGroupItem.py +0 -132
- spire/xls/DropLineStyleType.py +0 -18
- spire/xls/DynamicFilter.py +0 -71
- spire/xls/ErrorBarIncludeType.py +0 -19
- spire/xls/ErrorBarType.py +0 -20
- spire/xls/ExcelCalculationMode.py +0 -18
- spire/xls/ExcelChartType.py +0 -96
- spire/xls/ExcelColors.py +0 -121
- spire/xls/ExcelComboType.py +0 -22
- spire/xls/ExcelHorizontalAlignment.py +0 -21
- spire/xls/ExcelPatternType.py +0 -52
- spire/xls/ExcelQuartileCalculation.py +0 -17
- spire/xls/ExcelShapeType.py +0 -41
- spire/xls/ExcelSheetType.py +0 -20
- spire/xls/ExcelTreeMapLabelOption.py +0 -18
- spire/xls/ExcelVersion.py +0 -24
- spire/xls/ExcelVerticalAlignment.py +0 -21
- spire/xls/ExpandCollapseFlags.py +0 -18
- spire/xls/ExternalLinkCollection.py +0 -25
- spire/xls/FilterColumn.py +0 -258
- spire/xls/FilterConditionType.py +0 -21
- spire/xls/FilterDataType.py +0 -22
- spire/xls/FontUnderlineType.py +0 -20
- spire/xls/FontVertialAlignmentType.py +0 -20
- spire/xls/GradientColorType.py +0 -18
- spire/xls/GradientPatternType.py +0 -64
- spire/xls/GradientPresetType.py +0 -39
- spire/xls/GradientStyleType.py +0 -21
- spire/xls/GradientTextureType.py +0 -40
- spire/xls/GradientVariantsType.py +0 -19
- spire/xls/GroupBoxCollection.py +0 -70
- spire/xls/GroupShapeCollection.py +0 -46
- spire/xls/HPageBreaksCollection.py +0 -108
- spire/xls/HistogramAxisFormat.py +0 -30
- spire/xls/HorizontalAlignType.py +0 -23
- spire/xls/HyperLinkType.py +0 -20
- spire/xls/HyperLinksCollection.py +0 -72
- spire/xls/IArcShape.py +0 -259
- spire/xls/IChart.py +0 -1368
- spire/xls/IChartAxis.py +0 -722
- spire/xls/IChartBorder.py +0 -220
- spire/xls/IChartCategoryAxis.py +0 -410
- spire/xls/IChartDataLabels.py +0 -457
- spire/xls/IChartDataPoint.py +0 -131
- spire/xls/IChartDataTable.py +0 -197
- spire/xls/IChartErrorBars.py +0 -373
- spire/xls/IChartFillBorder.py +0 -303
- spire/xls/IChartFormat.py +0 -571
- spire/xls/IChartFrameFormat.py +0 -93
- spire/xls/IChartGridLine.py +0 -107
- spire/xls/IChartInterior.py +0 -278
- spire/xls/IChartLegend.py +0 -499
- spire/xls/IChartLegendEntry.py +0 -178
- spire/xls/IChartPageSetup.py +0 -56
- spire/xls/IChartSerie.py +0 -779
- spire/xls/IChartSerieDataFormat.py +0 -566
- spire/xls/IChartSeriesAxis.py +0 -128
- spire/xls/IChartShape.py +0 -92
- spire/xls/IChartTextArea.py +0 -197
- spire/xls/IChartTrendLine.py +0 -548
- spire/xls/IChartValueAxis.py +0 -518
- spire/xls/IChartWallOrFloor.py +0 -32
- spire/xls/ICheckBox.py +0 -96
- spire/xls/ICloneParent.py +0 -28
- spire/xls/IColorConditionValue.py +0 -31
- spire/xls/IColorScale.py +0 -32
- spire/xls/ICombinedRange.py +0 -87
- spire/xls/IComboBoxShape.py +0 -95
- spire/xls/IComment.py +0 -85
- spire/xls/ICommentShape.py +0 -12
- spire/xls/IConditionValue.py +0 -68
- spire/xls/IConditionalFormat.py +0 -606
- spire/xls/IConditionalFormats.py +0 -48
- spire/xls/ICustomDocumentProperties.py +0 -128
- spire/xls/IDataBar.py +0 -105
- spire/xls/IDataValidation.py +0 -421
- spire/xls/IDataValidationCollection.py +0 -132
- spire/xls/IDataValidationTable.py +0 -68
- spire/xls/IDigitalSignature.py +0 -99
- spire/xls/IDigitalSignatures.py +0 -29
- spire/xls/IDocumentProperty.py +0 -226
- spire/xls/IErrorIndicator.py +0 -31
- spire/xls/IExtendIndex.py +0 -21
- spire/xls/IExtendedFormat.py +0 -530
- spire/xls/IFont.py +0 -271
- spire/xls/IFormat3D.py +0 -252
- spire/xls/IGeomPath.py +0 -23
- spire/xls/IGeomPathInfo.py +0 -112
- spire/xls/IGeomPathShape.py +0 -30
- spire/xls/IGlow.py +0 -85
- spire/xls/IGradient.py +0 -174
- spire/xls/IGroupBox.py +0 -67
- spire/xls/IHPageBreak.py +0 -22
- spire/xls/IHPageBreaks.py +0 -31
- spire/xls/IHyperLink.py +0 -118
- spire/xls/IIconSet.py +0 -96
- spire/xls/IInterior.py +0 -117
- spire/xls/IInternalAddtionalFormat.py +0 -238
- spire/xls/IInternalFont.py +0 -31
- spire/xls/ILabelShape.py +0 -49
- spire/xls/ILineShape.py +0 -305
- spire/xls/IListObject.py +0 -493
- spire/xls/IListObjectColumn.py +0 -222
- spire/xls/IListObjects.py +0 -31
- spire/xls/IMarkersDesigner.py +0 -113
- spire/xls/IMigrantRange.py +0 -21
- spire/xls/INamedObject.py +0 -22
- spire/xls/INamedRange.py +0 -162
- spire/xls/INumberFormat.py +0 -77
- spire/xls/IOleObject.py +0 -176
- spire/xls/IOleObjects.py +0 -32
- spire/xls/IOptimizedUpdate.py +0 -28
- spire/xls/IOvalShape.py +0 -154
- spire/xls/IPageSetup.py +0 -195
- spire/xls/IPageSetupBase.py +0 -642
- spire/xls/IPictureShape.py +0 -99
- spire/xls/IPivotCache.py +0 -41
- spire/xls/IPivotCaches.py +0 -39
- spire/xls/IPivotCalculatedFields.py +0 -50
- spire/xls/IPivotField.py +0 -291
- spire/xls/IPivotTable.py +0 -393
- spire/xls/IPivotTableOptions.py +0 -428
- spire/xls/IPropertyData.py +0 -70
- spire/xls/IPrstGeomShape.py +0 -71
- spire/xls/IPrstGeomShapes.py +0 -81
- spire/xls/IRadioButton.py +0 -105
- spire/xls/IRectangleShape.py +0 -60
- spire/xls/IReflectionEffect.py +0 -138
- spire/xls/IScrollBarShape.py +0 -140
- spire/xls/IShadow.py +0 -244
- spire/xls/IShape.py +0 -409
- spire/xls/IShapeFill.py +0 -522
- spire/xls/IShapeLineFormat.py +0 -331
- spire/xls/IShapes.py +0 -270
- spire/xls/ISortColumn.py +0 -96
- spire/xls/ISortColumns.py +0 -70
- spire/xls/ISortedRule.py +0 -112
- spire/xls/ISparklines.py +0 -72
- spire/xls/ISpinnerShape.py +0 -102
- spire/xls/IStyle.py +0 -50
- spire/xls/ITabSheet.py +0 -302
- spire/xls/ITextBox.py +0 -116
- spire/xls/ITextBoxLinkShape.py +0 -40
- spire/xls/ITextBoxShape.py +0 -22
- spire/xls/ITextBoxes.py +0 -61
- spire/xls/ITextFrame.py +0 -120
- spire/xls/IVPageBreak.py +0 -22
- spire/xls/IVPageBreaks.py +0 -31
- spire/xls/IWorkbook.py +0 -1806
- spire/xls/IWorksheet.py +0 -2694
- spire/xls/IXLSRange.py +0 -2479
- spire/xls/IXLSRanges.py +0 -35
- spire/xls/IconSet.py +0 -103
- spire/xls/IgnoreErrorType.py +0 -24
- spire/xls/ImageFormatType.py +0 -18
- spire/xls/ImageLocationTypes.py +0 -15
- spire/xls/ImageType.py +0 -17
- spire/xls/ImportObjectOptions.py +0 -89
- spire/xls/InsertMoveOption.py +0 -15
- spire/xls/InteriorArrayWrapper.py +0 -126
- spire/xls/LegendPositionType.py +0 -21
- spire/xls/LegendSpacingType.py +0 -18
- spire/xls/LineStyleType.py +0 -29
- spire/xls/ListObjectCollection.py +0 -45
- spire/xls/MarkerDesigner.py +0 -172
- spire/xls/MultipleFilterCollection.py +0 -166
- spire/xls/NegativeBarFormat.py +0 -82
- spire/xls/OleObjectType.py +0 -51
- spire/xls/OrderBy.py +0 -19
- spire/xls/OrderType.py +0 -17
- spire/xls/OvalShapeCollection.py +0 -70
- spire/xls/PageBreakExtentType.py +0 -17
- spire/xls/PageBreakType.py +0 -18
- spire/xls/PageOrientationType.py +0 -17
- spire/xls/PagesOrderType.py +0 -17
- spire/xls/PaperSizeType.py +0 -135
- spire/xls/PicturesCollection.py +0 -532
- spire/xls/PivotConditionalFormat.py +0 -54
- spire/xls/PivotConditionalFormatCollection.py +0 -38
- spire/xls/PivotDataField.py +0 -118
- spire/xls/PivotGroupByTypes.py +0 -23
- spire/xls/PivotItem.py +0 -161
- spire/xls/PivotReportFilter.py +0 -92
- spire/xls/PivotReportFilters.py +0 -63
- spire/xls/PivotStyle.py +0 -79
- spire/xls/PivotTableFields.py +0 -85
- spire/xls/PivotTableStyle.py +0 -63
- spire/xls/PrintCommentType.py +0 -18
- spire/xls/PrintErrorsType.py +0 -19
- spire/xls/PrstGeomShapeCollection.py +0 -126
- spire/xls/QueryTableCollection.py +0 -25
- spire/xls/RadioButtonCollection.py +0 -137
- spire/xls/RangesCollection.py +0 -537
- spire/xls/ReadingOrderType.py +0 -18
- spire/xls/RectangleStyleType.py +0 -17
- spire/xls/ResizeBehaveType.py +0 -18
- spire/xls/ShapeArrowLengthType.py +0 -18
- spire/xls/ShapeArrowStyleType.py +0 -21
- spire/xls/ShapeArrowWidthType.py +0 -18
- spire/xls/ShapeCollectionBase.py +0 -87
- spire/xls/ShapeDashLineStyleType.py +0 -23
- spire/xls/ShapeFillType.py +0 -22
- spire/xls/ShapeLayerChangeType.py +0 -19
- spire/xls/ShapeLineStyleType.py +0 -20
- spire/xls/SheetProtectionType.py +0 -33
- spire/xls/SortColumn.py +0 -120
- spire/xls/SortColumns.py +0 -185
- spire/xls/SortComparsionType.py +0 -19
- spire/xls/SortOrientationType.py +0 -17
- spire/xls/SortedWayType.py +0 -18
- spire/xls/Sparkline.py +0 -70
- spire/xls/SparklineCollection.py +0 -112
- spire/xls/SparklineGroup.py +0 -523
- spire/xls/SparklineGroupCollection.py +0 -71
- spire/xls/SparklineType.py +0 -18
- spire/xls/SplitType.py +0 -19
- spire/xls/StylesCollection.py +0 -141
- spire/xls/TextDirection.py +0 -20
- spire/xls/TextRotationType.py +0 -19
- spire/xls/ThemeColorType.py +0 -27
- spire/xls/TickLabelPositionType.py +0 -19
- spire/xls/TickMarkType.py +0 -19
- spire/xls/Top10Filter.py +0 -75
- spire/xls/TopBottomType.py +0 -19
- spire/xls/TopFormatType.py +0 -18
- spire/xls/TrendLineType.py +0 -21
- spire/xls/UnknownVariableAction.py +0 -18
- spire/xls/VPageBreaksCollection.py +0 -96
- spire/xls/ValidationComparisonOperator.py +0 -23
- spire/xls/VariableTypeAction.py +0 -19
- spire/xls/VerticalAlignType.py +0 -20
- spire/xls/ViewMode.py +0 -18
- spire/xls/WorksheetVisibility.py +0 -18
- spire/xls/WorksheetsCollection.py +0 -341
- spire/xls/XLSXBorderJoinType.py +0 -19
- spire/xls/XLSXChartMaterialType.py +0 -32
- spire/xls/XLSXChartPrespectiveType.py +0 -21
- spire/xls/XLSXChartShadowInnerType.py +0 -25
- spire/xls/XLSXChartShadowOuterType.py +0 -25
- spire/xls/XlsAddInFunctionsCollection.py +0 -101
- spire/xls/XlsAutoFiltersCollection.py +0 -119
- spire/xls/XlsBordersCollection.py +0 -101
- spire/xls/XlsBuiltInDocumentProperties.py +0 -639
- spire/xls/XlsChart.py +0 -1510
- spire/xls/XlsChartAxis.py +0 -564
- spire/xls/XlsChartBorder.py +0 -165
- spire/xls/XlsChartCategoryAxis.py +0 -656
- spire/xls/XlsChartDataLabelArea.py +0 -387
- spire/xls/XlsChartDataLabels.py +0 -811
- spire/xls/XlsChartDataPoint.py +0 -108
- spire/xls/XlsChartDataPointsCollection.py +0 -120
- spire/xls/XlsChartDataTable.py +0 -393
- spire/xls/XlsChartDropBar.py +0 -301
- spire/xls/XlsChartFill.py +0 -571
- spire/xls/XlsChartFormat.py +0 -1069
- spire/xls/XlsChartFormatCollection.py +0 -162
- spire/xls/XlsChartFrameFormat.py +0 -614
- spire/xls/XlsChartGridLine.py +0 -171
- spire/xls/XlsChartInterior.py +0 -240
- spire/xls/XlsChartLegend.py +0 -355
- spire/xls/XlsChartLegendArea.py +0 -419
- spire/xls/XlsChartLegendEntry.py +0 -156
- spire/xls/XlsChartSerie.py +0 -589
- spire/xls/XlsChartSerieDataFormat.py +0 -1008
- spire/xls/XlsChartSeriesAxis.py +0 -212
- spire/xls/XlsChartShape.py +0 -1142
- spire/xls/XlsChartTitleArea.py +0 -392
- spire/xls/XlsChartValueAxis.py +0 -317
- spire/xls/XlsChartWallOrFloor.py +0 -319
- spire/xls/XlsChartsCollection.py +0 -89
- spire/xls/XlsCommentsCollection.py +0 -87
- spire/xls/XlsConditionValue.py +0 -111
- spire/xls/XlsConditionalFormat.py +0 -1119
- spire/xls/XlsConditionalFormats.py +0 -590
- spire/xls/XlsDataValidationCollection.py +0 -159
- spire/xls/XlsFontsCollection.py +0 -51
- spire/xls/XlsHPageBreaksCollection.py +0 -85
- spire/xls/XlsHyperLinksCollection.py +0 -102
- spire/xls/XlsPivotCache.py +0 -401
- spire/xls/XlsPivotCacheField.py +0 -209
- spire/xls/XlsPivotCachesCollection.py +0 -124
- spire/xls/XlsPivotField.py +0 -885
- spire/xls/XlsPivotTable.py +0 -905
- spire/xls/XlsPivotTablesCollection.py +0 -131
- spire/xls/XlsRangesCollection.py +0 -1566
- spire/xls/XlsStylesCollection.py +0 -73
- spire/xls/XlsVPageBreaksCollection.py +0 -84
- spire/xls/XlsWorkbookObjectsCollection.py +0 -94
- spire/xls/XlsWorksheetsCollection.py +0 -416
- spire_xls-15.5.0.dist-info/METADATA +0 -197
- spire_xls-15.5.0.dist-info/RECORD +0 -703
- /spire/xls/{lib → autofilter}/__init__.py +0 -0
- /spire/xls/{ChartBorder.py → charts/ChartBorder.py} +0 -0
- /spire/xls/{ChartDataTable.py → charts/ChartDataTable.py} +0 -0
- /spire/xls/{ChartDropBar.py → charts/ChartDropBar.py} +0 -0
- /spire/xls/{ChartInterior.py → charts/ChartInterior.py} +0 -0
- /spire/xls/{ChartPageSetup.py → charts/ChartPageSetup.py} +0 -0
- /spire/xls/{ChartTitle.py → charts/ChartTitle.py} +0 -0
- /spire/xls/{ChartWallOrFloor.py → charts/ChartWallOrFloor.py} +0 -0
- /spire/xls/{XlsChartPageSetup.py → charts/XlsChartPageSetup.py} +0 -0
- /spire/xls/{XlsChartPlotArea.py → charts/XlsChartPlotArea.py} +0 -0
- /spire/xls/{CheckBoxCollection.py → collection/CheckBoxCollection.py} +0 -0
- /spire/xls/{CollectionChangeEventArgs.py → collection/CollectionChangeEventArgs.py} +0 -0
- /spire/xls/{FontsCollection.py → collection/FontsCollection.py} +0 -0
- /spire/xls/{GeomertyAdjustValuesCollection.py → collection/GeomertyAdjustValuesCollection.py} +0 -0
- /spire/xls/{LabelShapeCollection.py → collection/LabelShapeCollection.py} +0 -0
- /spire/xls/{LineCollection.py → collection/LineCollection.py} +0 -0
- /spire/xls/{ListBoxCollection.py → collection/ListBoxCollection.py} +0 -0
- /spire/xls/{RectangleCollection.py → collection/RectangleCollection.py} +0 -0
- /spire/xls/{ScrollBarCollection.py → collection/ScrollBarCollection.py} +0 -0
- /spire/xls/{SpinnerShapeCollection.py → collection/SpinnerShapeCollection.py} +0 -0
- /spire/xls/{TextBoxCollection.py → collection/TextBoxCollection.py} +0 -0
- /spire/xls/{WorkbookObjectsCollection.py → collection/WorkbookObjectsCollection.py} +0 -0
- /spire/xls/{WorksheetChartsCollection.py → collection/WorksheetChartsCollection.py} +0 -0
- /spire/xls/{WorksheetConditionalFormats.py → collection/WorksheetConditionalFormats.py} +0 -0
- /spire/xls/{XlsChartSeries.py → collection/XlsChartSeries.py} +0 -0
- /spire/xls/{XlsHeaderFooterShapeCollection.py → collection/XlsHeaderFooterShapeCollection.py} +0 -0
- /spire/xls/{XlsPicturesCollection.py → collection/XlsPicturesCollection.py} +0 -0
- /spire/xls/{XlsWorksheetChartsCollection.py → collection/XlsWorksheetChartsCollection.py} +0 -0
- /spire/xls/{XlsWorksheetConditionalFormats.py → collection/XlsWorksheetConditionalFormats.py} +0 -0
- /spire/xls/{PivotCachesCollection.py → collection/pivot_table/PivotCachesCollection.py} +0 -0
- /spire/xls/{PivotCalculatedFieldsCollection.py → collection/pivot_table/PivotCalculatedFieldsCollection.py} +0 -0
- /spire/xls/{PivotDataFields.py → collection/pivot_table/PivotDataFields.py} +0 -0
- /spire/xls/{PivotTablesCollection.py → collection/pivot_table/PivotTablesCollection.py} +0 -0
- /spire/xls/{AxisTypes.py → enums/AxisTypes.py} +0 -0
- /spire/xls/{CompoundLineType.py → enums/CompoundLineType.py} +0 -0
- /spire/xls/{ConditionValueType.py → enums/ConditionValueType.py} +0 -0
- /spire/xls/{ConditionalTopNType.py → enums/ConditionalTopNType.py} +0 -0
- /spire/xls/{ConnectionDataSourceType.py → enums/ConnectionDataSourceType.py} +0 -0
- /spire/xls/{CopyRangeOptions.py → enums/CopyRangeOptions.py} +0 -0
- /spire/xls/{DataBarAxisPosition.py → enums/DataBarAxisPosition.py} +0 -0
- /spire/xls/{DataBarBorderType.py → enums/DataBarBorderType.py} +0 -0
- /spire/xls/{DataBarFillType.py → enums/DataBarFillType.py} +0 -0
- /spire/xls/{DataBarNegativeColorType.py → enums/DataBarNegativeColorType.py} +0 -0
- /spire/xls/{DataMarkerDirection.py → enums/DataMarkerDirection.py} +0 -0
- /spire/xls/{DateTimeGroupingType.py → enums/DateTimeGroupingType.py} +0 -0
- /spire/xls/{DeleteOption.py → enums/DeleteOption.py} +0 -0
- /spire/xls/{DynamicFilterType.py → enums/DynamicFilterType.py} +0 -0
- /spire/xls/{ExcelClearOptions.py → enums/ExcelClearOptions.py} +0 -0
- /spire/xls/{ExcelFindOptions.py → enums/ExcelFindOptions.py} +0 -0
- /spire/xls/{ExcelSaveType.py → enums/ExcelSaveType.py} +0 -0
- /spire/xls/{ExcelTotalsCalculation.py → enums/ExcelTotalsCalculation.py} +0 -0
- /spire/xls/{FillPictureType.py → enums/FillPictureType.py} +0 -0
- /spire/xls/{FilterOperatorType.py → enums/FilterOperatorType.py} +0 -0
- /spire/xls/{FilterType.py → enums/FilterType.py} +0 -0
- /spire/xls/{FindType.py → enums/FindType.py} +0 -0
- /spire/xls/{GeomertyAdjustValueFormulaType.py → enums/GeomertyAdjustValueFormulaType.py} +0 -0
- /spire/xls/{GroupByType.py → enums/GroupByType.py} +0 -0
- /spire/xls/{HttpContentType.py → enums/HttpContentType.py} +0 -0
- /spire/xls/{IconSetType.py → enums/IconSetType.py} +0 -0
- /spire/xls/{InsertOptionsType.py → enums/InsertOptionsType.py} +0 -0
- /spire/xls/{LineShapeType.py → enums/LineShapeType.py} +0 -0
- /spire/xls/{MeasureUnits.py → enums/MeasureUnits.py} +0 -0
- /spire/xls/{MsoPathType.py → enums/MsoPathType.py} +0 -0
- /spire/xls/{OLEDBCommandType.py → enums/OLEDBCommandType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImagePositionType.py → enums/OdsPageBackgroundImagePositionType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImageType.py → enums/OdsPageBackgroundImageType.py} +0 -0
- /spire/xls/{OdsPageBackgroundType.py → enums/OdsPageBackgroundType.py} +0 -0
- /spire/xls/{OleLinkType.py → enums/OleLinkType.py} +0 -0
- /spire/xls/{PathFillMode.py → enums/PathFillMode.py} +0 -0
- /spire/xls/{PdfConformanceLevel.py → enums/PdfConformanceLevel.py} +0 -0
- /spire/xls/{PivotAutoFomatTypes.py → enums/PivotAutoFomatTypes.py} +0 -0
- /spire/xls/{PivotBuiltInStyles.py → enums/PivotBuiltInStyles.py} +0 -0
- /spire/xls/{PivotDataType.py → enums/PivotDataType.py} +0 -0
- /spire/xls/{PivotFieldFormatType.py → enums/PivotFieldFormatType.py} +0 -0
- /spire/xls/{PivotFieldSortType.py → enums/PivotFieldSortType.py} +0 -0
- /spire/xls/{PivotItemType.py → enums/PivotItemType.py} +0 -0
- /spire/xls/{PivotLabelFilterType.py → enums/PivotLabelFilterType.py} +0 -0
- /spire/xls/{PivotPageAreaFieldsOrderType.py → enums/PivotPageAreaFieldsOrderType.py} +0 -0
- /spire/xls/{PivotTableElement.py → enums/PivotTableElement.py} +0 -0
- /spire/xls/{PivotTableLayoutType.py → enums/PivotTableLayoutType.py} +0 -0
- /spire/xls/{PivotValueFilterType.py → enums/PivotValueFilterType.py} +0 -0
- /spire/xls/{PresetTextEffect.py → enums/PresetTextEffect.py} +0 -0
- /spire/xls/{PrintingPageType.py → enums/PrintingPageType.py} +0 -0
- /spire/xls/{PropertyType.py → enums/PropertyType.py} +0 -0
- /spire/xls/{PrstGeomShapeType.py → enums/PrstGeomShapeType.py} +0 -0
- /spire/xls/{RectangleShapeType.py → enums/RectangleShapeType.py} +0 -0
- /spire/xls/{RelationShip.py → enums/RelationShip.py} +0 -0
- /spire/xls/{RenameStrategy.py → enums/RenameStrategy.py} +0 -0
- /spire/xls/{RtfTags.py → enums/RtfTags.py} +0 -0
- /spire/xls/{SelectionType.py → enums/SelectionType.py} +0 -0
- /spire/xls/{SparklineEmptyCells.py → enums/SparklineEmptyCells.py} +0 -0
- /spire/xls/{SpartlineVerticalAxisType.py → enums/SpartlineVerticalAxisType.py} +0 -0
- /spire/xls/{StrikeThroughStyle.py → enums/StrikeThroughStyle.py} +0 -0
- /spire/xls/{StyleDefineType.py → enums/StyleDefineType.py} +0 -0
- /spire/xls/{SubtotalTypes.py → enums/SubtotalTypes.py} +0 -0
- /spire/xls/{TRangeValueType.py → enums/TRangeValueType.py} +0 -0
- /spire/xls/{TableBuiltInStyles.py → enums/TableBuiltInStyles.py} +0 -0
- /spire/xls/{TextDirectionType.py → enums/TextDirectionType.py} +0 -0
- /spire/xls/{TextVerticalValue.py → enums/TextVerticalValue.py} +0 -0
- /spire/xls/{TimePeriodType.py → enums/TimePeriodType.py} +0 -0
- /spire/xls/{UnderlineStyle.py → enums/UnderlineStyle.py} +0 -0
- /spire/xls/{WorksheetCopyType.py → enums/WorksheetCopyType.py} +0 -0
- /spire/xls/{XLSXChartBevelType.py → enums/XLSXChartBevelType.py} +0 -0
- /spire/xls/{XLSXChartLightingType.py → enums/XLSXChartLightingType.py} +0 -0
- /spire/xls/{XLSXPivotItemType.py → enums/XLSXPivotItemType.py} +0 -0
- /spire/xls/{XmlOpenType.py → enums/XmlOpenType.py} +0 -0
- /spire/xls/{IAddInFunction.py → interfaces/IAddInFunction.py} +0 -0
- /spire/xls/{IAutoFilter.py → interfaces/IAutoFilter.py} +0 -0
- /spire/xls/{IAutoFilterCondition.py → interfaces/IAutoFilterCondition.py} +0 -0
- /spire/xls/{IAutoFilters.py → interfaces/IAutoFilters.py} +0 -0
- /spire/xls/{IBorder.py → interfaces/IBorder.py} +0 -0
- /spire/xls/{IBuiltInDocumentProperties.py → interfaces/IBuiltInDocumentProperties.py} +0 -0
- /spire/xls/{IButtonShape.py → interfaces/IButtonShape.py} +0 -0
- /spire/xls/{IChartDropBar.py → interfaces/IChartDropBar.py} +0 -0
- /spire/xls/{IExcelApplication.py → interfaces/IExcelApplication.py} +0 -0
- /spire/xls/{IInternalWorksheet.py → interfaces/IInternalWorksheet.py} +0 -0
- /spire/xls/{IListBox.py → interfaces/IListBox.py} +0 -0
- /spire/xls/{IRichTextString.py → interfaces/IRichTextString.py} +0 -0
- /spire/xls/{IAddInFunctions.py → interfaces/collections/IAddInFunctions.py} +0 -0
- /spire/xls/{IArcShapes.py → interfaces/collections/IArcShapes.py} +0 -0
- /spire/xls/{IBorders.py → interfaces/collections/IBorders.py} +0 -0
- /spire/xls/{IButtonShapes.py → interfaces/collections/IButtonShapes.py} +0 -0
- /spire/xls/{IChartDataPoints.py → interfaces/collections/IChartDataPoints.py} +0 -0
- /spire/xls/{IChartLegendEntries.py → interfaces/collections/IChartLegendEntries.py} +0 -0
- /spire/xls/{IChartSeries.py → interfaces/collections/IChartSeries.py} +0 -0
- /spire/xls/{IChartShapes.py → interfaces/collections/IChartShapes.py} +0 -0
- /spire/xls/{IChartTrendLines.py → interfaces/collections/IChartTrendLines.py} +0 -0
- /spire/xls/{ICharts.py → interfaces/collections/ICharts.py} +0 -0
- /spire/xls/{ICheckBoxes.py → interfaces/collections/ICheckBoxes.py} +0 -0
- /spire/xls/{IComboBoxes.py → interfaces/collections/IComboBoxes.py} +0 -0
- /spire/xls/{IComments.py → interfaces/collections/IComments.py} +0 -0
- /spire/xls/{IConditionalFormatsCollection.py → interfaces/collections/IConditionalFormatsCollection.py} +0 -0
- /spire/xls/{IGroupBoxes.py → interfaces/collections/IGroupBoxes.py} +0 -0
- /spire/xls/{IHyperLinks.py → interfaces/collections/IHyperLinks.py} +0 -0
- /spire/xls/{ILabelShapes.py → interfaces/collections/ILabelShapes.py} +0 -0
- /spire/xls/{ILines.py → interfaces/collections/ILines.py} +0 -0
- /spire/xls/{IListBoxes.py → interfaces/collections/IListBoxes.py} +0 -0
- /spire/xls/{INameRanges.py → interfaces/collections/INameRanges.py} +0 -0
- /spire/xls/{IOvalShapes.py → interfaces/collections/IOvalShapes.py} +0 -0
- /spire/xls/{IPictures.py → interfaces/collections/IPictures.py} +0 -0
- /spire/xls/{IRadioButtons.py → interfaces/collections/IRadioButtons.py} +0 -0
- /spire/xls/{IRectangleShapes.py → interfaces/collections/IRectangleShapes.py} +0 -0
- /spire/xls/{IScrollBarShapes.py → interfaces/collections/IScrollBarShapes.py} +0 -0
- /spire/xls/{ISpinnerShapes.py → interfaces/collections/ISpinnerShapes.py} +0 -0
- /spire/xls/{IStyles.py → interfaces/collections/IStyles.py} +0 -0
- /spire/xls/{ITabSheets.py → interfaces/collections/ITabSheets.py} +0 -0
- /spire/xls/{IWorksheetGroup.py → interfaces/collections/IWorksheetGroup.py} +0 -0
- /spire/xls/{IWorksheets.py → interfaces/collections/IWorksheets.py} +0 -0
- /spire/xls/{IPivotDataField.py → interfaces/pivot_table/IPivotDataField.py} +0 -0
- /spire/xls/{IPivotDataFields.py → interfaces/pivot_table/IPivotDataFields.py} +0 -0
- /spire/xls/{IPivotFields.py → interfaces/pivot_table/IPivotFields.py} +0 -0
- /spire/xls/{IPivotTables.py → interfaces/pivot_table/IPivotTables.py} +0 -0
- /spire/xls/{IDataSort.py → interfaces/sorting/IDataSort.py} +0 -0
- /spire/xls/{PivotCache.py → pivot_tables/PivotCache.py} +0 -0
- /spire/xls/{PivotField.py → pivot_tables/PivotField.py} +0 -0
- /spire/xls/{PivotTable.py → pivot_tables/PivotTable.py} +0 -0
- /spire/xls/{EncryptedKeyInfo.py → security/EncryptedKeyInfo.py} +0 -0
- /spire/xls/{ISparkline.py → sparkline/ISparkline.py} +0 -0
- /spire/xls/{ISparklineGroup.py → sparkline/ISparklineGroup.py} +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.11.1.dist-info}/WHEEL +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.11.1.dist-info}/top_level.txt +0 -0
spire/xls/XlsShapeFill.py
CHANGED
|
@@ -7,15 +7,23 @@ from ctypes import *
|
|
|
7
7
|
import abc
|
|
8
8
|
|
|
9
9
|
class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
10
|
-
"""
|
|
11
|
-
|
|
10
|
+
"""Represents the fill formatting for a shape in an Excel worksheet.
|
|
11
|
+
|
|
12
|
+
This class provides properties and methods for manipulating fill formatting options
|
|
13
|
+
such as solid colors, gradients, textures, patterns, and pictures. It allows for
|
|
14
|
+
customization of fill appearance, transparency, and other visual aspects of shapes.
|
|
12
15
|
"""
|
|
13
16
|
@property
|
|
14
17
|
|
|
15
18
|
def GradientStops(self)->'GradientStops':
|
|
19
|
+
"""Gets the collection of gradient stops for the shape fill.
|
|
20
|
+
|
|
21
|
+
Gradient stops define the colors and positions used in a gradient fill.
|
|
22
|
+
|
|
23
|
+
Returns:
|
|
24
|
+
GradientStops: A collection of gradient stops used in the gradient fill.
|
|
16
25
|
"""
|
|
17
|
-
|
|
18
|
-
"""
|
|
26
|
+
from spire.xls.GradientStops import GradientStops
|
|
19
27
|
GetDllLibXls().XlsShapeFill_get_GradientStops.argtypes=[c_void_p]
|
|
20
28
|
GetDllLibXls().XlsShapeFill_get_GradientStops.restype=c_void_p
|
|
21
29
|
intPtr = CallCFunction(GetDllLibXls().XlsShapeFill_get_GradientStops, self.Ptr)
|
|
@@ -26,8 +34,13 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
26
34
|
@property
|
|
27
35
|
|
|
28
36
|
def FillType(self)->'ShapeFillType':
|
|
29
|
-
"""
|
|
30
|
-
|
|
37
|
+
"""Gets or sets the fill type for the shape.
|
|
38
|
+
|
|
39
|
+
The fill type determines how the shape is filled, such as solid color,
|
|
40
|
+
gradient, pattern, texture, or picture.
|
|
41
|
+
|
|
42
|
+
Returns:
|
|
43
|
+
ShapeFillType: An enumeration value representing the fill type.
|
|
31
44
|
"""
|
|
32
45
|
GetDllLibXls().XlsShapeFill_get_FillType.argtypes=[c_void_p]
|
|
33
46
|
GetDllLibXls().XlsShapeFill_get_FillType.restype=c_int
|
|
@@ -37,14 +50,24 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
37
50
|
|
|
38
51
|
@FillType.setter
|
|
39
52
|
def FillType(self, value:'ShapeFillType'):
|
|
53
|
+
"""Sets the fill type for the shape.
|
|
54
|
+
|
|
55
|
+
Args:
|
|
56
|
+
value (ShapeFillType): An enumeration value representing the fill type to set.
|
|
57
|
+
"""
|
|
40
58
|
GetDllLibXls().XlsShapeFill_set_FillType.argtypes=[c_void_p, c_int]
|
|
41
59
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_FillType, self.Ptr, value.value)
|
|
42
60
|
|
|
43
61
|
@property
|
|
44
62
|
|
|
45
63
|
def GradientStyle(self)->'GradientStyleType':
|
|
46
|
-
"""
|
|
47
|
-
|
|
64
|
+
"""Gets or sets the gradient style for the shape fill.
|
|
65
|
+
|
|
66
|
+
The gradient style defines the direction or pattern of the gradient,
|
|
67
|
+
such as horizontal, vertical, diagonal, or radial.
|
|
68
|
+
|
|
69
|
+
Returns:
|
|
70
|
+
GradientStyleType: An enumeration value representing the gradient style.
|
|
48
71
|
"""
|
|
49
72
|
GetDllLibXls().XlsShapeFill_get_GradientStyle.argtypes=[c_void_p]
|
|
50
73
|
GetDllLibXls().XlsShapeFill_get_GradientStyle.restype=c_int
|
|
@@ -54,14 +77,24 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
54
77
|
|
|
55
78
|
@GradientStyle.setter
|
|
56
79
|
def GradientStyle(self, value:'GradientStyleType'):
|
|
80
|
+
"""Sets the gradient style for the shape fill.
|
|
81
|
+
|
|
82
|
+
Args:
|
|
83
|
+
value (GradientStyleType): An enumeration value representing the gradient style to set.
|
|
84
|
+
"""
|
|
57
85
|
GetDllLibXls().XlsShapeFill_set_GradientStyle.argtypes=[c_void_p, c_int]
|
|
58
86
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_GradientStyle, self.Ptr, value.value)
|
|
59
87
|
|
|
60
88
|
@property
|
|
61
89
|
|
|
62
90
|
def GradientVariant(self)->'GradientVariantsType':
|
|
63
|
-
"""
|
|
64
|
-
|
|
91
|
+
"""Gets or sets the gradient variant for the shape fill.
|
|
92
|
+
|
|
93
|
+
The gradient variant modifies the appearance of the gradient style,
|
|
94
|
+
providing additional variations for each gradient style.
|
|
95
|
+
|
|
96
|
+
Returns:
|
|
97
|
+
GradientVariantsType: An enumeration value representing the gradient variant.
|
|
65
98
|
"""
|
|
66
99
|
GetDllLibXls().XlsShapeFill_get_GradientVariant.argtypes=[c_void_p]
|
|
67
100
|
GetDllLibXls().XlsShapeFill_get_GradientVariant.restype=c_int
|
|
@@ -71,13 +104,22 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
71
104
|
|
|
72
105
|
@GradientVariant.setter
|
|
73
106
|
def GradientVariant(self, value:'GradientVariantsType'):
|
|
107
|
+
"""Sets the gradient variant for the shape fill.
|
|
108
|
+
|
|
109
|
+
Args:
|
|
110
|
+
value (GradientVariantsType): An enumeration value representing the gradient variant to set.
|
|
111
|
+
"""
|
|
74
112
|
GetDllLibXls().XlsShapeFill_set_GradientVariant.argtypes=[c_void_p, c_int]
|
|
75
113
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_GradientVariant, self.Ptr, value.value)
|
|
76
114
|
|
|
77
115
|
@property
|
|
78
116
|
def Transparency(self)->float:
|
|
79
|
-
"""
|
|
80
|
-
|
|
117
|
+
"""Gets or sets the transparency level of the shape fill.
|
|
118
|
+
|
|
119
|
+
The value ranges from 0.0 (completely opaque) to 1.0 (completely transparent).
|
|
120
|
+
|
|
121
|
+
Returns:
|
|
122
|
+
float: The transparency level of the shape fill.
|
|
81
123
|
"""
|
|
82
124
|
GetDllLibXls().XlsShapeFill_get_Transparency.argtypes=[c_void_p]
|
|
83
125
|
GetDllLibXls().XlsShapeFill_get_Transparency.restype=c_double
|
|
@@ -86,13 +128,23 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
86
128
|
|
|
87
129
|
@Transparency.setter
|
|
88
130
|
def Transparency(self, value:float):
|
|
131
|
+
"""Sets the transparency level of the shape fill.
|
|
132
|
+
|
|
133
|
+
Args:
|
|
134
|
+
value (float): The transparency level to set, from 0.0 (completely opaque) to 1.0 (completely transparent).
|
|
135
|
+
"""
|
|
89
136
|
GetDllLibXls().XlsShapeFill_set_Transparency.argtypes=[c_void_p, c_double]
|
|
90
137
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_Transparency, self.Ptr, value)
|
|
91
138
|
|
|
92
139
|
@property
|
|
93
140
|
def TransparencyFrom(self)->float:
|
|
94
|
-
"""
|
|
95
|
-
|
|
141
|
+
"""Gets or sets the starting transparency level for gradient fills.
|
|
142
|
+
|
|
143
|
+
Used in gradient fills to define the transparency at the starting point of the gradient.
|
|
144
|
+
The value ranges from 0.0 (completely opaque) to 1.0 (completely transparent).
|
|
145
|
+
|
|
146
|
+
Returns:
|
|
147
|
+
float: The starting transparency level for gradient fills.
|
|
96
148
|
"""
|
|
97
149
|
GetDllLibXls().XlsShapeFill_get_TransparencyFrom.argtypes=[c_void_p]
|
|
98
150
|
GetDllLibXls().XlsShapeFill_get_TransparencyFrom.restype=c_double
|
|
@@ -101,13 +153,23 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
101
153
|
|
|
102
154
|
@TransparencyFrom.setter
|
|
103
155
|
def TransparencyFrom(self, value:float):
|
|
156
|
+
"""Sets the starting transparency level for gradient fills.
|
|
157
|
+
|
|
158
|
+
Args:
|
|
159
|
+
value (float): The starting transparency level to set, from 0.0 (completely opaque) to 1.0 (completely transparent).
|
|
160
|
+
"""
|
|
104
161
|
GetDllLibXls().XlsShapeFill_set_TransparencyFrom.argtypes=[c_void_p, c_double]
|
|
105
162
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_TransparencyFrom, self.Ptr, value)
|
|
106
163
|
|
|
107
164
|
@property
|
|
108
165
|
def TransparencyTo(self)->float:
|
|
109
|
-
"""
|
|
110
|
-
|
|
166
|
+
"""Gets or sets the ending transparency level for gradient fills.
|
|
167
|
+
|
|
168
|
+
Used in gradient fills to define the transparency at the ending point of the gradient.
|
|
169
|
+
The value ranges from 0.0 (completely opaque) to 1.0 (completely transparent).
|
|
170
|
+
|
|
171
|
+
Returns:
|
|
172
|
+
float: The ending transparency level for gradient fills.
|
|
111
173
|
"""
|
|
112
174
|
GetDllLibXls().XlsShapeFill_get_TransparencyTo.argtypes=[c_void_p]
|
|
113
175
|
GetDllLibXls().XlsShapeFill_get_TransparencyTo.restype=c_double
|
|
@@ -116,13 +178,20 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
116
178
|
|
|
117
179
|
@TransparencyTo.setter
|
|
118
180
|
def TransparencyTo(self, value:float):
|
|
181
|
+
"""Sets the ending transparency level for gradient fills.
|
|
182
|
+
|
|
183
|
+
Args:
|
|
184
|
+
value (float): The ending transparency level to set, from 0.0 (completely opaque) to 1.0 (completely transparent).
|
|
185
|
+
"""
|
|
119
186
|
GetDllLibXls().XlsShapeFill_set_TransparencyTo.argtypes=[c_void_p, c_double]
|
|
120
187
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_TransparencyTo, self.Ptr, value)
|
|
121
188
|
|
|
122
189
|
@property
|
|
123
190
|
def Visible(self)->bool:
|
|
124
|
-
"""
|
|
125
|
-
|
|
191
|
+
"""Gets or sets whether the shape fill is visible.
|
|
192
|
+
|
|
193
|
+
Returns:
|
|
194
|
+
bool: True if the shape fill is visible; otherwise, False.
|
|
126
195
|
"""
|
|
127
196
|
GetDllLibXls().XlsShapeFill_get_Visible.argtypes=[c_void_p]
|
|
128
197
|
GetDllLibXls().XlsShapeFill_get_Visible.restype=c_bool
|
|
@@ -131,14 +200,21 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
131
200
|
|
|
132
201
|
@Visible.setter
|
|
133
202
|
def Visible(self, value:bool):
|
|
203
|
+
"""Sets whether the shape fill is visible.
|
|
204
|
+
|
|
205
|
+
Args:
|
|
206
|
+
value (bool): True to make the shape fill visible; False to hide it.
|
|
207
|
+
"""
|
|
134
208
|
GetDllLibXls().XlsShapeFill_set_Visible.argtypes=[c_void_p, c_bool]
|
|
135
209
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_Visible, self.Ptr, value)
|
|
136
210
|
|
|
137
211
|
@property
|
|
138
212
|
|
|
139
213
|
def BackKnownColor(self)->'ExcelColors':
|
|
140
|
-
"""
|
|
141
|
-
|
|
214
|
+
"""Gets or sets the background color from a predefined set of Excel colors.
|
|
215
|
+
|
|
216
|
+
Returns:
|
|
217
|
+
ExcelColors: An enumeration value representing the predefined Excel background color.
|
|
142
218
|
"""
|
|
143
219
|
GetDllLibXls().XlsShapeFill_get_BackKnownColor.argtypes=[c_void_p]
|
|
144
220
|
GetDllLibXls().XlsShapeFill_get_BackKnownColor.restype=c_int
|
|
@@ -148,14 +224,23 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
148
224
|
|
|
149
225
|
@BackKnownColor.setter
|
|
150
226
|
def BackKnownColor(self, value:'ExcelColors'):
|
|
227
|
+
"""Sets the background color from a predefined set of Excel colors.
|
|
228
|
+
|
|
229
|
+
Args:
|
|
230
|
+
value (ExcelColors): An enumeration value representing the predefined Excel background color to set.
|
|
231
|
+
"""
|
|
151
232
|
GetDllLibXls().XlsShapeFill_set_BackKnownColor.argtypes=[c_void_p, c_int]
|
|
152
233
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_BackKnownColor, self.Ptr, value.value)
|
|
153
234
|
|
|
154
235
|
@property
|
|
155
236
|
|
|
156
237
|
def ForeKnownColor(self)->'ExcelColors':
|
|
157
|
-
"""
|
|
158
|
-
|
|
238
|
+
"""Gets or sets the foreground color from a predefined set of Excel colors.
|
|
239
|
+
|
|
240
|
+
Used in patterns and gradients where both foreground and background colors are needed.
|
|
241
|
+
|
|
242
|
+
Returns:
|
|
243
|
+
ExcelColors: An enumeration value representing the predefined Excel foreground color.
|
|
159
244
|
"""
|
|
160
245
|
GetDllLibXls().XlsShapeFill_get_ForeKnownColor.argtypes=[c_void_p]
|
|
161
246
|
GetDllLibXls().XlsShapeFill_get_ForeKnownColor.restype=c_int
|
|
@@ -165,14 +250,23 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
165
250
|
|
|
166
251
|
@ForeKnownColor.setter
|
|
167
252
|
def ForeKnownColor(self, value:'ExcelColors'):
|
|
253
|
+
"""Sets the foreground color from a predefined set of Excel colors.
|
|
254
|
+
|
|
255
|
+
Args:
|
|
256
|
+
value (ExcelColors): An enumeration value representing the predefined Excel foreground color to set.
|
|
257
|
+
"""
|
|
168
258
|
GetDllLibXls().XlsShapeFill_set_ForeKnownColor.argtypes=[c_void_p, c_int]
|
|
169
259
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_ForeKnownColor, self.Ptr, value.value)
|
|
170
260
|
|
|
171
261
|
@property
|
|
172
262
|
|
|
173
263
|
def BackColor(self)->'Color':
|
|
174
|
-
"""
|
|
175
|
-
|
|
264
|
+
"""Gets or sets the background color of the shape fill.
|
|
265
|
+
|
|
266
|
+
Provides access to a Color object for custom background color settings.
|
|
267
|
+
|
|
268
|
+
Returns:
|
|
269
|
+
Color: A Color object representing the background color.
|
|
176
270
|
"""
|
|
177
271
|
GetDllLibXls().XlsShapeFill_get_BackColor.argtypes=[c_void_p]
|
|
178
272
|
GetDllLibXls().XlsShapeFill_get_BackColor.restype=c_void_p
|
|
@@ -183,14 +277,24 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
183
277
|
|
|
184
278
|
@BackColor.setter
|
|
185
279
|
def BackColor(self, value:'Color'):
|
|
280
|
+
"""Sets the background color of the shape fill.
|
|
281
|
+
|
|
282
|
+
Args:
|
|
283
|
+
value (Color): A Color object representing the background color to set.
|
|
284
|
+
"""
|
|
186
285
|
GetDllLibXls().XlsShapeFill_set_BackColor.argtypes=[c_void_p, c_void_p]
|
|
187
286
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_BackColor, self.Ptr, value.Ptr)
|
|
188
287
|
|
|
189
288
|
@property
|
|
190
289
|
|
|
191
290
|
def ForeColor(self)->'Color':
|
|
192
|
-
"""
|
|
193
|
-
|
|
291
|
+
"""Gets or sets the foreground color of the shape fill.
|
|
292
|
+
|
|
293
|
+
Provides access to a Color object for custom foreground color settings.
|
|
294
|
+
Used in patterns and gradients where both foreground and background colors are needed.
|
|
295
|
+
|
|
296
|
+
Returns:
|
|
297
|
+
Color: A Color object representing the foreground color.
|
|
194
298
|
"""
|
|
195
299
|
GetDllLibXls().XlsShapeFill_get_ForeColor.argtypes=[c_void_p]
|
|
196
300
|
GetDllLibXls().XlsShapeFill_get_ForeColor.restype=c_void_p
|
|
@@ -201,15 +305,25 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
201
305
|
|
|
202
306
|
@ForeColor.setter
|
|
203
307
|
def ForeColor(self, value:'Color'):
|
|
308
|
+
"""Sets the foreground color of the shape fill.
|
|
309
|
+
|
|
310
|
+
Args:
|
|
311
|
+
value (Color): A Color object representing the foreground color to set.
|
|
312
|
+
"""
|
|
204
313
|
GetDllLibXls().XlsShapeFill_set_ForeColor.argtypes=[c_void_p, c_void_p]
|
|
205
314
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_ForeColor, self.Ptr, value.Ptr)
|
|
206
315
|
|
|
207
316
|
@property
|
|
208
317
|
|
|
209
318
|
def BackColorObject(self)->'OColor':
|
|
319
|
+
"""Gets the Office color object for the background color of the shape fill.
|
|
320
|
+
|
|
321
|
+
Provides access to advanced color properties and settings for the background color.
|
|
322
|
+
|
|
323
|
+
Returns:
|
|
324
|
+
OColor: An Office color object representing the background color.
|
|
210
325
|
"""
|
|
211
|
-
|
|
212
|
-
"""
|
|
326
|
+
from spire.xls.OColor import OColor
|
|
213
327
|
GetDllLibXls().XlsShapeFill_get_BackColorObject.argtypes=[c_void_p]
|
|
214
328
|
GetDllLibXls().XlsShapeFill_get_BackColorObject.restype=c_void_p
|
|
215
329
|
intPtr = CallCFunction(GetDllLibXls().XlsShapeFill_get_BackColorObject, self.Ptr)
|
|
@@ -220,9 +334,14 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
220
334
|
@property
|
|
221
335
|
|
|
222
336
|
def ForeColorObject(self)->'OColor':
|
|
337
|
+
"""Gets the Office color object for the foreground color of the shape fill.
|
|
338
|
+
|
|
339
|
+
Provides access to advanced color properties and settings for the foreground color.
|
|
340
|
+
|
|
341
|
+
Returns:
|
|
342
|
+
OColor: An Office color object representing the foreground color.
|
|
223
343
|
"""
|
|
224
|
-
|
|
225
|
-
"""
|
|
344
|
+
from spire.xls.OColor import OColor
|
|
226
345
|
GetDllLibXls().XlsShapeFill_get_ForeColorObject.argtypes=[c_void_p]
|
|
227
346
|
GetDllLibXls().XlsShapeFill_get_ForeColorObject.restype=c_void_p
|
|
228
347
|
intPtr = CallCFunction(GetDllLibXls().XlsShapeFill_get_ForeColorObject, self.Ptr)
|
|
@@ -233,8 +352,12 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
233
352
|
@property
|
|
234
353
|
|
|
235
354
|
def GradientColorType(self)->'GradientColorType':
|
|
236
|
-
"""
|
|
237
|
-
|
|
355
|
+
"""Gets or sets the color type for gradient fills.
|
|
356
|
+
|
|
357
|
+
Determines how colors are applied in a gradient fill, such as one color or two colors.
|
|
358
|
+
|
|
359
|
+
Returns:
|
|
360
|
+
GradientColorType: An enumeration value representing the gradient color type.
|
|
238
361
|
"""
|
|
239
362
|
GetDllLibXls().XlsShapeFill_get_GradientColorType.argtypes=[c_void_p]
|
|
240
363
|
GetDllLibXls().XlsShapeFill_get_GradientColorType.restype=c_int
|
|
@@ -244,14 +367,23 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
244
367
|
|
|
245
368
|
@GradientColorType.setter
|
|
246
369
|
def GradientColorType(self, value:'GradientColorType'):
|
|
370
|
+
"""Sets the color type for gradient fills.
|
|
371
|
+
|
|
372
|
+
Args:
|
|
373
|
+
value (GradientColorType): An enumeration value representing the gradient color type to set.
|
|
374
|
+
"""
|
|
247
375
|
GetDllLibXls().XlsShapeFill_set_GradientColorType.argtypes=[c_void_p, c_int]
|
|
248
376
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_GradientColorType, self.Ptr, value.value)
|
|
249
377
|
|
|
250
378
|
@property
|
|
251
379
|
|
|
252
380
|
def Texture(self)->'GradientTextureType':
|
|
253
|
-
"""
|
|
254
|
-
|
|
381
|
+
"""Gets or sets the texture type for the shape fill.
|
|
382
|
+
|
|
383
|
+
Textures provide a predefined pattern that can be applied to the shape fill.
|
|
384
|
+
|
|
385
|
+
Returns:
|
|
386
|
+
GradientTextureType: An enumeration value representing the texture type.
|
|
255
387
|
"""
|
|
256
388
|
GetDllLibXls().XlsShapeFill_get_Texture.argtypes=[c_void_p]
|
|
257
389
|
GetDllLibXls().XlsShapeFill_get_Texture.restype=c_int
|
|
@@ -261,14 +393,23 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
261
393
|
|
|
262
394
|
@Texture.setter
|
|
263
395
|
def Texture(self, value:'GradientTextureType'):
|
|
396
|
+
"""Sets the texture type for the shape fill.
|
|
397
|
+
|
|
398
|
+
Args:
|
|
399
|
+
value (GradientTextureType): An enumeration value representing the texture type to set.
|
|
400
|
+
"""
|
|
264
401
|
GetDllLibXls().XlsShapeFill_set_Texture.argtypes=[c_void_p, c_int]
|
|
265
402
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_Texture, self.Ptr, value.value)
|
|
266
403
|
|
|
267
404
|
@property
|
|
268
405
|
|
|
269
406
|
def Pattern(self)->'GradientPatternType':
|
|
270
|
-
"""
|
|
271
|
-
|
|
407
|
+
"""Gets or sets the pattern type for the shape fill.
|
|
408
|
+
|
|
409
|
+
Patterns provide a predefined arrangement of foreground and background colors.
|
|
410
|
+
|
|
411
|
+
Returns:
|
|
412
|
+
GradientPatternType: An enumeration value representing the pattern type.
|
|
272
413
|
"""
|
|
273
414
|
GetDllLibXls().XlsShapeFill_get_Pattern.argtypes=[c_void_p]
|
|
274
415
|
GetDllLibXls().XlsShapeFill_get_Pattern.restype=c_int
|
|
@@ -278,14 +419,23 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
278
419
|
|
|
279
420
|
@Pattern.setter
|
|
280
421
|
def Pattern(self, value:'GradientPatternType'):
|
|
422
|
+
"""Sets the pattern type for the shape fill.
|
|
423
|
+
|
|
424
|
+
Args:
|
|
425
|
+
value (GradientPatternType): An enumeration value representing the pattern type to set.
|
|
426
|
+
"""
|
|
281
427
|
GetDllLibXls().XlsShapeFill_set_Pattern.argtypes=[c_void_p, c_int]
|
|
282
428
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_Pattern, self.Ptr, value.value)
|
|
283
429
|
|
|
284
430
|
@property
|
|
285
431
|
|
|
286
432
|
def PresetGradientType(self)->'GradientPresetType':
|
|
287
|
-
"""
|
|
288
|
-
|
|
433
|
+
"""Gets or sets the preset gradient type for the shape fill.
|
|
434
|
+
|
|
435
|
+
Preset gradients are predefined gradient configurations that can be applied to the shape.
|
|
436
|
+
|
|
437
|
+
Returns:
|
|
438
|
+
GradientPresetType: An enumeration value representing the preset gradient type.
|
|
289
439
|
"""
|
|
290
440
|
GetDllLibXls().XlsShapeFill_get_PresetGradientType.argtypes=[c_void_p]
|
|
291
441
|
GetDllLibXls().XlsShapeFill_get_PresetGradientType.restype=c_int
|
|
@@ -295,14 +445,23 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
295
445
|
|
|
296
446
|
@PresetGradientType.setter
|
|
297
447
|
def PresetGradientType(self, value:'GradientPresetType'):
|
|
448
|
+
"""Sets the preset gradient type for the shape fill.
|
|
449
|
+
|
|
450
|
+
Args:
|
|
451
|
+
value (GradientPresetType): An enumeration value representing the preset gradient type to set.
|
|
452
|
+
"""
|
|
298
453
|
GetDllLibXls().XlsShapeFill_set_PresetGradientType.argtypes=[c_void_p, c_int]
|
|
299
454
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_PresetGradientType, self.Ptr, value.value)
|
|
300
455
|
|
|
301
456
|
@property
|
|
302
457
|
|
|
303
458
|
def Picture(self)->'Stream':
|
|
304
|
-
"""
|
|
305
|
-
|
|
459
|
+
"""Gets the picture used for the shape fill.
|
|
460
|
+
|
|
461
|
+
When the fill type is set to picture, this property provides access to the image data.
|
|
462
|
+
|
|
463
|
+
Returns:
|
|
464
|
+
Stream: A stream containing the picture data.
|
|
306
465
|
"""
|
|
307
466
|
GetDllLibXls().XlsShapeFill_get_Picture.argtypes=[c_void_p]
|
|
308
467
|
GetDllLibXls().XlsShapeFill_get_Picture.restype=c_void_p
|
|
@@ -314,8 +473,12 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
314
473
|
@property
|
|
315
474
|
|
|
316
475
|
def PictureName(self)->str:
|
|
317
|
-
"""
|
|
318
|
-
|
|
476
|
+
"""Gets the name of the picture used for the shape fill.
|
|
477
|
+
|
|
478
|
+
When the fill type is set to picture, this property provides the name of the image.
|
|
479
|
+
|
|
480
|
+
Returns:
|
|
481
|
+
str: The name of the picture.
|
|
319
482
|
"""
|
|
320
483
|
GetDllLibXls().XlsShapeFill_get_PictureName.argtypes=[c_void_p]
|
|
321
484
|
GetDllLibXls().XlsShapeFill_get_PictureName.restype=c_void_p
|
|
@@ -325,8 +488,12 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
325
488
|
|
|
326
489
|
@property
|
|
327
490
|
def GradientDegree(self)->float:
|
|
328
|
-
"""
|
|
329
|
-
|
|
491
|
+
"""Gets or sets the degree (angle) of the gradient fill.
|
|
492
|
+
|
|
493
|
+
This property defines the angle at which the gradient is applied, measured in degrees.
|
|
494
|
+
|
|
495
|
+
Returns:
|
|
496
|
+
float: The angle of the gradient in degrees.
|
|
330
497
|
"""
|
|
331
498
|
GetDllLibXls().XlsShapeFill_get_GradientDegree.argtypes=[c_void_p]
|
|
332
499
|
GetDllLibXls().XlsShapeFill_get_GradientDegree.restype=c_double
|
|
@@ -335,13 +502,22 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
335
502
|
|
|
336
503
|
@GradientDegree.setter
|
|
337
504
|
def GradientDegree(self, value:float):
|
|
505
|
+
"""Sets the degree (angle) of the gradient fill.
|
|
506
|
+
|
|
507
|
+
Args:
|
|
508
|
+
value (float): The angle of the gradient in degrees to set.
|
|
509
|
+
"""
|
|
338
510
|
GetDllLibXls().XlsShapeFill_set_GradientDegree.argtypes=[c_void_p, c_double]
|
|
339
511
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_GradientDegree, self.Ptr, value)
|
|
340
512
|
|
|
341
513
|
@property
|
|
342
514
|
def IsGradientSupported(self)->bool:
|
|
343
|
-
"""
|
|
344
|
-
|
|
515
|
+
"""Gets or sets whether gradient fills are supported for this shape.
|
|
516
|
+
|
|
517
|
+
Some shape types may not support gradient fills, and this property indicates that capability.
|
|
518
|
+
|
|
519
|
+
Returns:
|
|
520
|
+
bool: True if gradient fills are supported; otherwise, False.
|
|
345
521
|
"""
|
|
346
522
|
GetDllLibXls().XlsShapeFill_get_IsGradientSupported.argtypes=[c_void_p]
|
|
347
523
|
GetDllLibXls().XlsShapeFill_get_IsGradientSupported.restype=c_bool
|
|
@@ -350,13 +526,22 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
350
526
|
|
|
351
527
|
@IsGradientSupported.setter
|
|
352
528
|
def IsGradientSupported(self, value:bool):
|
|
529
|
+
"""Sets whether gradient fills are supported for this shape.
|
|
530
|
+
|
|
531
|
+
Args:
|
|
532
|
+
value (bool): True to enable gradient fill support; False to disable it.
|
|
533
|
+
"""
|
|
353
534
|
GetDllLibXls().XlsShapeFill_set_IsGradientSupported.argtypes=[c_void_p, c_bool]
|
|
354
535
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_IsGradientSupported, self.Ptr, value)
|
|
355
536
|
|
|
356
537
|
@property
|
|
357
538
|
def Tile(self)->bool:
|
|
358
|
-
"""
|
|
359
|
-
|
|
539
|
+
"""Gets or sets whether the picture fill is tiled.
|
|
540
|
+
|
|
541
|
+
When True, the picture is repeated to fill the shape area. When False, the picture is stretched.
|
|
542
|
+
|
|
543
|
+
Returns:
|
|
544
|
+
bool: True if the picture fill is tiled; otherwise, False.
|
|
360
545
|
"""
|
|
361
546
|
GetDllLibXls().XlsShapeFill_get_Tile.argtypes=[c_void_p]
|
|
362
547
|
GetDllLibXls().XlsShapeFill_get_Tile.restype=c_bool
|
|
@@ -365,14 +550,23 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
365
550
|
|
|
366
551
|
@Tile.setter
|
|
367
552
|
def Tile(self, value:bool):
|
|
553
|
+
"""Sets whether the picture fill is tiled.
|
|
554
|
+
|
|
555
|
+
Args:
|
|
556
|
+
value (bool): True to enable picture tiling; False to disable it.
|
|
557
|
+
"""
|
|
368
558
|
GetDllLibXls().XlsShapeFill_set_Tile.argtypes=[c_void_p, c_bool]
|
|
369
559
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_Tile, self.Ptr, value)
|
|
370
560
|
|
|
371
561
|
@property
|
|
372
562
|
|
|
373
563
|
def PicStretch(self)->'PicStretch':
|
|
374
|
-
"""
|
|
375
|
-
|
|
564
|
+
"""Gets or sets the stretch settings for the picture fill.
|
|
565
|
+
|
|
566
|
+
When the picture is not tiled, this property controls how the picture is stretched to fill the shape.
|
|
567
|
+
|
|
568
|
+
Returns:
|
|
569
|
+
PicStretch: An object that controls the picture stretch settings.
|
|
376
570
|
"""
|
|
377
571
|
GetDllLibXls().XlsShapeFill_get_PicStretch.argtypes=[c_void_p]
|
|
378
572
|
GetDllLibXls().XlsShapeFill_get_PicStretch.restype=c_void_p
|
|
@@ -383,14 +577,23 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
383
577
|
|
|
384
578
|
@PicStretch.setter
|
|
385
579
|
def PicStretch(self, value:'PicStretch'):
|
|
580
|
+
"""Sets the stretch settings for the picture fill.
|
|
581
|
+
|
|
582
|
+
Args:
|
|
583
|
+
value (PicStretch): An object that controls the picture stretch settings.
|
|
584
|
+
"""
|
|
386
585
|
GetDllLibXls().XlsShapeFill_set_PicStretch.argtypes=[c_void_p, c_void_p]
|
|
387
586
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_PicStretch, self.Ptr, value.Ptr)
|
|
388
587
|
|
|
389
588
|
@property
|
|
390
589
|
|
|
391
590
|
def PicTile(self)->'PicTile':
|
|
392
|
-
"""
|
|
393
|
-
|
|
591
|
+
"""Gets or sets the tiling settings for the picture fill.
|
|
592
|
+
|
|
593
|
+
When the picture is tiled, this property controls how the picture is repeated to fill the shape.
|
|
594
|
+
|
|
595
|
+
Returns:
|
|
596
|
+
PicTile: An object that controls the picture tiling settings.
|
|
394
597
|
"""
|
|
395
598
|
GetDllLibXls().XlsShapeFill_get_PicTile.argtypes=[c_void_p]
|
|
396
599
|
GetDllLibXls().XlsShapeFill_get_PicTile.restype=c_void_p
|
|
@@ -401,14 +604,27 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
401
604
|
|
|
402
605
|
@PicTile.setter
|
|
403
606
|
def PicTile(self, value:'PicTile'):
|
|
607
|
+
"""Sets the tiling settings for the picture fill.
|
|
608
|
+
|
|
609
|
+
Args:
|
|
610
|
+
value (PicTile): An object that controls the picture tiling settings.
|
|
611
|
+
"""
|
|
404
612
|
GetDllLibXls().XlsShapeFill_set_PicTile.argtypes=[c_void_p, c_void_p]
|
|
405
613
|
CallCFunction(GetDllLibXls().XlsShapeFill_set_PicTile, self.Ptr, value.Ptr)
|
|
406
614
|
|
|
407
615
|
@staticmethod
|
|
408
616
|
|
|
409
617
|
def IsDoubled(gradientStyle:'GradientStyleType',variant:'GradientVariantsType')->bool:
|
|
410
|
-
"""
|
|
411
|
-
|
|
618
|
+
"""Determines if the specified gradient style and variant combination results in a doubled gradient.
|
|
619
|
+
|
|
620
|
+
A doubled gradient repeats the gradient pattern twice within the shape.
|
|
621
|
+
|
|
622
|
+
Args:
|
|
623
|
+
gradientStyle (GradientStyleType): The gradient style to check.
|
|
624
|
+
variant (GradientVariantsType): The gradient variant to check.
|
|
625
|
+
|
|
626
|
+
Returns:
|
|
627
|
+
bool: True if the combination results in a doubled gradient; otherwise, False.
|
|
412
628
|
"""
|
|
413
629
|
enumgradientStyle:c_int = gradientStyle.value
|
|
414
630
|
enumvariant:c_int = variant.value
|
|
@@ -421,8 +637,16 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
421
637
|
@staticmethod
|
|
422
638
|
|
|
423
639
|
def IsInverted(gradientStyle:'GradientStyleType',variant:'GradientVariantsType')->bool:
|
|
424
|
-
"""
|
|
425
|
-
|
|
640
|
+
"""Determines if the specified gradient style and variant combination results in an inverted gradient.
|
|
641
|
+
|
|
642
|
+
An inverted gradient reverses the direction of the color transition.
|
|
643
|
+
|
|
644
|
+
Args:
|
|
645
|
+
gradientStyle (GradientStyleType): The gradient style to check.
|
|
646
|
+
variant (GradientVariantsType): The gradient variant to check.
|
|
647
|
+
|
|
648
|
+
Returns:
|
|
649
|
+
bool: True if the combination results in an inverted gradient; otherwise, False.
|
|
426
650
|
"""
|
|
427
651
|
enumgradientStyle:c_int = gradientStyle.value
|
|
428
652
|
enumvariant:c_int = variant.value
|
|
@@ -434,8 +658,18 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
434
658
|
|
|
435
659
|
|
|
436
660
|
def CompareTo(self ,twin:'IGradient')->int:
|
|
437
|
-
"""
|
|
438
|
-
|
|
661
|
+
"""Compares this shape fill with another gradient object.
|
|
662
|
+
|
|
663
|
+
This method is used to determine the relative order of two gradient objects.
|
|
664
|
+
|
|
665
|
+
Args:
|
|
666
|
+
twin (IGradient): The gradient object to compare with this shape fill.
|
|
667
|
+
|
|
668
|
+
Returns:
|
|
669
|
+
int: A value that indicates the relative order of the objects being compared.
|
|
670
|
+
Less than zero: This instance precedes the specified object.
|
|
671
|
+
Zero: This instance equals the specified object.
|
|
672
|
+
Greater than zero: This instance follows the specified object.
|
|
439
673
|
"""
|
|
440
674
|
intPtrtwin:c_void_p = twin.Ptr
|
|
441
675
|
|
|
@@ -447,8 +681,12 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
447
681
|
@dispatch
|
|
448
682
|
|
|
449
683
|
def CustomPicture(self ,path:str):
|
|
450
|
-
"""
|
|
451
|
-
|
|
684
|
+
"""Sets a custom picture for the shape fill using a file path.
|
|
685
|
+
|
|
686
|
+
This method changes the fill type to picture and loads the image from the specified file.
|
|
687
|
+
|
|
688
|
+
Args:
|
|
689
|
+
path (str): The file path of the image to use as the fill.
|
|
452
690
|
"""
|
|
453
691
|
|
|
454
692
|
GetDllLibXls().XlsShapeFill_CustomPicture.argtypes=[c_void_p ,c_void_p]
|
|
@@ -457,8 +695,13 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
457
695
|
@dispatch
|
|
458
696
|
|
|
459
697
|
def CustomPicture(self ,im:Stream,name:str):
|
|
460
|
-
"""
|
|
461
|
-
|
|
698
|
+
"""Sets a custom picture for the shape fill using a stream and name.
|
|
699
|
+
|
|
700
|
+
This method changes the fill type to picture and loads the image from the provided stream.
|
|
701
|
+
|
|
702
|
+
Args:
|
|
703
|
+
im (Stream): A stream containing the image data.
|
|
704
|
+
name (str): The name to assign to the picture.
|
|
462
705
|
"""
|
|
463
706
|
intPtrim:c_void_p = im.Ptr
|
|
464
707
|
|
|
@@ -468,8 +711,12 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
468
711
|
@dispatch
|
|
469
712
|
|
|
470
713
|
def CustomTexture(self ,path:str):
|
|
471
|
-
"""
|
|
472
|
-
|
|
714
|
+
"""Sets a custom texture for the shape fill using a file path.
|
|
715
|
+
|
|
716
|
+
This method changes the fill type to texture and loads the texture from the specified file.
|
|
717
|
+
|
|
718
|
+
Args:
|
|
719
|
+
path (str): The file path of the image to use as the texture.
|
|
473
720
|
"""
|
|
474
721
|
|
|
475
722
|
GetDllLibXls().XlsShapeFill_CustomTexture.argtypes=[c_void_p ,c_void_p]
|
|
@@ -478,8 +725,13 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
478
725
|
@dispatch
|
|
479
726
|
|
|
480
727
|
def CustomTexture(self ,im:Stream,name:str):
|
|
481
|
-
"""
|
|
482
|
-
|
|
728
|
+
"""Sets a custom texture for the shape fill using a stream and name.
|
|
729
|
+
|
|
730
|
+
This method changes the fill type to texture and loads the texture from the provided stream.
|
|
731
|
+
|
|
732
|
+
Args:
|
|
733
|
+
im (Stream): A stream containing the texture image data.
|
|
734
|
+
name (str): The name to assign to the texture.
|
|
483
735
|
"""
|
|
484
736
|
intPtrim:c_void_p = im.Ptr
|
|
485
737
|
|
|
@@ -488,8 +740,12 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
488
740
|
|
|
489
741
|
|
|
490
742
|
def Patterned(self ,pattern:'GradientPatternType'):
|
|
491
|
-
"""
|
|
492
|
-
|
|
743
|
+
"""Sets a pattern fill for the shape.
|
|
744
|
+
|
|
745
|
+
This method changes the fill type to pattern and applies the specified pattern type.
|
|
746
|
+
|
|
747
|
+
Args:
|
|
748
|
+
pattern (GradientPatternType): The pattern type to apply to the shape fill.
|
|
493
749
|
"""
|
|
494
750
|
enumpattern:c_int = pattern.value
|
|
495
751
|
|
|
@@ -499,8 +755,12 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
499
755
|
@dispatch
|
|
500
756
|
|
|
501
757
|
def PresetGradient(self ,grad:GradientPresetType):
|
|
502
|
-
"""
|
|
503
|
-
|
|
758
|
+
"""Sets a preset gradient fill for the shape.
|
|
759
|
+
|
|
760
|
+
This method changes the fill type to gradient and applies the specified preset gradient.
|
|
761
|
+
|
|
762
|
+
Args:
|
|
763
|
+
grad (GradientPresetType): The preset gradient type to apply to the shape fill.
|
|
504
764
|
"""
|
|
505
765
|
enumgrad:c_int = grad.value
|
|
506
766
|
|
|
@@ -510,8 +770,13 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
510
770
|
@dispatch
|
|
511
771
|
|
|
512
772
|
def PresetGradient(self ,grad:GradientPresetType,shadStyle:GradientStyleType):
|
|
513
|
-
"""
|
|
514
|
-
|
|
773
|
+
"""Sets a preset gradient fill with a specific style for the shape.
|
|
774
|
+
|
|
775
|
+
This method changes the fill type to gradient and applies the specified preset gradient with the given style.
|
|
776
|
+
|
|
777
|
+
Args:
|
|
778
|
+
grad (GradientPresetType): The preset gradient type to apply to the shape fill.
|
|
779
|
+
shadStyle (GradientStyleType): The gradient style to apply (e.g., horizontal, vertical, diagonal).
|
|
515
780
|
"""
|
|
516
781
|
enumgrad:c_int = grad.value
|
|
517
782
|
enumshadStyle:c_int = shadStyle.value
|
|
@@ -522,8 +787,14 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
522
787
|
@dispatch
|
|
523
788
|
|
|
524
789
|
def PresetGradient(self ,grad:GradientPresetType,shadStyle:GradientStyleType,shadVar:GradientVariantsType):
|
|
525
|
-
"""
|
|
526
|
-
|
|
790
|
+
"""Sets a preset gradient fill with specific style and variant for the shape.
|
|
791
|
+
|
|
792
|
+
This method changes the fill type to gradient and applies the specified preset gradient with the given style and variant.
|
|
793
|
+
|
|
794
|
+
Args:
|
|
795
|
+
grad (GradientPresetType): The preset gradient type to apply to the shape fill.
|
|
796
|
+
shadStyle (GradientStyleType): The gradient style to apply (e.g., horizontal, vertical, diagonal).
|
|
797
|
+
shadVar (GradientVariantsType): The gradient variant to apply, which modifies the appearance of the gradient.
|
|
527
798
|
"""
|
|
528
799
|
enumgrad:c_int = grad.value
|
|
529
800
|
enumshadStyle:c_int = shadStyle.value
|
|
@@ -534,8 +805,12 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
534
805
|
|
|
535
806
|
|
|
536
807
|
def PresetTextured(self ,texture:'GradientTextureType'):
|
|
537
|
-
"""
|
|
538
|
-
|
|
808
|
+
"""Sets a preset texture fill for the shape.
|
|
809
|
+
|
|
810
|
+
This method changes the fill type to texture and applies the specified preset texture.
|
|
811
|
+
|
|
812
|
+
Args:
|
|
813
|
+
texture (GradientTextureType): The preset texture type to apply to the shape fill.
|
|
539
814
|
"""
|
|
540
815
|
enumtexture:c_int = texture.value
|
|
541
816
|
|
|
@@ -544,8 +819,10 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
544
819
|
|
|
545
820
|
@dispatch
|
|
546
821
|
def TwoColorGradient(self):
|
|
547
|
-
"""
|
|
548
|
-
|
|
822
|
+
"""Sets a two-color gradient fill for the shape with default settings.
|
|
823
|
+
|
|
824
|
+
This method changes the fill type to a two-color gradient using the default style and variant.
|
|
825
|
+
The gradient transitions between the foreground and background colors.
|
|
549
826
|
"""
|
|
550
827
|
GetDllLibXls().XlsShapeFill_TwoColorGradient.argtypes=[c_void_p]
|
|
551
828
|
CallCFunction(GetDllLibXls().XlsShapeFill_TwoColorGradient, self.Ptr)
|
|
@@ -553,8 +830,13 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
553
830
|
@dispatch
|
|
554
831
|
|
|
555
832
|
def TwoColorGradient(self ,style:GradientStyleType):
|
|
556
|
-
"""
|
|
557
|
-
|
|
833
|
+
"""Sets a two-color gradient fill with a specific style for the shape.
|
|
834
|
+
|
|
835
|
+
This method changes the fill type to a two-color gradient using the specified style.
|
|
836
|
+
The gradient transitions between the foreground and background colors.
|
|
837
|
+
|
|
838
|
+
Args:
|
|
839
|
+
style (GradientStyleType): The gradient style to apply (e.g., horizontal, vertical, diagonal).
|
|
558
840
|
"""
|
|
559
841
|
enumstyle:c_int = style.value
|
|
560
842
|
|
|
@@ -564,8 +846,14 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
564
846
|
@dispatch
|
|
565
847
|
|
|
566
848
|
def TwoColorGradient(self ,style:GradientStyleType,variant:GradientVariantsType):
|
|
567
|
-
"""
|
|
568
|
-
|
|
849
|
+
"""Sets a two-color gradient fill with specific style and variant for the shape.
|
|
850
|
+
|
|
851
|
+
This method changes the fill type to a two-color gradient using the specified style and variant.
|
|
852
|
+
The gradient transitions between the foreground and background colors.
|
|
853
|
+
|
|
854
|
+
Args:
|
|
855
|
+
style (GradientStyleType): The gradient style to apply (e.g., horizontal, vertical, diagonal).
|
|
856
|
+
variant (GradientVariantsType): The gradient variant to apply, which modifies the appearance of the gradient.
|
|
569
857
|
"""
|
|
570
858
|
enumstyle:c_int = style.value
|
|
571
859
|
enumvariant:c_int = variant.value
|
|
@@ -575,8 +863,10 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
575
863
|
|
|
576
864
|
@dispatch
|
|
577
865
|
def OneColorGradient(self):
|
|
578
|
-
"""
|
|
579
|
-
|
|
866
|
+
"""Sets a one-color gradient fill for the shape with default settings.
|
|
867
|
+
|
|
868
|
+
This method changes the fill type to a one-color gradient using the default style and variant.
|
|
869
|
+
The gradient transitions from the foreground color to a lighter or darker shade.
|
|
580
870
|
"""
|
|
581
871
|
GetDllLibXls().XlsShapeFill_OneColorGradient.argtypes=[c_void_p]
|
|
582
872
|
CallCFunction(GetDllLibXls().XlsShapeFill_OneColorGradient, self.Ptr)
|
|
@@ -584,8 +874,13 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
584
874
|
@dispatch
|
|
585
875
|
|
|
586
876
|
def OneColorGradient(self ,style:GradientStyleType):
|
|
587
|
-
"""
|
|
588
|
-
|
|
877
|
+
"""Sets a one-color gradient fill with a specific style for the shape.
|
|
878
|
+
|
|
879
|
+
This method changes the fill type to a one-color gradient using the specified style.
|
|
880
|
+
The gradient transitions from the foreground color to a lighter or darker shade.
|
|
881
|
+
|
|
882
|
+
Args:
|
|
883
|
+
style (GradientStyleType): The gradient style to apply (e.g., horizontal, vertical, diagonal).
|
|
589
884
|
"""
|
|
590
885
|
enumstyle:c_int = style.value
|
|
591
886
|
|
|
@@ -595,8 +890,14 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
595
890
|
@dispatch
|
|
596
891
|
|
|
597
892
|
def OneColorGradient(self ,style:GradientStyleType,variant:GradientVariantsType):
|
|
598
|
-
"""
|
|
599
|
-
|
|
893
|
+
"""Sets a one-color gradient fill with specific style and variant for the shape.
|
|
894
|
+
|
|
895
|
+
This method changes the fill type to a one-color gradient using the specified style and variant.
|
|
896
|
+
The gradient transitions from the foreground color to a lighter or darker shade.
|
|
897
|
+
|
|
898
|
+
Args:
|
|
899
|
+
style (GradientStyleType): The gradient style to apply (e.g., horizontal, vertical, diagonal).
|
|
900
|
+
variant (GradientVariantsType): The gradient variant to apply, which modifies the appearance of the gradient.
|
|
600
901
|
"""
|
|
601
902
|
enumstyle:c_int = style.value
|
|
602
903
|
enumvariant:c_int = variant.value
|
|
@@ -605,16 +906,24 @@ class XlsShapeFill ( XlsObject, IShapeFill) :
|
|
|
605
906
|
CallCFunction(GetDllLibXls().XlsShapeFill_OneColorGradientSV, self.Ptr, enumstyle,enumvariant)
|
|
606
907
|
|
|
607
908
|
def Solid(self):
|
|
608
|
-
"""
|
|
609
|
-
|
|
909
|
+
"""Sets a solid color fill for the shape.
|
|
910
|
+
|
|
911
|
+
This method changes the fill type to solid color using the current foreground color.
|
|
610
912
|
"""
|
|
611
913
|
GetDllLibXls().XlsShapeFill_Solid.argtypes=[c_void_p]
|
|
612
914
|
CallCFunction(GetDllLibXls().XlsShapeFill_Solid, self.Ptr)
|
|
613
915
|
|
|
614
916
|
|
|
615
917
|
def Clone(self ,parent:'SpireObject')->'XlsShapeFill':
|
|
616
|
-
"""
|
|
617
|
-
|
|
918
|
+
"""Creates a clone of this shape fill.
|
|
919
|
+
|
|
920
|
+
This method creates a new shape fill object with the same properties as this one.
|
|
921
|
+
|
|
922
|
+
Args:
|
|
923
|
+
parent (SpireObject): The parent object for the cloned shape fill.
|
|
924
|
+
|
|
925
|
+
Returns:
|
|
926
|
+
XlsShapeFill: A new shape fill object that is a copy of this one.
|
|
618
927
|
"""
|
|
619
928
|
intPtrparent:c_void_p = parent.Ptr
|
|
620
929
|
|