spire-xls 15.5.0__py3-none-win_amd64.whl → 15.7.1__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- spire/xls/AddtionalFormatWrapper.py +98 -117
- spire/xls/Average.py +18 -4
- spire/xls/CellBaseStyle.py +13 -6
- spire/xls/CellBorder.py +25 -20
- spire/xls/CellRange.py +305 -269
- spire/xls/CellStyle.py +26 -12
- spire/xls/CellStyleFlag.py +181 -58
- spire/xls/CellStyleObject.py +36 -67
- spire/xls/CellValueChangedEventArgs.py +3 -9
- spire/xls/ColorScale.py +31 -39
- spire/xls/CommentsRange.py +185 -84
- spire/xls/CommonWrapper.py +23 -8
- spire/xls/ConverterSetting.py +19 -36
- spire/xls/DBConnection.py +41 -8
- spire/xls/DVAspect.py +8 -2
- spire/xls/DataBar.py +29 -28
- spire/xls/DocumentProperty.py +86 -38
- spire/xls/Excel2016Charttype.py +14 -2
- spire/xls/ExcelComment.py +1 -2
- spire/xls/ExcelCommentObject.py +206 -121
- spire/xls/ExcelFont.py +74 -59
- spire/xls/ExcelGradient.py +68 -24
- spire/xls/ExcelInterior.py +49 -20
- spire/xls/ExportTableOptions.py +33 -10
- spire/xls/ExternalConnection.py +85 -20
- spire/xls/ExternalLink.py +26 -10
- spire/xls/FileFormat.py +32 -4
- spire/xls/Font.py +95 -42
- spire/xls/FontArrayWrapper.py +135 -36
- spire/xls/FontWrapper.py +194 -92
- spire/xls/Format3D.py +130 -30
- spire/xls/GeomertyAdjustValue.py +22 -10
- spire/xls/GetText.py +8 -2
- spire/xls/GoalSeek.py +44 -14
- spire/xls/GoalSeekResult.py +36 -3
- spire/xls/GradientArrayWrapper.py +92 -28
- spire/xls/GradientStops.py +74 -24
- spire/xls/GradientType.py +10 -2
- spire/xls/GroupShape.py +1 -2
- spire/xls/HPageBreak.py +1 -2
- spire/xls/HTMLOptions.py +7 -19
- spire/xls/HyperLink.py +1 -2
- spire/xls/LOGFONT.py +78 -30
- spire/xls/OColor.py +62 -29
- spire/xls/OdsPageBackground.py +5 -10
- spire/xls/PageColRow.py +21 -10
- spire/xls/PageSetup.py +2 -3
- spire/xls/PaperSizeEntry.py +6 -0
- spire/xls/PicStretch.py +47 -14
- spire/xls/PicTile.py +35 -10
- spire/xls/QueryTableXls.py +19 -6
- spire/xls/RTFCommentArray.py +59 -22
- spire/xls/RTFStringArray.py +59 -22
- spire/xls/RangeRichTextString.py +20 -8
- spire/xls/ReferRangeArea.py +39 -16
- spire/xls/RichText.py +10 -8
- spire/xls/RichTextObject.py +63 -32
- spire/xls/RichTextShape.py +88 -32
- spire/xls/RichTextString.py +61 -24
- spire/xls/RtfTextWriter.py +68 -22
- spire/xls/SaveShapeTypeOption.py +19 -37
- spire/xls/ShapeGlow.py +34 -14
- spire/xls/ShapeReflection.py +55 -18
- spire/xls/StyleArrayWrapper.py +169 -78
- spire/xls/TextBoxShapeBase.py +63 -30
- spire/xls/TextSaveOptions.py +33 -18
- spire/xls/TopBottom.py +18 -6
- spire/xls/VPageBreak.py +3 -5
- spire/xls/Validation.py +12 -6
- spire/xls/WebQueryConnection.py +52 -20
- spire/xls/Workbook.py +810 -841
- spire/xls/Worksheet.py +444 -409
- spire/xls/WriteProtection.py +3 -6
- spire/xls/XlsAddInFunction.py +34 -20
- spire/xls/XlsArcShape.py +156 -40
- spire/xls/XlsBitmapShape.py +141 -43
- spire/xls/XlsBorder.py +72 -31
- spire/xls/XlsBorderArrayWrapper.py +50 -14
- spire/xls/XlsButtonShape.py +58 -16
- spire/xls/XlsCheckBoxShape.py +72 -18
- spire/xls/XlsComboBoxShape.py +53 -16
- spire/xls/XlsComment.py +108 -30
- spire/xls/XlsDataValidationTable.py +43 -16
- spire/xls/XlsDocumentProperty.py +163 -44
- spire/xls/XlsEventArgs.py +33 -24
- spire/xls/XlsEventHandler.py +10 -4
- spire/xls/XlsFill.py +64 -20
- spire/xls/XlsFont.py +182 -52
- spire/xls/XlsGradient.py +90 -26
- spire/xls/XlsGradientStop.py +57 -12
- spire/xls/XlsGroupBoxShape.py +36 -10
- spire/xls/XlsHPageBreak.py +47 -24
- spire/xls/XlsHyperLink.py +111 -42
- spire/xls/XlsLabelShape.py +27 -8
- spire/xls/XlsLineShape.py +188 -48
- spire/xls/XlsListBoxShape.py +63 -14
- spire/xls/XlsName.py +767 -318
- spire/xls/XlsObject.py +2 -4
- spire/xls/XlsOvalShape.py +78 -20
- spire/xls/XlsPageSetup.py +67 -34
- spire/xls/XlsPageSetupBase.py +29 -58
- spire/xls/XlsPrstGeomShape.py +29 -10
- spire/xls/XlsRadioButtonShape.py +94 -22
- spire/xls/XlsRange.py +881 -1077
- spire/xls/XlsRectangleShape.py +69 -22
- spire/xls/XlsScrollBarShape.py +78 -18
- spire/xls/XlsShape.py +391 -180
- spire/xls/XlsShapeFill.py +398 -92
- spire/xls/XlsShapeLineFormat.py +201 -44
- spire/xls/XlsSpinnerShape.py +57 -14
- spire/xls/XlsStyle.py +51 -20
- spire/xls/XlsTextBoxShape.py +263 -60
- spire/xls/XlsVPageBreak.py +9 -14
- spire/xls/XlsValidation.py +318 -68
- spire/xls/XlsValidationWrapper.py +217 -49
- spire/xls/XlsWorkbook.py +529 -65
- spire/xls/XlsWorksheet.py +1211 -1128
- spire/xls/XlsWorksheetBase.py +243 -168
- spire/xls/__init__.py +529 -528
- spire/xls/autofilter/AutoFitterOptions.py +84 -0
- spire/xls/autofilter/ColorFilter.py +61 -0
- spire/xls/autofilter/CustomFilter.py +199 -0
- spire/xls/autofilter/CustomFilterCollection.py +146 -0
- spire/xls/autofilter/DateTimeGroupItem.py +196 -0
- spire/xls/autofilter/DynamicFilter.py +89 -0
- spire/xls/autofilter/FilterColumn.py +289 -0
- spire/xls/autofilter/MultipleFilterCollection.py +218 -0
- spire/xls/autofilter/Top10Filter.py +109 -0
- spire/xls/autofilter/XlsAutoFiltersCollection.py +145 -0
- spire/xls/charts/Chart.py +369 -0
- spire/xls/charts/ChartArea.py +57 -0
- spire/xls/charts/ChartBackgroundMode.py +17 -0
- spire/xls/charts/ChartCategoryAxis.py +88 -0
- spire/xls/charts/ChartDataLabels.py +40 -0
- spire/xls/charts/ChartDataPoint.py +40 -0
- spire/xls/charts/ChartFormat.py +68 -0
- spire/xls/charts/ChartGridLine.py +26 -0
- spire/xls/charts/ChartLegend.py +40 -0
- spire/xls/charts/ChartLegendEntriesColl.py +165 -0
- spire/xls/charts/ChartLegendEntry.py +26 -0
- spire/xls/charts/ChartPlotArea.py +60 -0
- spire/xls/charts/ChartSerie.py +147 -0
- spire/xls/charts/ChartSerieDataFormat.py +54 -0
- spire/xls/charts/ChartSeriesAxis.py +68 -0
- spire/xls/charts/ChartShadow.py +288 -0
- spire/xls/charts/ChartSheet.py +269 -0
- spire/xls/charts/ChartTextArea.py +898 -0
- spire/xls/charts/ChartValueAxis.py +90 -0
- spire/xls/charts/HistogramAxisFormat.py +32 -0
- spire/xls/charts/XlsChart.py +1667 -0
- spire/xls/charts/XlsChartAxis.py +596 -0
- spire/xls/charts/XlsChartBorder.py +180 -0
- spire/xls/charts/XlsChartCategoryAxis.py +640 -0
- spire/xls/charts/XlsChartDataLabelArea.py +368 -0
- spire/xls/charts/XlsChartDataLabels.py +702 -0
- spire/xls/charts/XlsChartDataPoint.py +105 -0
- spire/xls/charts/XlsChartDataTable.py +373 -0
- spire/xls/charts/XlsChartDropBar.py +295 -0
- spire/xls/charts/XlsChartFill.py +659 -0
- spire/xls/charts/XlsChartFormat.py +1229 -0
- spire/xls/charts/XlsChartFrameFormat.py +612 -0
- spire/xls/charts/XlsChartGridLine.py +167 -0
- spire/xls/charts/XlsChartInterior.py +229 -0
- spire/xls/charts/XlsChartLegend.py +334 -0
- spire/xls/charts/XlsChartLegendArea.py +418 -0
- spire/xls/charts/XlsChartLegendEntry.py +152 -0
- spire/xls/charts/XlsChartSerie.py +607 -0
- spire/xls/charts/XlsChartSerieDataFormat.py +1070 -0
- spire/xls/charts/XlsChartSeriesAxis.py +306 -0
- spire/xls/charts/XlsChartShape.py +1256 -0
- spire/xls/charts/XlsChartTitleArea.py +399 -0
- spire/xls/charts/XlsChartValueAxis.py +344 -0
- spire/xls/charts/XlsChartWallOrFloor.py +349 -0
- spire/xls/charts/__init__.py +0 -0
- spire/xls/collection/AddInFunctionsCollection.py +31 -0
- spire/xls/collection/ArcShapeCollection.py +94 -0
- spire/xls/collection/AutoFiltersCollection.py +538 -0
- spire/xls/collection/BordersCollection.py +196 -0
- spire/xls/collection/BordersCollectionArrayWrapper.py +129 -0
- spire/xls/collection/BuiltInDocumentProperties.py +12 -0
- spire/xls/collection/ChartDataPointsCollection.py +72 -0
- spire/xls/collection/ChartFormatCollection.py +58 -0
- spire/xls/collection/ChartSeries.py +187 -0
- spire/xls/collection/ChartsCollection.py +119 -0
- spire/xls/collection/CollectionBase.py +201 -0
- spire/xls/collection/CollectionExtended.py +96 -0
- spire/xls/collection/ComboBoxCollection.py +89 -0
- spire/xls/collection/CommentsCollection.py +134 -0
- spire/xls/collection/GroupShapeCollection.py +45 -0
- spire/xls/collection/HPageBreaksCollection.py +116 -0
- spire/xls/collection/HyperLinksCollection.py +72 -0
- spire/xls/collection/ListObjectCollection.py +48 -0
- spire/xls/collection/OvalShapeCollection.py +89 -0
- spire/xls/collection/PicturesCollection.py +574 -0
- spire/xls/collection/PrstGeomShapeCollection.py +128 -0
- spire/xls/collection/RadioButtonCollection.py +139 -0
- spire/xls/collection/RangesCollection.py +555 -0
- spire/xls/collection/StylesCollection.py +140 -0
- spire/xls/collection/VPageBreaksCollection.py +95 -0
- spire/xls/collection/WorksheetsCollection.py +363 -0
- spire/xls/collection/XlsAddInFunctionsCollection.py +108 -0
- spire/xls/collection/XlsBordersCollection.py +98 -0
- spire/xls/collection/XlsBuiltInDocumentProperties.py +611 -0
- spire/xls/collection/XlsChartDataPointsCollection.py +119 -0
- spire/xls/collection/XlsChartFormatCollection.py +160 -0
- spire/xls/collection/XlsCommentsCollection.py +116 -0
- spire/xls/collection/XlsDataValidationCollection.py +155 -0
- spire/xls/collection/XlsHPageBreaksCollection.py +87 -0
- spire/xls/collection/XlsHyperLinksCollection.py +104 -0
- spire/xls/collection/XlsRangesCollection.py +1634 -0
- spire/xls/collection/XlsStylesCollection.py +74 -0
- spire/xls/collection/XlsVPageBreaksCollection.py +81 -0
- spire/xls/collection/XlsWorksheetsCollection.py +423 -0
- spire/xls/collection/__init__.py +0 -0
- spire/xls/collection/pivot_table/PivotConditionalFormatCollection.py +38 -0
- spire/xls/collection/pivot_table/PivotTableFields.py +108 -0
- spire/xls/collection/pivot_table/XlsPivotCachesCollection.py +123 -0
- spire/xls/collection/pivot_table/__init__.py +0 -0
- spire/xls/conditional_formatting/ColorConditionValue.py +102 -0
- spire/xls/conditional_formatting/CondFormatCollectionWrapper.py +153 -0
- spire/xls/conditional_formatting/ConditionValue.py +83 -0
- spire/xls/conditional_formatting/ConditionValuePosition.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormat.py +13 -0
- spire/xls/conditional_formatting/ConditionalFormatScope.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormatWrapper.py +1271 -0
- spire/xls/conditional_formatting/ConditionalFormats.py +65 -0
- spire/xls/conditional_formatting/DataBarBorder.py +51 -0
- spire/xls/conditional_formatting/NegativeBarFormat.py +90 -0
- spire/xls/conditional_formatting/XlsConditionValue.py +134 -0
- spire/xls/conditional_formatting/XlsConditionalFormat.py +1155 -0
- spire/xls/conditional_formatting/XlsConditionalFormats.py +679 -0
- spire/xls/conditional_formatting/__init__.py +0 -0
- spire/xls/enums/AlertStyleType.py +17 -0
- spire/xls/enums/AutoFormatOptions.py +22 -0
- spire/xls/enums/AutoFormatType.py +31 -0
- spire/xls/enums/AverageType.py +24 -0
- spire/xls/enums/AxisLineIdentifierType.py +18 -0
- spire/xls/enums/AxisTextDirectionType.py +17 -0
- spire/xls/enums/AxisType.py +17 -0
- spire/xls/enums/BaseFormatType.py +16 -0
- spire/xls/enums/BordersLineType.py +22 -0
- spire/xls/enums/BubbleSizeType.py +16 -0
- spire/xls/enums/BuiltInPropertyType.py +49 -0
- spire/xls/enums/BuiltInStyles.py +65 -0
- spire/xls/enums/CategoryType.py +17 -0
- spire/xls/enums/CellDataType.py +22 -0
- spire/xls/enums/CellFormatType.py +20 -0
- spire/xls/enums/ChartBaseUnitType.py +17 -0
- spire/xls/enums/ChartDisplayUnitType.py +25 -0
- spire/xls/enums/ChartLinePatternType.py +23 -0
- spire/xls/enums/ChartLineWeightType.py +18 -0
- spire/xls/enums/ChartMarkerType.py +26 -0
- spire/xls/enums/ChartParagraphType.py +17 -0
- spire/xls/enums/ChartPieType.py +17 -0
- spire/xls/enums/ChartPlotEmptyType.py +17 -0
- spire/xls/enums/CheckState.py +17 -0
- spire/xls/enums/ColorType.py +17 -0
- spire/xls/enums/CommentHAlignType.py +20 -0
- spire/xls/enums/CommentVAlignType.py +19 -0
- spire/xls/enums/ComparisonOperatorType.py +23 -0
- spire/xls/enums/ConditionalFormatType.py +32 -0
- spire/xls/enums/DataLabelPositionType.py +25 -0
- spire/xls/enums/DataSourceType.py +18 -0
- spire/xls/enums/DropLineStyleType.py +17 -0
- spire/xls/enums/ErrorBarIncludeType.py +18 -0
- spire/xls/enums/ErrorBarType.py +19 -0
- spire/xls/enums/ExcelCalculationMode.py +17 -0
- spire/xls/enums/ExcelChartType.py +95 -0
- spire/xls/enums/ExcelColors.py +120 -0
- spire/xls/enums/ExcelComboType.py +21 -0
- spire/xls/enums/ExcelHorizontalAlignment.py +20 -0
- spire/xls/enums/ExcelPatternType.py +51 -0
- spire/xls/enums/ExcelQuartileCalculation.py +16 -0
- spire/xls/enums/ExcelShapeType.py +40 -0
- spire/xls/enums/ExcelSheetType.py +19 -0
- spire/xls/enums/ExcelTreeMapLabelOption.py +17 -0
- spire/xls/enums/ExcelVersion.py +23 -0
- spire/xls/enums/ExcelVerticalAlignment.py +20 -0
- spire/xls/enums/ExpandCollapseFlags.py +17 -0
- spire/xls/enums/FilterConditionType.py +20 -0
- spire/xls/enums/FilterDataType.py +21 -0
- spire/xls/enums/FontUnderlineType.py +19 -0
- spire/xls/enums/FontVertialAlignmentType.py +17 -0
- spire/xls/enums/GradientColorType.py +17 -0
- spire/xls/enums/GradientPatternType.py +63 -0
- spire/xls/enums/GradientPresetType.py +38 -0
- spire/xls/enums/GradientStyleType.py +20 -0
- spire/xls/enums/GradientTextureType.py +39 -0
- spire/xls/enums/GradientVariantsType.py +18 -0
- spire/xls/enums/HorizontalAlignType.py +22 -0
- spire/xls/enums/HyperLinkType.py +19 -0
- spire/xls/enums/IgnoreErrorType.py +23 -0
- spire/xls/enums/ImageFormatType.py +17 -0
- spire/xls/enums/ImageType.py +16 -0
- spire/xls/enums/LegendPositionType.py +20 -0
- spire/xls/enums/LegendSpacingType.py +17 -0
- spire/xls/enums/LineStyleType.py +28 -0
- spire/xls/enums/OleObjectType.py +50 -0
- spire/xls/enums/OrderBy.py +18 -0
- spire/xls/enums/OrderType.py +16 -0
- spire/xls/enums/PageBreakExtentType.py +16 -0
- spire/xls/enums/PageBreakType.py +17 -0
- spire/xls/enums/PageOrientationType.py +16 -0
- spire/xls/enums/PagesOrderType.py +16 -0
- spire/xls/enums/PaperSizeType.py +134 -0
- spire/xls/enums/PivotGroupByTypes.py +22 -0
- spire/xls/enums/PrintCommentType.py +17 -0
- spire/xls/enums/PrintErrorsType.py +18 -0
- spire/xls/enums/ReadingOrderType.py +17 -0
- spire/xls/enums/RectangleStyleType.py +16 -0
- spire/xls/enums/ResizeBehaveType.py +17 -0
- spire/xls/enums/ShapeArrowLengthType.py +17 -0
- spire/xls/enums/ShapeArrowStyleType.py +20 -0
- spire/xls/enums/ShapeArrowWidthType.py +17 -0
- spire/xls/enums/ShapeDashLineStyleType.py +22 -0
- spire/xls/enums/ShapeFillType.py +21 -0
- spire/xls/enums/ShapeLayerChangeType.py +18 -0
- spire/xls/enums/ShapeLineStyleType.py +19 -0
- spire/xls/enums/SheetProtectionType.py +32 -0
- spire/xls/enums/SortComparsionType.py +18 -0
- spire/xls/enums/SortOrientationType.py +16 -0
- spire/xls/enums/SortedWayType.py +17 -0
- spire/xls/enums/SparklineType.py +17 -0
- spire/xls/enums/SplitType.py +18 -0
- spire/xls/enums/TextDirection.py +19 -0
- spire/xls/enums/TextRotationType.py +18 -0
- spire/xls/enums/ThemeColorType.py +26 -0
- spire/xls/enums/TickLabelPositionType.py +18 -0
- spire/xls/enums/TickMarkType.py +18 -0
- spire/xls/enums/TopBottomType.py +18 -0
- spire/xls/enums/TopFormatType.py +17 -0
- spire/xls/enums/TrendLineType.py +20 -0
- spire/xls/enums/UnknownVariableAction.py +17 -0
- spire/xls/enums/ValidationComparisonOperator.py +22 -0
- spire/xls/enums/VariableTypeAction.py +17 -0
- spire/xls/enums/VerticalAlignType.py +19 -0
- spire/xls/enums/ViewMode.py +17 -0
- spire/xls/enums/WorksheetVisibility.py +17 -0
- spire/xls/enums/XLSXBorderJoinType.py +18 -0
- spire/xls/enums/XLSXChartMaterialType.py +31 -0
- spire/xls/enums/XLSXChartPrespectiveType.py +20 -0
- spire/xls/enums/XLSXChartShadowInnerType.py +24 -0
- spire/xls/enums/XLSXChartShadowOuterType.py +24 -0
- spire/xls/enums/__init__.py +1 -0
- spire/xls/interfaces/IArcShape.py +285 -0
- spire/xls/interfaces/IChart.py +1597 -0
- spire/xls/interfaces/IChartAxis.py +786 -0
- spire/xls/interfaces/IChartBorder.py +203 -0
- spire/xls/interfaces/IChartCategoryAxis.py +522 -0
- spire/xls/interfaces/IChartDataLabels.py +419 -0
- spire/xls/interfaces/IChartDataPoint.py +114 -0
- spire/xls/interfaces/IChartDataTable.py +184 -0
- spire/xls/interfaces/IChartErrorBars.py +340 -0
- spire/xls/interfaces/IChartFillBorder.py +268 -0
- spire/xls/interfaces/IChartFormat.py +521 -0
- spire/xls/interfaces/IChartFrameFormat.py +85 -0
- spire/xls/interfaces/IChartGridLine.py +100 -0
- spire/xls/interfaces/IChartInterior.py +259 -0
- spire/xls/interfaces/IChartLegend.py +453 -0
- spire/xls/interfaces/IChartLegendEntry.py +167 -0
- spire/xls/interfaces/IChartPageSetup.py +51 -0
- spire/xls/interfaces/IChartSerie.py +727 -0
- spire/xls/interfaces/IChartSerieDataFormat.py +519 -0
- spire/xls/interfaces/IChartSeriesAxis.py +118 -0
- spire/xls/interfaces/IChartShape.py +88 -0
- spire/xls/interfaces/IChartTextArea.py +181 -0
- spire/xls/interfaces/IChartTrendLine.py +502 -0
- spire/xls/interfaces/IChartValueAxis.py +586 -0
- spire/xls/interfaces/IChartWallOrFloor.py +40 -0
- spire/xls/interfaces/ICheckBox.py +120 -0
- spire/xls/interfaces/ICloneParent.py +29 -0
- spire/xls/interfaces/IColorConditionValue.py +44 -0
- spire/xls/interfaces/IColorScale.py +39 -0
- spire/xls/interfaces/ICombinedRange.py +109 -0
- spire/xls/interfaces/IComboBoxShape.py +120 -0
- spire/xls/interfaces/IComment.py +110 -0
- spire/xls/interfaces/ICommentShape.py +20 -0
- spire/xls/interfaces/IConditionValue.py +83 -0
- spire/xls/interfaces/IConditionalFormat.py +757 -0
- spire/xls/interfaces/IConditionalFormats.py +66 -0
- spire/xls/interfaces/ICustomDocumentProperties.py +168 -0
- spire/xls/interfaces/IDataBar.py +127 -0
- spire/xls/interfaces/IDataValidation.py +506 -0
- spire/xls/interfaces/IDataValidationTable.py +84 -0
- spire/xls/interfaces/IDigitalSignature.py +111 -0
- spire/xls/interfaces/IDigitalSignatures.py +33 -0
- spire/xls/interfaces/IDocumentProperty.py +276 -0
- spire/xls/interfaces/IErrorIndicator.py +38 -0
- spire/xls/interfaces/IExtendIndex.py +26 -0
- spire/xls/interfaces/IExtendedFormat.py +631 -0
- spire/xls/interfaces/IFont.py +313 -0
- spire/xls/interfaces/IFormat3D.py +307 -0
- spire/xls/interfaces/IGeomPath.py +27 -0
- spire/xls/interfaces/IGeomPathInfo.py +141 -0
- spire/xls/interfaces/IGeomPathShape.py +40 -0
- spire/xls/interfaces/IGlow.py +104 -0
- spire/xls/interfaces/IGradient.py +203 -0
- spire/xls/interfaces/IGroupBox.py +82 -0
- spire/xls/interfaces/IHPageBreak.py +26 -0
- spire/xls/interfaces/IHyperLink.py +137 -0
- spire/xls/interfaces/IIconSet.py +115 -0
- spire/xls/interfaces/IInterior.py +137 -0
- spire/xls/interfaces/IInternalAddtionalFormat.py +277 -0
- spire/xls/interfaces/IInternalFont.py +38 -0
- spire/xls/interfaces/ILabelShape.py +60 -0
- spire/xls/interfaces/ILineShape.py +334 -0
- spire/xls/interfaces/IListObject.py +443 -0
- spire/xls/interfaces/IListObjectColumn.py +196 -0
- spire/xls/interfaces/IMarkersDesigner.py +133 -0
- spire/xls/interfaces/IMigrantRange.py +28 -0
- spire/xls/interfaces/INamedObject.py +27 -0
- spire/xls/interfaces/INamedRange.py +246 -0
- spire/xls/interfaces/INumberFormat.py +90 -0
- spire/xls/interfaces/IOleObject.py +225 -0
- spire/xls/interfaces/IOptimizedUpdate.py +35 -0
- spire/xls/interfaces/IOvalShape.py +201 -0
- spire/xls/interfaces/IPageSetup.py +260 -0
- spire/xls/interfaces/IPageSetupBase.py +849 -0
- spire/xls/interfaces/IPictureShape.py +118 -0
- spire/xls/interfaces/IPropertyData.py +100 -0
- spire/xls/interfaces/IPrstGeomShape.py +103 -0
- spire/xls/interfaces/IRadioButton.py +159 -0
- spire/xls/interfaces/IRectangleShape.py +90 -0
- spire/xls/interfaces/IReflectionEffect.py +217 -0
- spire/xls/interfaces/IScrollBarShape.py +139 -0
- spire/xls/interfaces/IShadow.py +385 -0
- spire/xls/interfaces/IShape.py +620 -0
- spire/xls/interfaces/IShapeFill.py +767 -0
- spire/xls/interfaces/IShapeLineFormat.py +488 -0
- spire/xls/interfaces/ISortColumn.py +138 -0
- spire/xls/interfaces/ISortColumns.py +106 -0
- spire/xls/interfaces/ISortedRule.py +154 -0
- spire/xls/interfaces/ISpinnerShape.py +124 -0
- spire/xls/interfaces/IStyle.py +60 -0
- spire/xls/interfaces/ITabSheet.py +364 -0
- spire/xls/interfaces/ITextBox.py +140 -0
- spire/xls/interfaces/ITextBoxLinkShape.py +48 -0
- spire/xls/interfaces/ITextBoxShape.py +27 -0
- spire/xls/interfaces/ITextFrame.py +146 -0
- spire/xls/interfaces/IVPageBreak.py +26 -0
- spire/xls/interfaces/IWorkbook.py +1736 -0
- spire/xls/interfaces/IWorksheet.py +2638 -0
- spire/xls/interfaces/IXLSRange.py +2241 -0
- spire/xls/interfaces/IXLSRanges.py +40 -0
- spire/xls/interfaces/IconSet.py +125 -0
- spire/xls/interfaces/ImageLocationTypes.py +17 -0
- spire/xls/interfaces/ImportObjectOptions.py +136 -0
- spire/xls/interfaces/InsertMoveOption.py +17 -0
- spire/xls/interfaces/InteriorArrayWrapper.py +181 -0
- spire/xls/interfaces/__init__.py +0 -0
- spire/xls/interfaces/collections/IDataValidationCollection.py +128 -0
- spire/xls/interfaces/collections/IHPageBreaks.py +37 -0
- spire/xls/interfaces/collections/IListObjects.py +34 -0
- spire/xls/interfaces/collections/IOleObjects.py +44 -0
- spire/xls/interfaces/collections/IPrstGeomShapes.py +87 -0
- spire/xls/interfaces/collections/IShapes.py +273 -0
- spire/xls/interfaces/collections/ITextBoxes.py +67 -0
- spire/xls/interfaces/collections/IVPageBreaks.py +37 -0
- spire/xls/interfaces/collections/__init__.py +0 -0
- spire/xls/interfaces/pivot_table/IPivotCache.py +50 -0
- spire/xls/interfaces/pivot_table/IPivotCaches.py +52 -0
- spire/xls/interfaces/pivot_table/IPivotCalculatedFields.py +69 -0
- spire/xls/interfaces/pivot_table/IPivotField.py +372 -0
- spire/xls/interfaces/pivot_table/IPivotTable.py +509 -0
- spire/xls/interfaces/pivot_table/IPivotTableOptions.py +507 -0
- spire/xls/interfaces/pivot_table/__init__.py +0 -0
- spire/xls/interfaces/sorting/__init__.py +0 -0
- spire/xls/lib/Spire.Xls.Base.dll +0 -0
- spire/xls/lib/_init_.py +0 -0
- spire/xls/license/LicenseProvider.py +107 -0
- spire/xls/license/__init__.py +0 -0
- spire/xls/pivot_tables/AutoSortScope.py +29 -0
- spire/xls/pivot_tables/PivotConditionalFormat.py +71 -0
- spire/xls/pivot_tables/PivotDataField.py +163 -0
- spire/xls/pivot_tables/PivotItem.py +228 -0
- spire/xls/pivot_tables/PivotReportFilter.py +199 -0
- spire/xls/pivot_tables/PivotReportFilters.py +95 -0
- spire/xls/pivot_tables/PivotStyle.py +104 -0
- spire/xls/pivot_tables/PivotTableStyle.py +76 -0
- spire/xls/pivot_tables/XlsPivotCache.py +506 -0
- spire/xls/pivot_tables/XlsPivotCacheField.py +276 -0
- spire/xls/pivot_tables/XlsPivotField.py +975 -0
- spire/xls/pivot_tables/XlsPivotTable.py +1189 -0
- spire/xls/pivot_tables/__init__.py +0 -0
- spire/xls/security/__init__.py +0 -0
- spire/xls/sorting/DataSorter.py +152 -0
- spire/xls/sorting/SortColumn.py +115 -0
- spire/xls/sorting/SortColumns.py +194 -0
- spire/xls/sorting/__init__.py +0 -0
- spire/xls/sparkline/ISparklines.py +72 -0
- spire/xls/sparkline/Sparkline.py +89 -0
- spire/xls/sparkline/SparklineCollection.py +107 -0
- spire/xls/sparkline/SparklineGroup.py +592 -0
- spire/xls/sparkline/SparklineGroupCollection.py +67 -0
- spire/xls/sparkline/__init__.py +0 -0
- spire/xls/template_markers/MarkerDesigner.py +171 -0
- spire/xls/template_markers/__init__.py +0 -0
- spire_xls-15.7.1.dist-info/METADATA +197 -0
- spire_xls-15.7.1.dist-info/RECORD +720 -0
- spire/xls/AddInFunctionsCollection.py +0 -29
- spire/xls/AlertStyleType.py +0 -18
- spire/xls/ArcShapeCollection.py +0 -70
- spire/xls/AutoFiltersCollection.py +0 -527
- spire/xls/AutoFitterOptions.py +0 -66
- spire/xls/AutoFormatOptions.py +0 -23
- spire/xls/AutoFormatType.py +0 -32
- spire/xls/AutoSortScope.py +0 -25
- spire/xls/AverageType.py +0 -25
- spire/xls/AxisLineIdentifierType.py +0 -19
- spire/xls/AxisTextDirectionType.py +0 -18
- spire/xls/AxisType.py +0 -18
- spire/xls/BaseFormatType.py +0 -17
- spire/xls/BordersCollection.py +0 -158
- spire/xls/BordersCollectionArrayWrapper.py +0 -95
- spire/xls/BordersLineType.py +0 -23
- spire/xls/BubbleSizeType.py +0 -17
- spire/xls/BuiltInDocumentProperties.py +0 -12
- spire/xls/BuiltInPropertyType.py +0 -50
- spire/xls/BuiltInStyles.py +0 -66
- spire/xls/CategoryType.py +0 -18
- spire/xls/CellDataType.py +0 -23
- spire/xls/CellFormatType.py +0 -21
- spire/xls/Chart.py +0 -404
- spire/xls/ChartArea.py +0 -61
- spire/xls/ChartBackgroundMode.py +0 -18
- spire/xls/ChartBaseUnitType.py +0 -18
- spire/xls/ChartCategoryAxis.py +0 -93
- spire/xls/ChartDataLabels.py +0 -42
- spire/xls/ChartDataPoint.py +0 -42
- spire/xls/ChartDataPointsCollection.py +0 -75
- spire/xls/ChartDisplayUnitType.py +0 -26
- spire/xls/ChartFormat.py +0 -72
- spire/xls/ChartFormatCollection.py +0 -59
- spire/xls/ChartGridLine.py +0 -27
- spire/xls/ChartLegend.py +0 -42
- spire/xls/ChartLegendEntriesColl.py +0 -128
- spire/xls/ChartLegendEntry.py +0 -27
- spire/xls/ChartLinePatternType.py +0 -24
- spire/xls/ChartLineWeightType.py +0 -19
- spire/xls/ChartMarkerType.py +0 -27
- spire/xls/ChartParagraphType.py +0 -18
- spire/xls/ChartPieType.py +0 -18
- spire/xls/ChartPlotArea.py +0 -53
- spire/xls/ChartPlotEmptyType.py +0 -18
- spire/xls/ChartSerie.py +0 -142
- spire/xls/ChartSerieDataFormat.py +0 -56
- spire/xls/ChartSeries.py +0 -154
- spire/xls/ChartSeriesAxis.py +0 -72
- spire/xls/ChartShadow.py +0 -235
- spire/xls/ChartSheet.py +0 -285
- spire/xls/ChartTextArea.py +0 -782
- spire/xls/ChartValueAxis.py +0 -92
- spire/xls/ChartsCollection.py +0 -113
- spire/xls/CheckState.py +0 -18
- spire/xls/CollectionBase.py +0 -184
- spire/xls/CollectionExtended.py +0 -92
- spire/xls/ColorConditionValue.py +0 -91
- spire/xls/ColorFilter.py +0 -45
- spire/xls/ColorType.py +0 -18
- spire/xls/ComboBoxCollection.py +0 -70
- spire/xls/CommentHAlignType.py +0 -21
- spire/xls/CommentVAlignType.py +0 -20
- spire/xls/CommentsCollection.py +0 -109
- spire/xls/ComparisonOperatorType.py +0 -24
- spire/xls/CondFormatCollectionWrapper.py +0 -125
- spire/xls/ConditionValue.py +0 -82
- spire/xls/ConditionValuePosition.py +0 -16
- spire/xls/ConditionalFormat.py +0 -14
- spire/xls/ConditionalFormatScope.py +0 -16
- spire/xls/ConditionalFormatType.py +0 -33
- spire/xls/ConditionalFormatWrapper.py +0 -986
- spire/xls/ConditionalFormats.py +0 -55
- spire/xls/CustomFilter.py +0 -147
- spire/xls/CustomFilterCollection.py +0 -113
- spire/xls/DataBarBorder.py +0 -47
- spire/xls/DataLabelPositionType.py +0 -26
- spire/xls/DataSorter.py +0 -154
- spire/xls/DataSourceType.py +0 -19
- spire/xls/DateTimeGroupItem.py +0 -132
- spire/xls/DropLineStyleType.py +0 -18
- spire/xls/DynamicFilter.py +0 -71
- spire/xls/ErrorBarIncludeType.py +0 -19
- spire/xls/ErrorBarType.py +0 -20
- spire/xls/ExcelCalculationMode.py +0 -18
- spire/xls/ExcelChartType.py +0 -96
- spire/xls/ExcelColors.py +0 -121
- spire/xls/ExcelComboType.py +0 -22
- spire/xls/ExcelHorizontalAlignment.py +0 -21
- spire/xls/ExcelPatternType.py +0 -52
- spire/xls/ExcelQuartileCalculation.py +0 -17
- spire/xls/ExcelShapeType.py +0 -41
- spire/xls/ExcelSheetType.py +0 -20
- spire/xls/ExcelTreeMapLabelOption.py +0 -18
- spire/xls/ExcelVersion.py +0 -24
- spire/xls/ExcelVerticalAlignment.py +0 -21
- spire/xls/ExpandCollapseFlags.py +0 -18
- spire/xls/FilterColumn.py +0 -258
- spire/xls/FilterConditionType.py +0 -21
- spire/xls/FilterDataType.py +0 -22
- spire/xls/FontUnderlineType.py +0 -20
- spire/xls/FontVertialAlignmentType.py +0 -20
- spire/xls/GradientColorType.py +0 -18
- spire/xls/GradientPatternType.py +0 -64
- spire/xls/GradientPresetType.py +0 -39
- spire/xls/GradientStyleType.py +0 -21
- spire/xls/GradientTextureType.py +0 -40
- spire/xls/GradientVariantsType.py +0 -19
- spire/xls/GroupShapeCollection.py +0 -46
- spire/xls/HPageBreaksCollection.py +0 -108
- spire/xls/HistogramAxisFormat.py +0 -30
- spire/xls/HorizontalAlignType.py +0 -23
- spire/xls/HyperLinkType.py +0 -20
- spire/xls/HyperLinksCollection.py +0 -72
- spire/xls/IArcShape.py +0 -259
- spire/xls/IChart.py +0 -1368
- spire/xls/IChartAxis.py +0 -722
- spire/xls/IChartBorder.py +0 -220
- spire/xls/IChartCategoryAxis.py +0 -410
- spire/xls/IChartDataLabels.py +0 -457
- spire/xls/IChartDataPoint.py +0 -131
- spire/xls/IChartDataTable.py +0 -197
- spire/xls/IChartErrorBars.py +0 -373
- spire/xls/IChartFillBorder.py +0 -303
- spire/xls/IChartFormat.py +0 -571
- spire/xls/IChartFrameFormat.py +0 -93
- spire/xls/IChartGridLine.py +0 -107
- spire/xls/IChartInterior.py +0 -278
- spire/xls/IChartLegend.py +0 -499
- spire/xls/IChartLegendEntry.py +0 -178
- spire/xls/IChartPageSetup.py +0 -56
- spire/xls/IChartSerie.py +0 -779
- spire/xls/IChartSerieDataFormat.py +0 -566
- spire/xls/IChartSeriesAxis.py +0 -128
- spire/xls/IChartShape.py +0 -92
- spire/xls/IChartTextArea.py +0 -197
- spire/xls/IChartTrendLine.py +0 -548
- spire/xls/IChartValueAxis.py +0 -518
- spire/xls/IChartWallOrFloor.py +0 -32
- spire/xls/ICheckBox.py +0 -96
- spire/xls/ICloneParent.py +0 -28
- spire/xls/IColorConditionValue.py +0 -31
- spire/xls/IColorScale.py +0 -32
- spire/xls/ICombinedRange.py +0 -87
- spire/xls/IComboBoxShape.py +0 -95
- spire/xls/IComment.py +0 -85
- spire/xls/ICommentShape.py +0 -12
- spire/xls/IConditionValue.py +0 -68
- spire/xls/IConditionalFormat.py +0 -606
- spire/xls/IConditionalFormats.py +0 -48
- spire/xls/ICustomDocumentProperties.py +0 -128
- spire/xls/IDataBar.py +0 -105
- spire/xls/IDataValidation.py +0 -421
- spire/xls/IDataValidationCollection.py +0 -132
- spire/xls/IDataValidationTable.py +0 -68
- spire/xls/IDigitalSignature.py +0 -99
- spire/xls/IDigitalSignatures.py +0 -29
- spire/xls/IDocumentProperty.py +0 -226
- spire/xls/IErrorIndicator.py +0 -31
- spire/xls/IExtendIndex.py +0 -21
- spire/xls/IExtendedFormat.py +0 -530
- spire/xls/IFont.py +0 -271
- spire/xls/IFormat3D.py +0 -252
- spire/xls/IGeomPath.py +0 -23
- spire/xls/IGeomPathInfo.py +0 -112
- spire/xls/IGeomPathShape.py +0 -30
- spire/xls/IGlow.py +0 -85
- spire/xls/IGradient.py +0 -174
- spire/xls/IGroupBox.py +0 -67
- spire/xls/IHPageBreak.py +0 -22
- spire/xls/IHPageBreaks.py +0 -31
- spire/xls/IHyperLink.py +0 -118
- spire/xls/IIconSet.py +0 -96
- spire/xls/IInterior.py +0 -117
- spire/xls/IInternalAddtionalFormat.py +0 -238
- spire/xls/IInternalFont.py +0 -31
- spire/xls/ILabelShape.py +0 -49
- spire/xls/ILineShape.py +0 -305
- spire/xls/IListObject.py +0 -493
- spire/xls/IListObjectColumn.py +0 -222
- spire/xls/IListObjects.py +0 -31
- spire/xls/IMarkersDesigner.py +0 -113
- spire/xls/IMigrantRange.py +0 -21
- spire/xls/INamedObject.py +0 -22
- spire/xls/INamedRange.py +0 -162
- spire/xls/INumberFormat.py +0 -77
- spire/xls/IOleObject.py +0 -176
- spire/xls/IOleObjects.py +0 -32
- spire/xls/IOptimizedUpdate.py +0 -28
- spire/xls/IOvalShape.py +0 -154
- spire/xls/IPageSetup.py +0 -195
- spire/xls/IPageSetupBase.py +0 -642
- spire/xls/IPictureShape.py +0 -99
- spire/xls/IPivotCache.py +0 -41
- spire/xls/IPivotCaches.py +0 -39
- spire/xls/IPivotCalculatedFields.py +0 -50
- spire/xls/IPivotField.py +0 -291
- spire/xls/IPivotTable.py +0 -393
- spire/xls/IPivotTableOptions.py +0 -428
- spire/xls/IPropertyData.py +0 -70
- spire/xls/IPrstGeomShape.py +0 -71
- spire/xls/IPrstGeomShapes.py +0 -81
- spire/xls/IRadioButton.py +0 -105
- spire/xls/IRectangleShape.py +0 -60
- spire/xls/IReflectionEffect.py +0 -138
- spire/xls/IScrollBarShape.py +0 -140
- spire/xls/IShadow.py +0 -244
- spire/xls/IShape.py +0 -409
- spire/xls/IShapeFill.py +0 -522
- spire/xls/IShapeLineFormat.py +0 -331
- spire/xls/IShapes.py +0 -270
- spire/xls/ISortColumn.py +0 -96
- spire/xls/ISortColumns.py +0 -70
- spire/xls/ISortedRule.py +0 -112
- spire/xls/ISparklines.py +0 -72
- spire/xls/ISpinnerShape.py +0 -102
- spire/xls/IStyle.py +0 -50
- spire/xls/ITabSheet.py +0 -302
- spire/xls/ITextBox.py +0 -116
- spire/xls/ITextBoxLinkShape.py +0 -40
- spire/xls/ITextBoxShape.py +0 -22
- spire/xls/ITextBoxes.py +0 -61
- spire/xls/ITextFrame.py +0 -120
- spire/xls/IVPageBreak.py +0 -22
- spire/xls/IVPageBreaks.py +0 -31
- spire/xls/IWorkbook.py +0 -1806
- spire/xls/IWorksheet.py +0 -2694
- spire/xls/IXLSRange.py +0 -2479
- spire/xls/IXLSRanges.py +0 -35
- spire/xls/IconSet.py +0 -103
- spire/xls/IgnoreErrorType.py +0 -24
- spire/xls/ImageFormatType.py +0 -18
- spire/xls/ImageLocationTypes.py +0 -15
- spire/xls/ImageType.py +0 -17
- spire/xls/ImportObjectOptions.py +0 -89
- spire/xls/InsertMoveOption.py +0 -15
- spire/xls/InteriorArrayWrapper.py +0 -126
- spire/xls/LegendPositionType.py +0 -21
- spire/xls/LegendSpacingType.py +0 -18
- spire/xls/LineStyleType.py +0 -29
- spire/xls/ListObjectCollection.py +0 -45
- spire/xls/MarkerDesigner.py +0 -172
- spire/xls/MultipleFilterCollection.py +0 -166
- spire/xls/NegativeBarFormat.py +0 -82
- spire/xls/OleObjectType.py +0 -51
- spire/xls/OrderBy.py +0 -19
- spire/xls/OrderType.py +0 -17
- spire/xls/OvalShapeCollection.py +0 -70
- spire/xls/PageBreakExtentType.py +0 -17
- spire/xls/PageBreakType.py +0 -18
- spire/xls/PageOrientationType.py +0 -17
- spire/xls/PagesOrderType.py +0 -17
- spire/xls/PaperSizeType.py +0 -135
- spire/xls/PicturesCollection.py +0 -532
- spire/xls/PivotConditionalFormat.py +0 -54
- spire/xls/PivotConditionalFormatCollection.py +0 -38
- spire/xls/PivotDataField.py +0 -118
- spire/xls/PivotGroupByTypes.py +0 -23
- spire/xls/PivotItem.py +0 -161
- spire/xls/PivotReportFilter.py +0 -92
- spire/xls/PivotReportFilters.py +0 -63
- spire/xls/PivotStyle.py +0 -79
- spire/xls/PivotTableFields.py +0 -85
- spire/xls/PivotTableStyle.py +0 -63
- spire/xls/PrintCommentType.py +0 -18
- spire/xls/PrintErrorsType.py +0 -19
- spire/xls/PrstGeomShapeCollection.py +0 -126
- spire/xls/RadioButtonCollection.py +0 -137
- spire/xls/RangesCollection.py +0 -537
- spire/xls/ReadingOrderType.py +0 -18
- spire/xls/RectangleStyleType.py +0 -17
- spire/xls/ResizeBehaveType.py +0 -18
- spire/xls/ShapeArrowLengthType.py +0 -18
- spire/xls/ShapeArrowStyleType.py +0 -21
- spire/xls/ShapeArrowWidthType.py +0 -18
- spire/xls/ShapeDashLineStyleType.py +0 -23
- spire/xls/ShapeFillType.py +0 -22
- spire/xls/ShapeLayerChangeType.py +0 -19
- spire/xls/ShapeLineStyleType.py +0 -20
- spire/xls/SheetProtectionType.py +0 -33
- spire/xls/SortColumn.py +0 -120
- spire/xls/SortColumns.py +0 -185
- spire/xls/SortComparsionType.py +0 -19
- spire/xls/SortOrientationType.py +0 -17
- spire/xls/SortedWayType.py +0 -18
- spire/xls/Sparkline.py +0 -70
- spire/xls/SparklineCollection.py +0 -112
- spire/xls/SparklineGroup.py +0 -523
- spire/xls/SparklineGroupCollection.py +0 -71
- spire/xls/SparklineType.py +0 -18
- spire/xls/SplitType.py +0 -19
- spire/xls/StylesCollection.py +0 -141
- spire/xls/TextDirection.py +0 -20
- spire/xls/TextRotationType.py +0 -19
- spire/xls/ThemeColorType.py +0 -27
- spire/xls/TickLabelPositionType.py +0 -19
- spire/xls/TickMarkType.py +0 -19
- spire/xls/Top10Filter.py +0 -75
- spire/xls/TopBottomType.py +0 -19
- spire/xls/TopFormatType.py +0 -18
- spire/xls/TrendLineType.py +0 -21
- spire/xls/UnknownVariableAction.py +0 -18
- spire/xls/VPageBreaksCollection.py +0 -96
- spire/xls/ValidationComparisonOperator.py +0 -23
- spire/xls/VariableTypeAction.py +0 -19
- spire/xls/VerticalAlignType.py +0 -20
- spire/xls/ViewMode.py +0 -18
- spire/xls/WorksheetVisibility.py +0 -18
- spire/xls/WorksheetsCollection.py +0 -341
- spire/xls/XLSXBorderJoinType.py +0 -19
- spire/xls/XLSXChartMaterialType.py +0 -32
- spire/xls/XLSXChartPrespectiveType.py +0 -21
- spire/xls/XLSXChartShadowInnerType.py +0 -25
- spire/xls/XLSXChartShadowOuterType.py +0 -25
- spire/xls/XlsAddInFunctionsCollection.py +0 -101
- spire/xls/XlsAutoFiltersCollection.py +0 -119
- spire/xls/XlsBordersCollection.py +0 -101
- spire/xls/XlsBuiltInDocumentProperties.py +0 -639
- spire/xls/XlsChart.py +0 -1510
- spire/xls/XlsChartAxis.py +0 -564
- spire/xls/XlsChartBorder.py +0 -165
- spire/xls/XlsChartCategoryAxis.py +0 -656
- spire/xls/XlsChartDataLabelArea.py +0 -387
- spire/xls/XlsChartDataLabels.py +0 -811
- spire/xls/XlsChartDataPoint.py +0 -108
- spire/xls/XlsChartDataPointsCollection.py +0 -120
- spire/xls/XlsChartDataTable.py +0 -393
- spire/xls/XlsChartDropBar.py +0 -301
- spire/xls/XlsChartFill.py +0 -571
- spire/xls/XlsChartFormat.py +0 -1069
- spire/xls/XlsChartFormatCollection.py +0 -162
- spire/xls/XlsChartFrameFormat.py +0 -614
- spire/xls/XlsChartGridLine.py +0 -171
- spire/xls/XlsChartInterior.py +0 -240
- spire/xls/XlsChartLegend.py +0 -355
- spire/xls/XlsChartLegendArea.py +0 -419
- spire/xls/XlsChartLegendEntry.py +0 -156
- spire/xls/XlsChartSerie.py +0 -589
- spire/xls/XlsChartSerieDataFormat.py +0 -1008
- spire/xls/XlsChartSeriesAxis.py +0 -212
- spire/xls/XlsChartShape.py +0 -1142
- spire/xls/XlsChartTitleArea.py +0 -392
- spire/xls/XlsChartValueAxis.py +0 -317
- spire/xls/XlsChartWallOrFloor.py +0 -319
- spire/xls/XlsCommentsCollection.py +0 -87
- spire/xls/XlsConditionValue.py +0 -111
- spire/xls/XlsConditionalFormat.py +0 -1119
- spire/xls/XlsConditionalFormats.py +0 -590
- spire/xls/XlsDataValidationCollection.py +0 -159
- spire/xls/XlsHPageBreaksCollection.py +0 -85
- spire/xls/XlsHyperLinksCollection.py +0 -102
- spire/xls/XlsPivotCache.py +0 -401
- spire/xls/XlsPivotCacheField.py +0 -209
- spire/xls/XlsPivotCachesCollection.py +0 -124
- spire/xls/XlsPivotField.py +0 -885
- spire/xls/XlsPivotTable.py +0 -905
- spire/xls/XlsRangesCollection.py +0 -1566
- spire/xls/XlsStylesCollection.py +0 -73
- spire/xls/XlsVPageBreaksCollection.py +0 -84
- spire/xls/XlsWorksheetsCollection.py +0 -416
- spire_xls-15.5.0.dist-info/METADATA +0 -197
- spire_xls-15.5.0.dist-info/RECORD +0 -703
- /spire/xls/{lib → autofilter}/__init__.py +0 -0
- /spire/xls/{ChartBorder.py → charts/ChartBorder.py} +0 -0
- /spire/xls/{ChartDataTable.py → charts/ChartDataTable.py} +0 -0
- /spire/xls/{ChartDropBar.py → charts/ChartDropBar.py} +0 -0
- /spire/xls/{ChartInterior.py → charts/ChartInterior.py} +0 -0
- /spire/xls/{ChartPageSetup.py → charts/ChartPageSetup.py} +0 -0
- /spire/xls/{ChartTitle.py → charts/ChartTitle.py} +0 -0
- /spire/xls/{ChartWallOrFloor.py → charts/ChartWallOrFloor.py} +0 -0
- /spire/xls/{XlsChartPageSetup.py → charts/XlsChartPageSetup.py} +0 -0
- /spire/xls/{XlsChartPlotArea.py → charts/XlsChartPlotArea.py} +0 -0
- /spire/xls/{ButtonShapeCollection.py → collection/ButtonShapeCollection.py} +0 -0
- /spire/xls/{CheckBoxCollection.py → collection/CheckBoxCollection.py} +0 -0
- /spire/xls/{CollectionChangeEventArgs.py → collection/CollectionChangeEventArgs.py} +0 -0
- /spire/xls/{DataConnections.py → collection/DataConnections.py} +0 -0
- /spire/xls/{ExternalLinkCollection.py → collection/ExternalLinkCollection.py} +0 -0
- /spire/xls/{FontsCollection.py → collection/FontsCollection.py} +0 -0
- /spire/xls/{GeomertyAdjustValuesCollection.py → collection/GeomertyAdjustValuesCollection.py} +0 -0
- /spire/xls/{GroupBoxCollection.py → collection/GroupBoxCollection.py} +0 -0
- /spire/xls/{LabelShapeCollection.py → collection/LabelShapeCollection.py} +0 -0
- /spire/xls/{LineCollection.py → collection/LineCollection.py} +0 -0
- /spire/xls/{ListBoxCollection.py → collection/ListBoxCollection.py} +0 -0
- /spire/xls/{QueryTableCollection.py → collection/QueryTableCollection.py} +0 -0
- /spire/xls/{RectangleCollection.py → collection/RectangleCollection.py} +0 -0
- /spire/xls/{ScrollBarCollection.py → collection/ScrollBarCollection.py} +0 -0
- /spire/xls/{ShapeCollectionBase.py → collection/ShapeCollectionBase.py} +0 -0
- /spire/xls/{SpinnerShapeCollection.py → collection/SpinnerShapeCollection.py} +0 -0
- /spire/xls/{TextBoxCollection.py → collection/TextBoxCollection.py} +0 -0
- /spire/xls/{WorkbookObjectsCollection.py → collection/WorkbookObjectsCollection.py} +0 -0
- /spire/xls/{WorksheetChartsCollection.py → collection/WorksheetChartsCollection.py} +0 -0
- /spire/xls/{WorksheetConditionalFormats.py → collection/WorksheetConditionalFormats.py} +0 -0
- /spire/xls/{XlsChartSeries.py → collection/XlsChartSeries.py} +0 -0
- /spire/xls/{XlsChartsCollection.py → collection/XlsChartsCollection.py} +0 -0
- /spire/xls/{XlsFontsCollection.py → collection/XlsFontsCollection.py} +0 -0
- /spire/xls/{XlsHeaderFooterShapeCollection.py → collection/XlsHeaderFooterShapeCollection.py} +0 -0
- /spire/xls/{XlsPicturesCollection.py → collection/XlsPicturesCollection.py} +0 -0
- /spire/xls/{XlsWorkbookObjectsCollection.py → collection/XlsWorkbookObjectsCollection.py} +0 -0
- /spire/xls/{XlsWorksheetChartsCollection.py → collection/XlsWorksheetChartsCollection.py} +0 -0
- /spire/xls/{XlsWorksheetConditionalFormats.py → collection/XlsWorksheetConditionalFormats.py} +0 -0
- /spire/xls/{PivotCachesCollection.py → collection/pivot_table/PivotCachesCollection.py} +0 -0
- /spire/xls/{PivotCalculatedFieldsCollection.py → collection/pivot_table/PivotCalculatedFieldsCollection.py} +0 -0
- /spire/xls/{PivotDataFields.py → collection/pivot_table/PivotDataFields.py} +0 -0
- /spire/xls/{PivotTablesCollection.py → collection/pivot_table/PivotTablesCollection.py} +0 -0
- /spire/xls/{XlsPivotTablesCollection.py → collection/pivot_table/XlsPivotTablesCollection.py} +0 -0
- /spire/xls/{AxisTypes.py → enums/AxisTypes.py} +0 -0
- /spire/xls/{CompoundLineType.py → enums/CompoundLineType.py} +0 -0
- /spire/xls/{ConditionValueType.py → enums/ConditionValueType.py} +0 -0
- /spire/xls/{ConditionalTopNType.py → enums/ConditionalTopNType.py} +0 -0
- /spire/xls/{ConnectionDataSourceType.py → enums/ConnectionDataSourceType.py} +0 -0
- /spire/xls/{CopyRangeOptions.py → enums/CopyRangeOptions.py} +0 -0
- /spire/xls/{DataBarAxisPosition.py → enums/DataBarAxisPosition.py} +0 -0
- /spire/xls/{DataBarBorderType.py → enums/DataBarBorderType.py} +0 -0
- /spire/xls/{DataBarFillType.py → enums/DataBarFillType.py} +0 -0
- /spire/xls/{DataBarNegativeColorType.py → enums/DataBarNegativeColorType.py} +0 -0
- /spire/xls/{DataMarkerDirection.py → enums/DataMarkerDirection.py} +0 -0
- /spire/xls/{DateTimeGroupingType.py → enums/DateTimeGroupingType.py} +0 -0
- /spire/xls/{DeleteOption.py → enums/DeleteOption.py} +0 -0
- /spire/xls/{DynamicFilterType.py → enums/DynamicFilterType.py} +0 -0
- /spire/xls/{ExcelClearOptions.py → enums/ExcelClearOptions.py} +0 -0
- /spire/xls/{ExcelFindOptions.py → enums/ExcelFindOptions.py} +0 -0
- /spire/xls/{ExcelSaveType.py → enums/ExcelSaveType.py} +0 -0
- /spire/xls/{ExcelTotalsCalculation.py → enums/ExcelTotalsCalculation.py} +0 -0
- /spire/xls/{FillPictureType.py → enums/FillPictureType.py} +0 -0
- /spire/xls/{FilterOperatorType.py → enums/FilterOperatorType.py} +0 -0
- /spire/xls/{FilterType.py → enums/FilterType.py} +0 -0
- /spire/xls/{FindType.py → enums/FindType.py} +0 -0
- /spire/xls/{GeomertyAdjustValueFormulaType.py → enums/GeomertyAdjustValueFormulaType.py} +0 -0
- /spire/xls/{GroupByType.py → enums/GroupByType.py} +0 -0
- /spire/xls/{HttpContentType.py → enums/HttpContentType.py} +0 -0
- /spire/xls/{IconSetType.py → enums/IconSetType.py} +0 -0
- /spire/xls/{InsertOptionsType.py → enums/InsertOptionsType.py} +0 -0
- /spire/xls/{LineShapeType.py → enums/LineShapeType.py} +0 -0
- /spire/xls/{MeasureUnits.py → enums/MeasureUnits.py} +0 -0
- /spire/xls/{MsoPathType.py → enums/MsoPathType.py} +0 -0
- /spire/xls/{OLEDBCommandType.py → enums/OLEDBCommandType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImagePositionType.py → enums/OdsPageBackgroundImagePositionType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImageType.py → enums/OdsPageBackgroundImageType.py} +0 -0
- /spire/xls/{OdsPageBackgroundType.py → enums/OdsPageBackgroundType.py} +0 -0
- /spire/xls/{OleLinkType.py → enums/OleLinkType.py} +0 -0
- /spire/xls/{PathFillMode.py → enums/PathFillMode.py} +0 -0
- /spire/xls/{PdfConformanceLevel.py → enums/PdfConformanceLevel.py} +0 -0
- /spire/xls/{PivotAutoFomatTypes.py → enums/PivotAutoFomatTypes.py} +0 -0
- /spire/xls/{PivotBuiltInStyles.py → enums/PivotBuiltInStyles.py} +0 -0
- /spire/xls/{PivotDataType.py → enums/PivotDataType.py} +0 -0
- /spire/xls/{PivotFieldFormatType.py → enums/PivotFieldFormatType.py} +0 -0
- /spire/xls/{PivotFieldSortType.py → enums/PivotFieldSortType.py} +0 -0
- /spire/xls/{PivotItemType.py → enums/PivotItemType.py} +0 -0
- /spire/xls/{PivotLabelFilterType.py → enums/PivotLabelFilterType.py} +0 -0
- /spire/xls/{PivotPageAreaFieldsOrderType.py → enums/PivotPageAreaFieldsOrderType.py} +0 -0
- /spire/xls/{PivotTableElement.py → enums/PivotTableElement.py} +0 -0
- /spire/xls/{PivotTableLayoutType.py → enums/PivotTableLayoutType.py} +0 -0
- /spire/xls/{PivotValueFilterType.py → enums/PivotValueFilterType.py} +0 -0
- /spire/xls/{PresetTextEffect.py → enums/PresetTextEffect.py} +0 -0
- /spire/xls/{PrintingPageType.py → enums/PrintingPageType.py} +0 -0
- /spire/xls/{PropertyType.py → enums/PropertyType.py} +0 -0
- /spire/xls/{PrstGeomShapeType.py → enums/PrstGeomShapeType.py} +0 -0
- /spire/xls/{RectangleShapeType.py → enums/RectangleShapeType.py} +0 -0
- /spire/xls/{RelationShip.py → enums/RelationShip.py} +0 -0
- /spire/xls/{RenameStrategy.py → enums/RenameStrategy.py} +0 -0
- /spire/xls/{RtfTags.py → enums/RtfTags.py} +0 -0
- /spire/xls/{SelectionType.py → enums/SelectionType.py} +0 -0
- /spire/xls/{SparklineEmptyCells.py → enums/SparklineEmptyCells.py} +0 -0
- /spire/xls/{SpartlineVerticalAxisType.py → enums/SpartlineVerticalAxisType.py} +0 -0
- /spire/xls/{StrikeThroughStyle.py → enums/StrikeThroughStyle.py} +0 -0
- /spire/xls/{StyleDefineType.py → enums/StyleDefineType.py} +0 -0
- /spire/xls/{SubtotalTypes.py → enums/SubtotalTypes.py} +0 -0
- /spire/xls/{TRangeValueType.py → enums/TRangeValueType.py} +0 -0
- /spire/xls/{TableBuiltInStyles.py → enums/TableBuiltInStyles.py} +0 -0
- /spire/xls/{TextDirectionType.py → enums/TextDirectionType.py} +0 -0
- /spire/xls/{TextVerticalValue.py → enums/TextVerticalValue.py} +0 -0
- /spire/xls/{TimePeriodType.py → enums/TimePeriodType.py} +0 -0
- /spire/xls/{UnderlineStyle.py → enums/UnderlineStyle.py} +0 -0
- /spire/xls/{WorksheetCopyType.py → enums/WorksheetCopyType.py} +0 -0
- /spire/xls/{XLSXChartBevelType.py → enums/XLSXChartBevelType.py} +0 -0
- /spire/xls/{XLSXChartLightingType.py → enums/XLSXChartLightingType.py} +0 -0
- /spire/xls/{XLSXPivotItemType.py → enums/XLSXPivotItemType.py} +0 -0
- /spire/xls/{XmlOpenType.py → enums/XmlOpenType.py} +0 -0
- /spire/xls/{IAddInFunction.py → interfaces/IAddInFunction.py} +0 -0
- /spire/xls/{IAutoFilter.py → interfaces/IAutoFilter.py} +0 -0
- /spire/xls/{IAutoFilterCondition.py → interfaces/IAutoFilterCondition.py} +0 -0
- /spire/xls/{IAutoFilters.py → interfaces/IAutoFilters.py} +0 -0
- /spire/xls/{IBorder.py → interfaces/IBorder.py} +0 -0
- /spire/xls/{IBuiltInDocumentProperties.py → interfaces/IBuiltInDocumentProperties.py} +0 -0
- /spire/xls/{IButtonShape.py → interfaces/IButtonShape.py} +0 -0
- /spire/xls/{IChartDropBar.py → interfaces/IChartDropBar.py} +0 -0
- /spire/xls/{IExcelApplication.py → interfaces/IExcelApplication.py} +0 -0
- /spire/xls/{IInternalWorksheet.py → interfaces/IInternalWorksheet.py} +0 -0
- /spire/xls/{IListBox.py → interfaces/IListBox.py} +0 -0
- /spire/xls/{IRichTextString.py → interfaces/IRichTextString.py} +0 -0
- /spire/xls/{IAddInFunctions.py → interfaces/collections/IAddInFunctions.py} +0 -0
- /spire/xls/{IArcShapes.py → interfaces/collections/IArcShapes.py} +0 -0
- /spire/xls/{IBorders.py → interfaces/collections/IBorders.py} +0 -0
- /spire/xls/{IButtonShapes.py → interfaces/collections/IButtonShapes.py} +0 -0
- /spire/xls/{IChartDataPoints.py → interfaces/collections/IChartDataPoints.py} +0 -0
- /spire/xls/{IChartLegendEntries.py → interfaces/collections/IChartLegendEntries.py} +0 -0
- /spire/xls/{IChartSeries.py → interfaces/collections/IChartSeries.py} +0 -0
- /spire/xls/{IChartShapes.py → interfaces/collections/IChartShapes.py} +0 -0
- /spire/xls/{IChartTrendLines.py → interfaces/collections/IChartTrendLines.py} +0 -0
- /spire/xls/{ICharts.py → interfaces/collections/ICharts.py} +0 -0
- /spire/xls/{ICheckBoxes.py → interfaces/collections/ICheckBoxes.py} +0 -0
- /spire/xls/{IComboBoxes.py → interfaces/collections/IComboBoxes.py} +0 -0
- /spire/xls/{IComments.py → interfaces/collections/IComments.py} +0 -0
- /spire/xls/{IConditionalFormatsCollection.py → interfaces/collections/IConditionalFormatsCollection.py} +0 -0
- /spire/xls/{IGroupBoxes.py → interfaces/collections/IGroupBoxes.py} +0 -0
- /spire/xls/{IHyperLinks.py → interfaces/collections/IHyperLinks.py} +0 -0
- /spire/xls/{ILabelShapes.py → interfaces/collections/ILabelShapes.py} +0 -0
- /spire/xls/{ILines.py → interfaces/collections/ILines.py} +0 -0
- /spire/xls/{IListBoxes.py → interfaces/collections/IListBoxes.py} +0 -0
- /spire/xls/{INameRanges.py → interfaces/collections/INameRanges.py} +0 -0
- /spire/xls/{IOvalShapes.py → interfaces/collections/IOvalShapes.py} +0 -0
- /spire/xls/{IPictures.py → interfaces/collections/IPictures.py} +0 -0
- /spire/xls/{IRadioButtons.py → interfaces/collections/IRadioButtons.py} +0 -0
- /spire/xls/{IRectangleShapes.py → interfaces/collections/IRectangleShapes.py} +0 -0
- /spire/xls/{IScrollBarShapes.py → interfaces/collections/IScrollBarShapes.py} +0 -0
- /spire/xls/{ISpinnerShapes.py → interfaces/collections/ISpinnerShapes.py} +0 -0
- /spire/xls/{IStyles.py → interfaces/collections/IStyles.py} +0 -0
- /spire/xls/{ITabSheets.py → interfaces/collections/ITabSheets.py} +0 -0
- /spire/xls/{IWorksheetGroup.py → interfaces/collections/IWorksheetGroup.py} +0 -0
- /spire/xls/{IWorksheets.py → interfaces/collections/IWorksheets.py} +0 -0
- /spire/xls/{IPivotDataField.py → interfaces/pivot_table/IPivotDataField.py} +0 -0
- /spire/xls/{IPivotDataFields.py → interfaces/pivot_table/IPivotDataFields.py} +0 -0
- /spire/xls/{IPivotFields.py → interfaces/pivot_table/IPivotFields.py} +0 -0
- /spire/xls/{IPivotTables.py → interfaces/pivot_table/IPivotTables.py} +0 -0
- /spire/xls/{IDataSort.py → interfaces/sorting/IDataSort.py} +0 -0
- /spire/xls/{PivotCache.py → pivot_tables/PivotCache.py} +0 -0
- /spire/xls/{PivotField.py → pivot_tables/PivotField.py} +0 -0
- /spire/xls/{PivotTable.py → pivot_tables/PivotTable.py} +0 -0
- /spire/xls/{EncryptedKeyInfo.py → security/EncryptedKeyInfo.py} +0 -0
- /spire/xls/{ISparkline.py → sparkline/ISparkline.py} +0 -0
- /spire/xls/{ISparklineGroup.py → sparkline/ISparklineGroup.py} +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.7.1.dist-info}/WHEEL +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.7.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1271 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
from plum import dispatch
|
|
3
|
+
from typing import TypeVar,Union,Generic,List,Tuple
|
|
4
|
+
from spire.xls.common import *
|
|
5
|
+
from spire.xls import *
|
|
6
|
+
from ctypes import *
|
|
7
|
+
import abc
|
|
8
|
+
|
|
9
|
+
class ConditionalFormatWrapper ( CommonWrapper, IOptimizedUpdate, IConditionalFormat, IExcelApplication) :
|
|
10
|
+
"""
|
|
11
|
+
Represents a conditional format and its properties for a worksheet or range.
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
@property
|
|
15
|
+
def DxfId(self)->int:
|
|
16
|
+
"""
|
|
17
|
+
Gets or sets the differential formatting (DXF) identifier.
|
|
18
|
+
|
|
19
|
+
Returns:
|
|
20
|
+
int: The DXF identifier.
|
|
21
|
+
"""
|
|
22
|
+
GetDllLibXls().ConditionalFormatWrapper_get_DxfId.argtypes=[c_void_p]
|
|
23
|
+
GetDllLibXls().ConditionalFormatWrapper_get_DxfId.restype=c_int
|
|
24
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_DxfId, self.Ptr)
|
|
25
|
+
return ret
|
|
26
|
+
|
|
27
|
+
@DxfId.setter
|
|
28
|
+
def DxfId(self, value:int):
|
|
29
|
+
"""
|
|
30
|
+
Sets the differential formatting (DXF) identifier.
|
|
31
|
+
|
|
32
|
+
Args:
|
|
33
|
+
value (int): The DXF identifier.
|
|
34
|
+
"""
|
|
35
|
+
GetDllLibXls().ConditionalFormatWrapper_set_DxfId.argtypes=[c_void_p, c_int]
|
|
36
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_DxfId, self.Ptr, value)
|
|
37
|
+
|
|
38
|
+
@property
|
|
39
|
+
def Parent(self)->'SpireObject':
|
|
40
|
+
"""
|
|
41
|
+
Gets the parent object of the conditional format.
|
|
42
|
+
|
|
43
|
+
Returns:
|
|
44
|
+
SpireObject: The parent object.
|
|
45
|
+
"""
|
|
46
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Parent.argtypes=[c_void_p]
|
|
47
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Parent.restype=c_void_p
|
|
48
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_Parent, self.Ptr)
|
|
49
|
+
ret = None if intPtr==None else SpireObject(intPtr)
|
|
50
|
+
return ret
|
|
51
|
+
|
|
52
|
+
@property
|
|
53
|
+
def Priority(self)->int:
|
|
54
|
+
"""
|
|
55
|
+
Gets or sets the priority of the conditional format.
|
|
56
|
+
|
|
57
|
+
Returns:
|
|
58
|
+
int: The priority value.
|
|
59
|
+
"""
|
|
60
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Priority.argtypes=[c_void_p]
|
|
61
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Priority.restype=c_int
|
|
62
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_Priority, self.Ptr)
|
|
63
|
+
return ret
|
|
64
|
+
|
|
65
|
+
@Priority.setter
|
|
66
|
+
def Priority(self, value:int):
|
|
67
|
+
"""
|
|
68
|
+
Sets the priority of the conditional format.
|
|
69
|
+
|
|
70
|
+
Args:
|
|
71
|
+
value (int): The priority value.
|
|
72
|
+
"""
|
|
73
|
+
GetDllLibXls().ConditionalFormatWrapper_set_Priority.argtypes=[c_void_p, c_int]
|
|
74
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_Priority, self.Ptr, value)
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
def TopBottom(self)->'TopBottom':
|
|
78
|
+
"""
|
|
79
|
+
Gets the TopBottom rule for the conditional format.
|
|
80
|
+
|
|
81
|
+
Returns:
|
|
82
|
+
TopBottom: The TopBottom rule object.
|
|
83
|
+
"""
|
|
84
|
+
from ..TopBottom import TopBottom
|
|
85
|
+
GetDllLibXls().ConditionalFormatWrapper_get_TopBottom.argtypes=[c_void_p]
|
|
86
|
+
GetDllLibXls().ConditionalFormatWrapper_get_TopBottom.restype=c_void_p
|
|
87
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_TopBottom, self.Ptr)
|
|
88
|
+
ret = None if intPtr==None else TopBottom(intPtr)
|
|
89
|
+
return ret
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
def Average(self)->'Average':
|
|
93
|
+
"""
|
|
94
|
+
Gets the Average rule for the conditional format.
|
|
95
|
+
|
|
96
|
+
Returns:
|
|
97
|
+
Average: The Average rule object.
|
|
98
|
+
"""
|
|
99
|
+
from ..Average import Average
|
|
100
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Average.argtypes=[c_void_p]
|
|
101
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Average.restype=c_void_p
|
|
102
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_Average, self.Ptr)
|
|
103
|
+
ret = None if intPtr==None else Average(intPtr)
|
|
104
|
+
return ret
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
def FormatType(self)->'ConditionalFormatType':
|
|
108
|
+
"""
|
|
109
|
+
Gets or sets the type of the conditional format.
|
|
110
|
+
|
|
111
|
+
Returns:
|
|
112
|
+
ConditionalFormatType: The format type.
|
|
113
|
+
"""
|
|
114
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FormatType.argtypes=[c_void_p]
|
|
115
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FormatType.restype=c_int
|
|
116
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_FormatType, self.Ptr)
|
|
117
|
+
objwraped = ConditionalFormatType(ret)
|
|
118
|
+
return objwraped
|
|
119
|
+
|
|
120
|
+
@FormatType.setter
|
|
121
|
+
def FormatType(self, value:'ConditionalFormatType'):
|
|
122
|
+
"""
|
|
123
|
+
Sets the type of the conditional format.
|
|
124
|
+
|
|
125
|
+
Args:
|
|
126
|
+
value (ConditionalFormatType): The format type.
|
|
127
|
+
"""
|
|
128
|
+
GetDllLibXls().ConditionalFormatWrapper_set_FormatType.argtypes=[c_void_p, c_int]
|
|
129
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_FormatType, self.Ptr, value.value)
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
def StopIfTrue(self)->bool:
|
|
133
|
+
"""
|
|
134
|
+
Gets or sets whether to stop evaluating further rules if this rule evaluates to true.
|
|
135
|
+
|
|
136
|
+
Returns:
|
|
137
|
+
bool: True to stop if true; otherwise, False.
|
|
138
|
+
"""
|
|
139
|
+
GetDllLibXls().ConditionalFormatWrapper_get_StopIfTrue.argtypes=[c_void_p]
|
|
140
|
+
GetDllLibXls().ConditionalFormatWrapper_get_StopIfTrue.restype=c_bool
|
|
141
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_StopIfTrue, self.Ptr)
|
|
142
|
+
return ret
|
|
143
|
+
|
|
144
|
+
@StopIfTrue.setter
|
|
145
|
+
def StopIfTrue(self, value:bool):
|
|
146
|
+
"""
|
|
147
|
+
Sets whether to stop evaluating further rules if this rule evaluates to true.
|
|
148
|
+
|
|
149
|
+
Args:
|
|
150
|
+
value (bool): True to stop if true; otherwise, False.
|
|
151
|
+
"""
|
|
152
|
+
GetDllLibXls().ConditionalFormatWrapper_set_StopIfTrue.argtypes=[c_void_p, c_bool]
|
|
153
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_StopIfTrue, self.Ptr, value)
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
def Operator(self)->'ComparisonOperatorType':
|
|
157
|
+
"""
|
|
158
|
+
Gets or sets the comparison operator type for the conditional format.
|
|
159
|
+
|
|
160
|
+
Returns:
|
|
161
|
+
ComparisonOperatorType: The comparison operator type.
|
|
162
|
+
"""
|
|
163
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Operator.argtypes=[c_void_p]
|
|
164
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Operator.restype=c_int
|
|
165
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_Operator, self.Ptr)
|
|
166
|
+
objwraped = ComparisonOperatorType(ret)
|
|
167
|
+
return objwraped
|
|
168
|
+
|
|
169
|
+
@Operator.setter
|
|
170
|
+
def Operator(self, value:'ComparisonOperatorType'):
|
|
171
|
+
"""
|
|
172
|
+
Sets the comparison operator type for the conditional format.
|
|
173
|
+
|
|
174
|
+
Args:
|
|
175
|
+
value (ComparisonOperatorType): The comparison operator type.
|
|
176
|
+
"""
|
|
177
|
+
GetDllLibXls().ConditionalFormatWrapper_set_Operator.argtypes=[c_void_p, c_int]
|
|
178
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_Operator, self.Ptr, value.value)
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
def IsBold(self)->bool:
|
|
182
|
+
"""
|
|
183
|
+
Gets or sets whether the font is bold in the conditional format.
|
|
184
|
+
|
|
185
|
+
Returns:
|
|
186
|
+
bool: True if bold; otherwise, False.
|
|
187
|
+
"""
|
|
188
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsBold.argtypes=[c_void_p]
|
|
189
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsBold.restype=c_bool
|
|
190
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsBold, self.Ptr)
|
|
191
|
+
return ret
|
|
192
|
+
|
|
193
|
+
@IsBold.setter
|
|
194
|
+
def IsBold(self, value:bool):
|
|
195
|
+
"""
|
|
196
|
+
Sets whether the font is bold in the conditional format.
|
|
197
|
+
|
|
198
|
+
Args:
|
|
199
|
+
value (bool): True if bold; otherwise, False.
|
|
200
|
+
"""
|
|
201
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsBold.argtypes=[c_void_p, c_bool]
|
|
202
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsBold, self.Ptr, value)
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
def IsItalic(self)->bool:
|
|
206
|
+
"""
|
|
207
|
+
Gets or sets whether the font is italic in the conditional format.
|
|
208
|
+
|
|
209
|
+
Returns:
|
|
210
|
+
bool: True if italic; otherwise, False.
|
|
211
|
+
"""
|
|
212
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsItalic.argtypes=[c_void_p]
|
|
213
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsItalic.restype=c_bool
|
|
214
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsItalic, self.Ptr)
|
|
215
|
+
return ret
|
|
216
|
+
|
|
217
|
+
@IsItalic.setter
|
|
218
|
+
def IsItalic(self, value:bool):
|
|
219
|
+
"""
|
|
220
|
+
Sets whether the font is italic in the conditional format.
|
|
221
|
+
|
|
222
|
+
Args:
|
|
223
|
+
value (bool): True if italic; otherwise, False.
|
|
224
|
+
"""
|
|
225
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsItalic.argtypes=[c_void_p, c_bool]
|
|
226
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsItalic, self.Ptr, value)
|
|
227
|
+
|
|
228
|
+
@property
|
|
229
|
+
def FontKnownColor(self)->'ExcelColors':
|
|
230
|
+
"""
|
|
231
|
+
Gets or sets the known color of the font in the conditional format.
|
|
232
|
+
|
|
233
|
+
Returns:
|
|
234
|
+
ExcelColors: The known color of the font.
|
|
235
|
+
"""
|
|
236
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FontKnownColor.argtypes=[c_void_p]
|
|
237
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FontKnownColor.restype=c_int
|
|
238
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_FontKnownColor, self.Ptr)
|
|
239
|
+
objwraped = ExcelColors(ret)
|
|
240
|
+
return objwraped
|
|
241
|
+
|
|
242
|
+
@FontKnownColor.setter
|
|
243
|
+
def FontKnownColor(self, value:'ExcelColors'):
|
|
244
|
+
"""
|
|
245
|
+
Sets the known color of the font in the conditional format.
|
|
246
|
+
|
|
247
|
+
Args:
|
|
248
|
+
value (ExcelColors): The known color of the font.
|
|
249
|
+
"""
|
|
250
|
+
GetDllLibXls().ConditionalFormatWrapper_set_FontKnownColor.argtypes=[c_void_p, c_int]
|
|
251
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_FontKnownColor, self.Ptr, value.value)
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
def FontColor(self)->'Color':
|
|
255
|
+
"""
|
|
256
|
+
Gets or sets the color of the font in the conditional format.
|
|
257
|
+
|
|
258
|
+
Returns:
|
|
259
|
+
Color: The font color.
|
|
260
|
+
"""
|
|
261
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FontColor.argtypes=[c_void_p]
|
|
262
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FontColor.restype=c_void_p
|
|
263
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_FontColor, self.Ptr)
|
|
264
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
265
|
+
return ret
|
|
266
|
+
|
|
267
|
+
@FontColor.setter
|
|
268
|
+
def FontColor(self, value:'Color'):
|
|
269
|
+
"""
|
|
270
|
+
Sets the color of the font in the conditional format.
|
|
271
|
+
|
|
272
|
+
Args:
|
|
273
|
+
value (Color): The font color.
|
|
274
|
+
"""
|
|
275
|
+
GetDllLibXls().ConditionalFormatWrapper_set_FontColor.argtypes=[c_void_p, c_void_p]
|
|
276
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_FontColor, self.Ptr, value.Ptr)
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
def Underline(self)->'FontUnderlineType':
|
|
280
|
+
"""
|
|
281
|
+
Gets or sets the underline type for the font in the conditional format.
|
|
282
|
+
|
|
283
|
+
Returns:
|
|
284
|
+
FontUnderlineType: The underline type.
|
|
285
|
+
"""
|
|
286
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Underline.argtypes=[c_void_p]
|
|
287
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Underline.restype=c_int
|
|
288
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_Underline, self.Ptr)
|
|
289
|
+
objwraped = FontUnderlineType(ret)
|
|
290
|
+
return objwraped
|
|
291
|
+
|
|
292
|
+
@Underline.setter
|
|
293
|
+
def Underline(self, value:'FontUnderlineType'):
|
|
294
|
+
"""
|
|
295
|
+
Sets the underline type for the font in the conditional format.
|
|
296
|
+
|
|
297
|
+
Args:
|
|
298
|
+
value (FontUnderlineType): The underline type.
|
|
299
|
+
"""
|
|
300
|
+
GetDllLibXls().ConditionalFormatWrapper_set_Underline.argtypes=[c_void_p, c_int]
|
|
301
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_Underline, self.Ptr, value.value)
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
def IsStrikeThrough(self)->bool:
|
|
305
|
+
"""
|
|
306
|
+
Gets or sets whether the font is striked through in the conditional format.
|
|
307
|
+
|
|
308
|
+
Returns:
|
|
309
|
+
bool: True if striked through; otherwise, False.
|
|
310
|
+
"""
|
|
311
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsStrikeThrough.argtypes=[c_void_p]
|
|
312
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsStrikeThrough.restype=c_bool
|
|
313
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsStrikeThrough, self.Ptr)
|
|
314
|
+
return ret
|
|
315
|
+
|
|
316
|
+
@IsStrikeThrough.setter
|
|
317
|
+
def IsStrikeThrough(self, value:bool):
|
|
318
|
+
"""
|
|
319
|
+
Sets whether the font is striked through in the conditional format.
|
|
320
|
+
|
|
321
|
+
Args:
|
|
322
|
+
value (bool): True if striked through; otherwise, False.
|
|
323
|
+
"""
|
|
324
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsStrikeThrough.argtypes=[c_void_p, c_bool]
|
|
325
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsStrikeThrough, self.Ptr, value)
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
def LeftBorderKnownColor(self)->'ExcelColors':
|
|
329
|
+
"""
|
|
330
|
+
Gets or sets the known color of the left border in the conditional format.
|
|
331
|
+
|
|
332
|
+
Returns:
|
|
333
|
+
ExcelColors: The known color of the left border.
|
|
334
|
+
"""
|
|
335
|
+
GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderKnownColor.argtypes=[c_void_p]
|
|
336
|
+
GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderKnownColor.restype=c_int
|
|
337
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderKnownColor, self.Ptr)
|
|
338
|
+
objwraped = ExcelColors(ret)
|
|
339
|
+
return objwraped
|
|
340
|
+
|
|
341
|
+
@LeftBorderKnownColor.setter
|
|
342
|
+
def LeftBorderKnownColor(self, value:'ExcelColors'):
|
|
343
|
+
"""
|
|
344
|
+
Sets the known color of the left border in the conditional format.
|
|
345
|
+
|
|
346
|
+
Args:
|
|
347
|
+
value (ExcelColors): The known color of the left border.
|
|
348
|
+
"""
|
|
349
|
+
GetDllLibXls().ConditionalFormatWrapper_set_LeftBorderKnownColor.argtypes=[c_void_p, c_int]
|
|
350
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_LeftBorderKnownColor, self.Ptr, value.value)
|
|
351
|
+
|
|
352
|
+
@property
|
|
353
|
+
def LeftBorderColor(self)->'Color':
|
|
354
|
+
"""
|
|
355
|
+
Gets or sets the color of the left border in the conditional format.
|
|
356
|
+
|
|
357
|
+
Returns:
|
|
358
|
+
Color: The color of the left border.
|
|
359
|
+
"""
|
|
360
|
+
GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderColor.argtypes=[c_void_p]
|
|
361
|
+
GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderColor.restype=c_void_p
|
|
362
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderColor, self.Ptr)
|
|
363
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
364
|
+
return ret
|
|
365
|
+
|
|
366
|
+
@LeftBorderColor.setter
|
|
367
|
+
def LeftBorderColor(self, value:'Color'):
|
|
368
|
+
"""
|
|
369
|
+
Sets the color of the left border in the conditional format.
|
|
370
|
+
|
|
371
|
+
Args:
|
|
372
|
+
value (Color): The color of the left border.
|
|
373
|
+
"""
|
|
374
|
+
GetDllLibXls().ConditionalFormatWrapper_set_LeftBorderColor.argtypes=[c_void_p, c_void_p]
|
|
375
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_LeftBorderColor, self.Ptr, value.Ptr)
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
def LeftBorderStyle(self)->'LineStyleType':
|
|
379
|
+
"""
|
|
380
|
+
Gets or sets the style of the left border in the conditional format.
|
|
381
|
+
|
|
382
|
+
Returns:
|
|
383
|
+
LineStyleType: The style of the left border.
|
|
384
|
+
"""
|
|
385
|
+
GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderStyle.argtypes=[c_void_p]
|
|
386
|
+
GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderStyle.restype=c_int
|
|
387
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderStyle, self.Ptr)
|
|
388
|
+
objwraped = LineStyleType(ret)
|
|
389
|
+
return objwraped
|
|
390
|
+
|
|
391
|
+
@LeftBorderStyle.setter
|
|
392
|
+
def LeftBorderStyle(self, value:'LineStyleType'):
|
|
393
|
+
"""
|
|
394
|
+
Sets the style of the left border in the conditional format.
|
|
395
|
+
|
|
396
|
+
Args:
|
|
397
|
+
value (LineStyleType): The style of the left border.
|
|
398
|
+
"""
|
|
399
|
+
GetDllLibXls().ConditionalFormatWrapper_set_LeftBorderStyle.argtypes=[c_void_p, c_int]
|
|
400
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_LeftBorderStyle, self.Ptr, value.value)
|
|
401
|
+
|
|
402
|
+
@property
|
|
403
|
+
def RightBorderKnownColor(self)->'ExcelColors':
|
|
404
|
+
"""
|
|
405
|
+
Gets or sets the known color of the right border in the conditional format.
|
|
406
|
+
|
|
407
|
+
Returns:
|
|
408
|
+
ExcelColors: The known color of the right border.
|
|
409
|
+
"""
|
|
410
|
+
GetDllLibXls().ConditionalFormatWrapper_get_RightBorderKnownColor.argtypes=[c_void_p]
|
|
411
|
+
GetDllLibXls().ConditionalFormatWrapper_get_RightBorderKnownColor.restype=c_int
|
|
412
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_RightBorderKnownColor, self.Ptr)
|
|
413
|
+
objwraped = ExcelColors(ret)
|
|
414
|
+
return objwraped
|
|
415
|
+
|
|
416
|
+
@RightBorderKnownColor.setter
|
|
417
|
+
def RightBorderKnownColor(self, value:'ExcelColors'):
|
|
418
|
+
"""
|
|
419
|
+
Sets the known color of the right border in the conditional format.
|
|
420
|
+
|
|
421
|
+
Args:
|
|
422
|
+
value (ExcelColors): The known color of the right border.
|
|
423
|
+
"""
|
|
424
|
+
GetDllLibXls().ConditionalFormatWrapper_set_RightBorderKnownColor.argtypes=[c_void_p, c_int]
|
|
425
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_RightBorderKnownColor, self.Ptr, value.value)
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
def RightBorderColor(self)->'Color':
|
|
429
|
+
"""
|
|
430
|
+
Gets or sets the color of the right border in the conditional format.
|
|
431
|
+
|
|
432
|
+
Returns:
|
|
433
|
+
Color: The color of the right border.
|
|
434
|
+
"""
|
|
435
|
+
GetDllLibXls().ConditionalFormatWrapper_get_RightBorderColor.argtypes=[c_void_p]
|
|
436
|
+
GetDllLibXls().ConditionalFormatWrapper_get_RightBorderColor.restype=c_void_p
|
|
437
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_RightBorderColor, self.Ptr)
|
|
438
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
439
|
+
return ret
|
|
440
|
+
|
|
441
|
+
@RightBorderColor.setter
|
|
442
|
+
def RightBorderColor(self, value:'Color'):
|
|
443
|
+
"""
|
|
444
|
+
Sets the color of the right border in the conditional format.
|
|
445
|
+
|
|
446
|
+
Args:
|
|
447
|
+
value (Color): The color of the right border.
|
|
448
|
+
"""
|
|
449
|
+
GetDllLibXls().ConditionalFormatWrapper_set_RightBorderColor.argtypes=[c_void_p, c_void_p]
|
|
450
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_RightBorderColor, self.Ptr, value.Ptr)
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
def RightBorderStyle(self)->'LineStyleType':
|
|
454
|
+
"""
|
|
455
|
+
Gets or sets the style of the right border in the conditional format.
|
|
456
|
+
|
|
457
|
+
Returns:
|
|
458
|
+
LineStyleType: The style of the right border.
|
|
459
|
+
"""
|
|
460
|
+
GetDllLibXls().ConditionalFormatWrapper_get_RightBorderStyle.argtypes=[c_void_p]
|
|
461
|
+
GetDllLibXls().ConditionalFormatWrapper_get_RightBorderStyle.restype=c_int
|
|
462
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_RightBorderStyle, self.Ptr)
|
|
463
|
+
objwraped = LineStyleType(ret)
|
|
464
|
+
return objwraped
|
|
465
|
+
|
|
466
|
+
@RightBorderStyle.setter
|
|
467
|
+
def RightBorderStyle(self, value:'LineStyleType'):
|
|
468
|
+
"""
|
|
469
|
+
Sets the style of the right border in the conditional format.
|
|
470
|
+
|
|
471
|
+
Args:
|
|
472
|
+
value (LineStyleType): The style of the right border.
|
|
473
|
+
"""
|
|
474
|
+
GetDllLibXls().ConditionalFormatWrapper_set_RightBorderStyle.argtypes=[c_void_p, c_int]
|
|
475
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_RightBorderStyle, self.Ptr, value.value)
|
|
476
|
+
|
|
477
|
+
@property
|
|
478
|
+
def TopBorderKnownColor(self)->'ExcelColors':
|
|
479
|
+
"""
|
|
480
|
+
Gets or sets the known color of the top border in the conditional format.
|
|
481
|
+
|
|
482
|
+
Returns:
|
|
483
|
+
ExcelColors: The known color of the top border.
|
|
484
|
+
"""
|
|
485
|
+
GetDllLibXls().ConditionalFormatWrapper_get_TopBorderKnownColor.argtypes=[c_void_p]
|
|
486
|
+
GetDllLibXls().ConditionalFormatWrapper_get_TopBorderKnownColor.restype=c_int
|
|
487
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_TopBorderKnownColor, self.Ptr)
|
|
488
|
+
objwraped = ExcelColors(ret)
|
|
489
|
+
return objwraped
|
|
490
|
+
|
|
491
|
+
@TopBorderKnownColor.setter
|
|
492
|
+
def TopBorderKnownColor(self, value:'ExcelColors'):
|
|
493
|
+
"""
|
|
494
|
+
Sets the known color of the top border in the conditional format.
|
|
495
|
+
|
|
496
|
+
Args:
|
|
497
|
+
value (ExcelColors): The known color of the top border.
|
|
498
|
+
"""
|
|
499
|
+
GetDllLibXls().ConditionalFormatWrapper_set_TopBorderKnownColor.argtypes=[c_void_p, c_int]
|
|
500
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_TopBorderKnownColor, self.Ptr, value.value)
|
|
501
|
+
|
|
502
|
+
@property
|
|
503
|
+
def TopBorderColor(self)->'Color':
|
|
504
|
+
"""
|
|
505
|
+
Gets or sets the color of the top border in the conditional format.
|
|
506
|
+
|
|
507
|
+
Returns:
|
|
508
|
+
Color: The color of the top border.
|
|
509
|
+
"""
|
|
510
|
+
GetDllLibXls().ConditionalFormatWrapper_get_TopBorderColor.argtypes=[c_void_p]
|
|
511
|
+
GetDllLibXls().ConditionalFormatWrapper_get_TopBorderColor.restype=c_void_p
|
|
512
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_TopBorderColor, self.Ptr)
|
|
513
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
514
|
+
return ret
|
|
515
|
+
|
|
516
|
+
@TopBorderColor.setter
|
|
517
|
+
def TopBorderColor(self, value:'Color'):
|
|
518
|
+
"""
|
|
519
|
+
Sets the color of the top border in the conditional format.
|
|
520
|
+
|
|
521
|
+
Args:
|
|
522
|
+
value (Color): The color of the top border.
|
|
523
|
+
"""
|
|
524
|
+
GetDllLibXls().ConditionalFormatWrapper_set_TopBorderColor.argtypes=[c_void_p, c_void_p]
|
|
525
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_TopBorderColor, self.Ptr, value.Ptr)
|
|
526
|
+
|
|
527
|
+
@property
|
|
528
|
+
def TopBorderStyle(self)->'LineStyleType':
|
|
529
|
+
"""
|
|
530
|
+
Gets or sets the style of the top border in the conditional format.
|
|
531
|
+
|
|
532
|
+
Returns:
|
|
533
|
+
LineStyleType: The style of the top border.
|
|
534
|
+
"""
|
|
535
|
+
GetDllLibXls().ConditionalFormatWrapper_get_TopBorderStyle.argtypes=[c_void_p]
|
|
536
|
+
GetDllLibXls().ConditionalFormatWrapper_get_TopBorderStyle.restype=c_int
|
|
537
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_TopBorderStyle, self.Ptr)
|
|
538
|
+
objwraped = LineStyleType(ret)
|
|
539
|
+
return objwraped
|
|
540
|
+
|
|
541
|
+
@TopBorderStyle.setter
|
|
542
|
+
def TopBorderStyle(self, value:'LineStyleType'):
|
|
543
|
+
"""
|
|
544
|
+
Sets the style of the top border in the conditional format.
|
|
545
|
+
|
|
546
|
+
Args:
|
|
547
|
+
value (LineStyleType): The style of the top border.
|
|
548
|
+
"""
|
|
549
|
+
GetDllLibXls().ConditionalFormatWrapper_set_TopBorderStyle.argtypes=[c_void_p, c_int]
|
|
550
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_TopBorderStyle, self.Ptr, value.value)
|
|
551
|
+
|
|
552
|
+
@property
|
|
553
|
+
def BottomBorderKnownColor(self)->'ExcelColors':
|
|
554
|
+
"""
|
|
555
|
+
Gets or sets the known color of the bottom border in the conditional format.
|
|
556
|
+
|
|
557
|
+
Returns:
|
|
558
|
+
ExcelColors: The known color of the bottom border.
|
|
559
|
+
"""
|
|
560
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderKnownColor.argtypes=[c_void_p]
|
|
561
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderKnownColor.restype=c_int
|
|
562
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderKnownColor, self.Ptr)
|
|
563
|
+
objwraped = ExcelColors(ret)
|
|
564
|
+
return objwraped
|
|
565
|
+
|
|
566
|
+
@BottomBorderKnownColor.setter
|
|
567
|
+
def BottomBorderKnownColor(self, value:'ExcelColors'):
|
|
568
|
+
"""
|
|
569
|
+
Sets the known color of the bottom border in the conditional format.
|
|
570
|
+
|
|
571
|
+
Args:
|
|
572
|
+
value (ExcelColors): The known color of the bottom border.
|
|
573
|
+
"""
|
|
574
|
+
GetDllLibXls().ConditionalFormatWrapper_set_BottomBorderKnownColor.argtypes=[c_void_p, c_int]
|
|
575
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_BottomBorderKnownColor, self.Ptr, value.value)
|
|
576
|
+
|
|
577
|
+
@property
|
|
578
|
+
def BottomBorderColor(self)->'Color':
|
|
579
|
+
"""
|
|
580
|
+
Gets or sets the color of the bottom border in the conditional format.
|
|
581
|
+
|
|
582
|
+
Returns:
|
|
583
|
+
Color: The color of the bottom border.
|
|
584
|
+
"""
|
|
585
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderColor.argtypes=[c_void_p]
|
|
586
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderColor.restype=c_void_p
|
|
587
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderColor, self.Ptr)
|
|
588
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
589
|
+
return ret
|
|
590
|
+
|
|
591
|
+
@BottomBorderColor.setter
|
|
592
|
+
def BottomBorderColor(self, value:'Color'):
|
|
593
|
+
"""
|
|
594
|
+
Sets the color of the bottom border in the conditional format.
|
|
595
|
+
|
|
596
|
+
Args:
|
|
597
|
+
value (Color): The color of the bottom border.
|
|
598
|
+
"""
|
|
599
|
+
GetDllLibXls().ConditionalFormatWrapper_set_BottomBorderColor.argtypes=[c_void_p, c_void_p]
|
|
600
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_BottomBorderColor, self.Ptr, value.Ptr)
|
|
601
|
+
|
|
602
|
+
@property
|
|
603
|
+
def BottomBorderStyle(self)->'LineStyleType':
|
|
604
|
+
"""
|
|
605
|
+
Gets or sets the style of the bottom border in the conditional format.
|
|
606
|
+
|
|
607
|
+
Returns:
|
|
608
|
+
LineStyleType: The style of the bottom border.
|
|
609
|
+
"""
|
|
610
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderStyle.argtypes=[c_void_p]
|
|
611
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderStyle.restype=c_int
|
|
612
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderStyle, self.Ptr)
|
|
613
|
+
objwraped = LineStyleType(ret)
|
|
614
|
+
return objwraped
|
|
615
|
+
|
|
616
|
+
@BottomBorderStyle.setter
|
|
617
|
+
def BottomBorderStyle(self, value:'LineStyleType'):
|
|
618
|
+
"""
|
|
619
|
+
Sets the style of the bottom border in the conditional format.
|
|
620
|
+
|
|
621
|
+
Args:
|
|
622
|
+
value (LineStyleType): The style of the bottom border.
|
|
623
|
+
"""
|
|
624
|
+
GetDllLibXls().ConditionalFormatWrapper_set_BottomBorderStyle.argtypes=[c_void_p, c_int]
|
|
625
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_BottomBorderStyle, self.Ptr, value.value)
|
|
626
|
+
|
|
627
|
+
@property
|
|
628
|
+
def FirstFormula(self)->str:
|
|
629
|
+
"""
|
|
630
|
+
Gets or sets the first formula for the conditional format.
|
|
631
|
+
|
|
632
|
+
Returns:
|
|
633
|
+
str: The first formula.
|
|
634
|
+
"""
|
|
635
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FirstFormula.argtypes=[c_void_p]
|
|
636
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FirstFormula.restype=c_void_p
|
|
637
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_FirstFormula, self.Ptr))
|
|
638
|
+
return ret
|
|
639
|
+
|
|
640
|
+
@FirstFormula.setter
|
|
641
|
+
def FirstFormula(self, value:str):
|
|
642
|
+
"""
|
|
643
|
+
Sets the first formula for the conditional format.
|
|
644
|
+
|
|
645
|
+
Args:
|
|
646
|
+
value (str): The first formula.
|
|
647
|
+
"""
|
|
648
|
+
GetDllLibXls().ConditionalFormatWrapper_set_FirstFormula.argtypes=[c_void_p, c_wchar_p]
|
|
649
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_FirstFormula, self.Ptr, value)
|
|
650
|
+
|
|
651
|
+
@property
|
|
652
|
+
def FirstFormulaR1C1(self)->str:
|
|
653
|
+
"""
|
|
654
|
+
Gets or sets the first formula in R1C1 notation for the conditional format.
|
|
655
|
+
|
|
656
|
+
Returns:
|
|
657
|
+
str: The first formula in R1C1 notation.
|
|
658
|
+
"""
|
|
659
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FirstFormulaR1C1.argtypes=[c_void_p]
|
|
660
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FirstFormulaR1C1.restype=c_void_p
|
|
661
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_FirstFormulaR1C1, self.Ptr))
|
|
662
|
+
return ret
|
|
663
|
+
|
|
664
|
+
@FirstFormulaR1C1.setter
|
|
665
|
+
def FirstFormulaR1C1(self, value:str):
|
|
666
|
+
"""
|
|
667
|
+
Sets the first formula in R1C1 notation for the conditional format.
|
|
668
|
+
|
|
669
|
+
Args:
|
|
670
|
+
value (str): The first formula in R1C1 notation.
|
|
671
|
+
"""
|
|
672
|
+
GetDllLibXls().ConditionalFormatWrapper_set_FirstFormulaR1C1.argtypes=[c_void_p, c_wchar_p]
|
|
673
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_FirstFormulaR1C1, self.Ptr, value)
|
|
674
|
+
|
|
675
|
+
@property
|
|
676
|
+
def SecondFormulaR1C1(self)->str:
|
|
677
|
+
"""
|
|
678
|
+
Gets or sets the second formula in R1C1 notation for the conditional format.
|
|
679
|
+
|
|
680
|
+
Returns:
|
|
681
|
+
str: The second formula in R1C1 notation.
|
|
682
|
+
"""
|
|
683
|
+
GetDllLibXls().ConditionalFormatWrapper_get_SecondFormulaR1C1.argtypes=[c_void_p]
|
|
684
|
+
GetDllLibXls().ConditionalFormatWrapper_get_SecondFormulaR1C1.restype=c_void_p
|
|
685
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_SecondFormulaR1C1, self.Ptr))
|
|
686
|
+
return ret
|
|
687
|
+
|
|
688
|
+
@SecondFormulaR1C1.setter
|
|
689
|
+
def SecondFormulaR1C1(self, value:str):
|
|
690
|
+
"""
|
|
691
|
+
Sets the second formula in R1C1 notation for the conditional format.
|
|
692
|
+
|
|
693
|
+
Args:
|
|
694
|
+
value (str): The second formula in R1C1 notation.
|
|
695
|
+
"""
|
|
696
|
+
GetDllLibXls().ConditionalFormatWrapper_set_SecondFormulaR1C1.argtypes=[c_void_p, c_wchar_p]
|
|
697
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_SecondFormulaR1C1, self.Ptr, value)
|
|
698
|
+
|
|
699
|
+
@property
|
|
700
|
+
def SecondFormula(self)->str:
|
|
701
|
+
"""
|
|
702
|
+
Gets or sets the second formula for the conditional format.
|
|
703
|
+
|
|
704
|
+
Returns:
|
|
705
|
+
str: The second formula.
|
|
706
|
+
"""
|
|
707
|
+
GetDllLibXls().ConditionalFormatWrapper_get_SecondFormula.argtypes=[c_void_p]
|
|
708
|
+
GetDllLibXls().ConditionalFormatWrapper_get_SecondFormula.restype=c_void_p
|
|
709
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_SecondFormula, self.Ptr))
|
|
710
|
+
return ret
|
|
711
|
+
|
|
712
|
+
@SecondFormula.setter
|
|
713
|
+
def SecondFormula(self, value:str):
|
|
714
|
+
"""
|
|
715
|
+
Sets the second formula for the conditional format.
|
|
716
|
+
|
|
717
|
+
Args:
|
|
718
|
+
value (str): The second formula.
|
|
719
|
+
"""
|
|
720
|
+
GetDllLibXls().ConditionalFormatWrapper_set_SecondFormula.argtypes=[c_void_p, c_wchar_p]
|
|
721
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_SecondFormula, self.Ptr, value)
|
|
722
|
+
|
|
723
|
+
@property
|
|
724
|
+
def KnownColor(self)->'ExcelColors':
|
|
725
|
+
"""
|
|
726
|
+
Gets or sets the known color for the conditional format.
|
|
727
|
+
|
|
728
|
+
Returns:
|
|
729
|
+
ExcelColors: The known color.
|
|
730
|
+
"""
|
|
731
|
+
GetDllLibXls().ConditionalFormatWrapper_get_KnownColor.argtypes=[c_void_p]
|
|
732
|
+
GetDllLibXls().ConditionalFormatWrapper_get_KnownColor.restype=c_int
|
|
733
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_KnownColor, self.Ptr)
|
|
734
|
+
objwraped = ExcelColors(ret)
|
|
735
|
+
return objwraped
|
|
736
|
+
|
|
737
|
+
@KnownColor.setter
|
|
738
|
+
def KnownColor(self, value:'ExcelColors'):
|
|
739
|
+
"""
|
|
740
|
+
Sets the known color for the conditional format.
|
|
741
|
+
|
|
742
|
+
Args:
|
|
743
|
+
value (ExcelColors): The known color.
|
|
744
|
+
"""
|
|
745
|
+
GetDllLibXls().ConditionalFormatWrapper_set_KnownColor.argtypes=[c_void_p, c_int]
|
|
746
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_KnownColor, self.Ptr, value.value)
|
|
747
|
+
|
|
748
|
+
@property
|
|
749
|
+
def Color(self)->'Color':
|
|
750
|
+
"""
|
|
751
|
+
Gets or sets the color for the conditional format.
|
|
752
|
+
|
|
753
|
+
Returns:
|
|
754
|
+
Color: The color.
|
|
755
|
+
"""
|
|
756
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Color.argtypes=[c_void_p]
|
|
757
|
+
GetDllLibXls().ConditionalFormatWrapper_get_Color.restype=c_void_p
|
|
758
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_Color, self.Ptr)
|
|
759
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
760
|
+
return ret
|
|
761
|
+
|
|
762
|
+
@Color.setter
|
|
763
|
+
def Color(self, value:'Color'):
|
|
764
|
+
"""
|
|
765
|
+
Sets the color for the conditional format.
|
|
766
|
+
|
|
767
|
+
Args:
|
|
768
|
+
value (Color): The color.
|
|
769
|
+
"""
|
|
770
|
+
GetDllLibXls().ConditionalFormatWrapper_set_Color.argtypes=[c_void_p, c_void_p]
|
|
771
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_Color, self.Ptr, value.Ptr)
|
|
772
|
+
|
|
773
|
+
@property
|
|
774
|
+
def BackKnownColor(self)->'ExcelColors':
|
|
775
|
+
"""
|
|
776
|
+
Gets or sets the background known color for the conditional format.
|
|
777
|
+
|
|
778
|
+
Returns:
|
|
779
|
+
ExcelColors: The background known color.
|
|
780
|
+
"""
|
|
781
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BackKnownColor.argtypes=[c_void_p]
|
|
782
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BackKnownColor.restype=c_int
|
|
783
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_BackKnownColor, self.Ptr)
|
|
784
|
+
objwraped = ExcelColors(ret)
|
|
785
|
+
return objwraped
|
|
786
|
+
|
|
787
|
+
@BackKnownColor.setter
|
|
788
|
+
def BackKnownColor(self, value:'ExcelColors'):
|
|
789
|
+
"""
|
|
790
|
+
Sets the background known color for the conditional format.
|
|
791
|
+
|
|
792
|
+
Args:
|
|
793
|
+
value (ExcelColors): The background known color.
|
|
794
|
+
"""
|
|
795
|
+
GetDllLibXls().ConditionalFormatWrapper_set_BackKnownColor.argtypes=[c_void_p, c_int]
|
|
796
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_BackKnownColor, self.Ptr, value.value)
|
|
797
|
+
|
|
798
|
+
@property
|
|
799
|
+
def BackColor(self)->'Color':
|
|
800
|
+
"""
|
|
801
|
+
Gets or sets the background color for the conditional format.
|
|
802
|
+
|
|
803
|
+
Returns:
|
|
804
|
+
Color: The background color.
|
|
805
|
+
"""
|
|
806
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BackColor.argtypes=[c_void_p]
|
|
807
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BackColor.restype=c_void_p
|
|
808
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_BackColor, self.Ptr)
|
|
809
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
810
|
+
return ret
|
|
811
|
+
|
|
812
|
+
@BackColor.setter
|
|
813
|
+
def BackColor(self, value:'Color'):
|
|
814
|
+
"""
|
|
815
|
+
Sets the background color for the conditional format.
|
|
816
|
+
|
|
817
|
+
Args:
|
|
818
|
+
value (Color): The background color.
|
|
819
|
+
"""
|
|
820
|
+
GetDllLibXls().ConditionalFormatWrapper_set_BackColor.argtypes=[c_void_p, c_void_p]
|
|
821
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_BackColor, self.Ptr, value.Ptr)
|
|
822
|
+
|
|
823
|
+
@property
|
|
824
|
+
def FillPattern(self)->'ExcelPatternType':
|
|
825
|
+
"""
|
|
826
|
+
Gets or sets the fill pattern type.
|
|
827
|
+
|
|
828
|
+
Returns:
|
|
829
|
+
ExcelPatternType: The fill pattern type.
|
|
830
|
+
"""
|
|
831
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FillPattern.argtypes=[c_void_p]
|
|
832
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FillPattern.restype=c_int
|
|
833
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_FillPattern, self.Ptr)
|
|
834
|
+
objwraped = ExcelPatternType(ret)
|
|
835
|
+
return objwraped
|
|
836
|
+
|
|
837
|
+
@FillPattern.setter
|
|
838
|
+
def FillPattern(self, value:'ExcelPatternType'):
|
|
839
|
+
"""
|
|
840
|
+
Sets the fill pattern type.
|
|
841
|
+
|
|
842
|
+
Args:
|
|
843
|
+
value (ExcelPatternType): The fill pattern type.
|
|
844
|
+
"""
|
|
845
|
+
GetDllLibXls().ConditionalFormatWrapper_set_FillPattern.argtypes=[c_void_p, c_int]
|
|
846
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_FillPattern, self.Ptr, value.value)
|
|
847
|
+
|
|
848
|
+
@property
|
|
849
|
+
def IsSuperScript(self)->bool:
|
|
850
|
+
"""
|
|
851
|
+
Gets or sets whether the font is superscript in the conditional format.
|
|
852
|
+
|
|
853
|
+
Returns:
|
|
854
|
+
bool: True if superscript; otherwise, False.
|
|
855
|
+
"""
|
|
856
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsSuperScript.argtypes=[c_void_p]
|
|
857
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsSuperScript.restype=c_bool
|
|
858
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsSuperScript, self.Ptr)
|
|
859
|
+
return ret
|
|
860
|
+
|
|
861
|
+
@IsSuperScript.setter
|
|
862
|
+
def IsSuperScript(self, value:bool):
|
|
863
|
+
"""
|
|
864
|
+
Sets whether the font is superscript in the conditional format.
|
|
865
|
+
|
|
866
|
+
Args:
|
|
867
|
+
value (bool): True if superscript; otherwise, False.
|
|
868
|
+
"""
|
|
869
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsSuperScript.argtypes=[c_void_p, c_bool]
|
|
870
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsSuperScript, self.Ptr, value)
|
|
871
|
+
|
|
872
|
+
@property
|
|
873
|
+
def IsSubScript(self)->bool:
|
|
874
|
+
"""
|
|
875
|
+
Gets or sets whether the font is subscript in the conditional format.
|
|
876
|
+
|
|
877
|
+
Returns:
|
|
878
|
+
bool: True if subscript; otherwise, False.
|
|
879
|
+
"""
|
|
880
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsSubScript.argtypes=[c_void_p]
|
|
881
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsSubScript.restype=c_bool
|
|
882
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsSubScript, self.Ptr)
|
|
883
|
+
return ret
|
|
884
|
+
|
|
885
|
+
@IsSubScript.setter
|
|
886
|
+
def IsSubScript(self, value:bool):
|
|
887
|
+
"""
|
|
888
|
+
Sets whether the font is subscript in the conditional format.
|
|
889
|
+
|
|
890
|
+
Args:
|
|
891
|
+
value (bool): True if subscript; otherwise, False.
|
|
892
|
+
"""
|
|
893
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsSubScript.argtypes=[c_void_p, c_bool]
|
|
894
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsSubScript, self.Ptr, value)
|
|
895
|
+
|
|
896
|
+
@property
|
|
897
|
+
def NumberFormat(self)->str:
|
|
898
|
+
"""
|
|
899
|
+
|
|
900
|
+
"""
|
|
901
|
+
GetDllLibXls().ConditionalFormatWrapper_get_NumberFormat.argtypes=[c_void_p]
|
|
902
|
+
GetDllLibXls().ConditionalFormatWrapper_get_NumberFormat.restype=c_void_p
|
|
903
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_NumberFormat, self.Ptr))
|
|
904
|
+
return ret
|
|
905
|
+
|
|
906
|
+
@NumberFormat.setter
|
|
907
|
+
def NumberFormat(self, value:str):
|
|
908
|
+
GetDllLibXls().ConditionalFormatWrapper_set_NumberFormat.argtypes=[c_void_p, c_wchar_p]
|
|
909
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_NumberFormat, self.Ptr, value)
|
|
910
|
+
|
|
911
|
+
@property
|
|
912
|
+
def ColorScale(self)->'ColorScale':
|
|
913
|
+
"""
|
|
914
|
+
Gets the ColorScale object associated with the conditional format.
|
|
915
|
+
|
|
916
|
+
Returns:
|
|
917
|
+
ColorScale: The ColorScale object.
|
|
918
|
+
"""
|
|
919
|
+
GetDllLibXls().ConditionalFormatWrapper_get_ColorScale.argtypes=[c_void_p]
|
|
920
|
+
GetDllLibXls().ConditionalFormatWrapper_get_ColorScale.restype=c_void_p
|
|
921
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_ColorScale, self.Ptr)
|
|
922
|
+
ret = None if intPtr==None else ColorScale(intPtr)
|
|
923
|
+
return ret
|
|
924
|
+
|
|
925
|
+
@property
|
|
926
|
+
def DataBar(self)->'DataBar':
|
|
927
|
+
"""
|
|
928
|
+
Gets the DataBar object associated with the conditional format.
|
|
929
|
+
|
|
930
|
+
Returns:
|
|
931
|
+
DataBar: The DataBar object.
|
|
932
|
+
"""
|
|
933
|
+
GetDllLibXls().ConditionalFormatWrapper_get_DataBar.argtypes=[c_void_p]
|
|
934
|
+
GetDllLibXls().ConditionalFormatWrapper_get_DataBar.restype=c_void_p
|
|
935
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_DataBar, self.Ptr)
|
|
936
|
+
ret = None if intPtr==None else DataBar(intPtr)
|
|
937
|
+
return ret
|
|
938
|
+
|
|
939
|
+
@property
|
|
940
|
+
def IconSet(self)->'IconSet':
|
|
941
|
+
"""
|
|
942
|
+
Gets the IconSet object associated with the conditional format.
|
|
943
|
+
|
|
944
|
+
Returns:
|
|
945
|
+
IconSet: The IconSet object.
|
|
946
|
+
"""
|
|
947
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IconSet.argtypes=[c_void_p]
|
|
948
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IconSet.restype=c_void_p
|
|
949
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IconSet, self.Ptr)
|
|
950
|
+
ret = None if intPtr==None else IconSet(intPtr)
|
|
951
|
+
return ret
|
|
952
|
+
|
|
953
|
+
def BeginUpdate(self):
|
|
954
|
+
"""
|
|
955
|
+
Begins batch update of the conditional format.
|
|
956
|
+
"""
|
|
957
|
+
GetDllLibXls().ConditionalFormatWrapper_BeginUpdate.argtypes=[c_void_p]
|
|
958
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_BeginUpdate, self.Ptr)
|
|
959
|
+
|
|
960
|
+
def EndUpdate(self):
|
|
961
|
+
"""
|
|
962
|
+
Ends batch update of the conditional format.
|
|
963
|
+
"""
|
|
964
|
+
GetDllLibXls().ConditionalFormatWrapper_EndUpdate.argtypes=[c_void_p]
|
|
965
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_EndUpdate, self.Ptr)
|
|
966
|
+
|
|
967
|
+
@dispatch
|
|
968
|
+
def MakeFormula(self)->str:
|
|
969
|
+
"""
|
|
970
|
+
Generates the formula for the conditional format.
|
|
971
|
+
|
|
972
|
+
Returns:
|
|
973
|
+
str: The generated formula.
|
|
974
|
+
"""
|
|
975
|
+
GetDllLibXls().ConditionalFormatWrapper_MakeFormula.argtypes=[c_void_p]
|
|
976
|
+
GetDllLibXls().ConditionalFormatWrapper_MakeFormula.restype=c_void_p
|
|
977
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().ConditionalFormatWrapper_MakeFormula, self.Ptr))
|
|
978
|
+
return ret
|
|
979
|
+
|
|
980
|
+
@dispatch
|
|
981
|
+
def MakeFormula(self ,para:str)->str:
|
|
982
|
+
"""
|
|
983
|
+
Generates the formula for the conditional format with a parameter.
|
|
984
|
+
|
|
985
|
+
Args:
|
|
986
|
+
para (str): The parameter for the formula.
|
|
987
|
+
Returns:
|
|
988
|
+
str: The generated formula.
|
|
989
|
+
"""
|
|
990
|
+
|
|
991
|
+
GetDllLibXls().ConditionalFormatWrapper_MakeFormulaP.argtypes=[c_void_p ,c_void_p]
|
|
992
|
+
GetDllLibXls().ConditionalFormatWrapper_MakeFormulaP.restype=c_void_p
|
|
993
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().ConditionalFormatWrapper_MakeFormulaP, self.Ptr, para))
|
|
994
|
+
return ret
|
|
995
|
+
|
|
996
|
+
def SetTimePeriod(self ,timePeriod:'TimePeriodType'):
|
|
997
|
+
"""
|
|
998
|
+
Sets the time period type for the conditional format.
|
|
999
|
+
|
|
1000
|
+
Args:
|
|
1001
|
+
timePeriod (TimePeriodType): The time period type.
|
|
1002
|
+
"""
|
|
1003
|
+
enumtimePeriod:c_int = timePeriod.value
|
|
1004
|
+
|
|
1005
|
+
GetDllLibXls().ConditionalFormatWrapper_SetTimePeriod.argtypes=[c_void_p ,c_int]
|
|
1006
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_SetTimePeriod, self.Ptr, enumtimePeriod)
|
|
1007
|
+
|
|
1008
|
+
@property
|
|
1009
|
+
def OColor(self)->'OColor':
|
|
1010
|
+
"""
|
|
1011
|
+
Gets the conditional format color (read-only).
|
|
1012
|
+
|
|
1013
|
+
Returns:
|
|
1014
|
+
OColor: The conditional format color.
|
|
1015
|
+
"""
|
|
1016
|
+
GetDllLibXls().ConditionalFormatWrapper_get_OColor.argtypes=[c_void_p]
|
|
1017
|
+
GetDllLibXls().ConditionalFormatWrapper_get_OColor.restype=c_void_p
|
|
1018
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_OColor, self.Ptr)
|
|
1019
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
1020
|
+
return ret
|
|
1021
|
+
|
|
1022
|
+
@property
|
|
1023
|
+
def BackColorObject(self)->'OColor':
|
|
1024
|
+
"""
|
|
1025
|
+
Gets the conditional format background color (read-only).
|
|
1026
|
+
|
|
1027
|
+
Returns:
|
|
1028
|
+
OColor: The background color.
|
|
1029
|
+
"""
|
|
1030
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BackColorObject.argtypes=[c_void_p]
|
|
1031
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BackColorObject.restype=c_void_p
|
|
1032
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_BackColorObject, self.Ptr)
|
|
1033
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
1034
|
+
return ret
|
|
1035
|
+
|
|
1036
|
+
@property
|
|
1037
|
+
def TopBorderColorObject(self)->'OColor':
|
|
1038
|
+
"""
|
|
1039
|
+
Gets the conditional format top border color (read-only).
|
|
1040
|
+
|
|
1041
|
+
Returns:
|
|
1042
|
+
OColor: The top border color.
|
|
1043
|
+
"""
|
|
1044
|
+
GetDllLibXls().ConditionalFormatWrapper_get_TopBorderColorObject.argtypes=[c_void_p]
|
|
1045
|
+
GetDllLibXls().ConditionalFormatWrapper_get_TopBorderColorObject.restype=c_void_p
|
|
1046
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_TopBorderColorObject, self.Ptr)
|
|
1047
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
1048
|
+
return ret
|
|
1049
|
+
|
|
1050
|
+
@property
|
|
1051
|
+
def BottomBorderColorObject(self)->'OColor':
|
|
1052
|
+
"""
|
|
1053
|
+
Gets the conditional format bottom border color (read-only).
|
|
1054
|
+
|
|
1055
|
+
Returns:
|
|
1056
|
+
OColor: The bottom border color.
|
|
1057
|
+
"""
|
|
1058
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderColorObject.argtypes=[c_void_p]
|
|
1059
|
+
GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderColorObject.restype=c_void_p
|
|
1060
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_BottomBorderColorObject, self.Ptr)
|
|
1061
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
1062
|
+
return ret
|
|
1063
|
+
|
|
1064
|
+
@property
|
|
1065
|
+
def LeftBorderColorObject(self)->'OColor':
|
|
1066
|
+
"""
|
|
1067
|
+
Gets the conditional format left border color (read-only).
|
|
1068
|
+
|
|
1069
|
+
Returns:
|
|
1070
|
+
OColor: The left border color.
|
|
1071
|
+
"""
|
|
1072
|
+
GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderColorObject.argtypes=[c_void_p]
|
|
1073
|
+
GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderColorObject.restype=c_void_p
|
|
1074
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_LeftBorderColorObject, self.Ptr)
|
|
1075
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
1076
|
+
return ret
|
|
1077
|
+
|
|
1078
|
+
@property
|
|
1079
|
+
def RightBorderColorObject(self)->'OColor':
|
|
1080
|
+
"""
|
|
1081
|
+
Gets the conditional format right border color (read-only).
|
|
1082
|
+
|
|
1083
|
+
Returns:
|
|
1084
|
+
OColor: The right border color.
|
|
1085
|
+
"""
|
|
1086
|
+
GetDllLibXls().ConditionalFormatWrapper_get_RightBorderColorObject.argtypes=[c_void_p]
|
|
1087
|
+
GetDllLibXls().ConditionalFormatWrapper_get_RightBorderColorObject.restype=c_void_p
|
|
1088
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_RightBorderColorObject, self.Ptr)
|
|
1089
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
1090
|
+
return ret
|
|
1091
|
+
|
|
1092
|
+
@property
|
|
1093
|
+
def FontColorObject(self)->'OColor':
|
|
1094
|
+
"""
|
|
1095
|
+
Gets the conditional format font color (read-only).
|
|
1096
|
+
|
|
1097
|
+
Returns:
|
|
1098
|
+
OColor: The font color.
|
|
1099
|
+
"""
|
|
1100
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FontColorObject.argtypes=[c_void_p]
|
|
1101
|
+
GetDllLibXls().ConditionalFormatWrapper_get_FontColorObject.restype=c_void_p
|
|
1102
|
+
intPtr = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_FontColorObject, self.Ptr)
|
|
1103
|
+
ret = None if intPtr==None else OColor(intPtr)
|
|
1104
|
+
return ret
|
|
1105
|
+
|
|
1106
|
+
@property
|
|
1107
|
+
def IsPatternStyleModified(self)->bool:
|
|
1108
|
+
"""
|
|
1109
|
+
|
|
1110
|
+
"""
|
|
1111
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsPatternStyleModified.argtypes=[c_void_p]
|
|
1112
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsPatternStyleModified.restype=c_bool
|
|
1113
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsPatternStyleModified, self.Ptr)
|
|
1114
|
+
return ret
|
|
1115
|
+
|
|
1116
|
+
@IsPatternStyleModified.setter
|
|
1117
|
+
def IsPatternStyleModified(self, value:bool):
|
|
1118
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsPatternStyleModified.argtypes=[c_void_p, c_bool]
|
|
1119
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsPatternStyleModified, self.Ptr, value)
|
|
1120
|
+
|
|
1121
|
+
@property
|
|
1122
|
+
def IsBackgroundColorPresent(self)->bool:
|
|
1123
|
+
"""
|
|
1124
|
+
|
|
1125
|
+
"""
|
|
1126
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsBackgroundColorPresent.argtypes=[c_void_p]
|
|
1127
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsBackgroundColorPresent.restype=c_bool
|
|
1128
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsBackgroundColorPresent, self.Ptr)
|
|
1129
|
+
return ret
|
|
1130
|
+
|
|
1131
|
+
@IsBackgroundColorPresent.setter
|
|
1132
|
+
def IsBackgroundColorPresent(self, value:bool):
|
|
1133
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsBackgroundColorPresent.argtypes=[c_void_p, c_bool]
|
|
1134
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsBackgroundColorPresent, self.Ptr, value)
|
|
1135
|
+
|
|
1136
|
+
@property
|
|
1137
|
+
def IsBorderFormatPresent(self)->bool:
|
|
1138
|
+
"""
|
|
1139
|
+
|
|
1140
|
+
"""
|
|
1141
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsBorderFormatPresent.argtypes=[c_void_p]
|
|
1142
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsBorderFormatPresent.restype=c_bool
|
|
1143
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsBorderFormatPresent, self.Ptr)
|
|
1144
|
+
return ret
|
|
1145
|
+
|
|
1146
|
+
@IsBorderFormatPresent.setter
|
|
1147
|
+
def IsBorderFormatPresent(self, value:bool):
|
|
1148
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsBorderFormatPresent.argtypes=[c_void_p, c_bool]
|
|
1149
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsBorderFormatPresent, self.Ptr, value)
|
|
1150
|
+
|
|
1151
|
+
@property
|
|
1152
|
+
def IsBottomBorderModified(self)->bool:
|
|
1153
|
+
"""
|
|
1154
|
+
|
|
1155
|
+
"""
|
|
1156
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsBottomBorderModified.argtypes=[c_void_p]
|
|
1157
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsBottomBorderModified.restype=c_bool
|
|
1158
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsBottomBorderModified, self.Ptr)
|
|
1159
|
+
return ret
|
|
1160
|
+
|
|
1161
|
+
@IsBottomBorderModified.setter
|
|
1162
|
+
def IsBottomBorderModified(self, value:bool):
|
|
1163
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsBottomBorderModified.argtypes=[c_void_p, c_bool]
|
|
1164
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsBottomBorderModified, self.Ptr, value)
|
|
1165
|
+
|
|
1166
|
+
@property
|
|
1167
|
+
def IsFontColorPresent(self)->bool:
|
|
1168
|
+
"""
|
|
1169
|
+
|
|
1170
|
+
"""
|
|
1171
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsFontColorPresent.argtypes=[c_void_p]
|
|
1172
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsFontColorPresent.restype=c_bool
|
|
1173
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsFontColorPresent, self.Ptr)
|
|
1174
|
+
return ret
|
|
1175
|
+
|
|
1176
|
+
@IsFontColorPresent.setter
|
|
1177
|
+
def IsFontColorPresent(self, value:bool):
|
|
1178
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsFontColorPresent.argtypes=[c_void_p, c_bool]
|
|
1179
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsFontColorPresent, self.Ptr, value)
|
|
1180
|
+
|
|
1181
|
+
@property
|
|
1182
|
+
def IsFontFormatPresent(self)->bool:
|
|
1183
|
+
"""
|
|
1184
|
+
|
|
1185
|
+
"""
|
|
1186
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsFontFormatPresent.argtypes=[c_void_p]
|
|
1187
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsFontFormatPresent.restype=c_bool
|
|
1188
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsFontFormatPresent, self.Ptr)
|
|
1189
|
+
return ret
|
|
1190
|
+
|
|
1191
|
+
@IsFontFormatPresent.setter
|
|
1192
|
+
def IsFontFormatPresent(self, value:bool):
|
|
1193
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsFontFormatPresent.argtypes=[c_void_p, c_bool]
|
|
1194
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsFontFormatPresent, self.Ptr, value)
|
|
1195
|
+
|
|
1196
|
+
@property
|
|
1197
|
+
def IsLeftBorderModified(self)->bool:
|
|
1198
|
+
"""
|
|
1199
|
+
|
|
1200
|
+
"""
|
|
1201
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsLeftBorderModified.argtypes=[c_void_p]
|
|
1202
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsLeftBorderModified.restype=c_bool
|
|
1203
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsLeftBorderModified, self.Ptr)
|
|
1204
|
+
return ret
|
|
1205
|
+
|
|
1206
|
+
@IsLeftBorderModified.setter
|
|
1207
|
+
def IsLeftBorderModified(self, value:bool):
|
|
1208
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsLeftBorderModified.argtypes=[c_void_p, c_bool]
|
|
1209
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsLeftBorderModified, self.Ptr, value)
|
|
1210
|
+
|
|
1211
|
+
@property
|
|
1212
|
+
def IsPatternColorPresent(self)->bool:
|
|
1213
|
+
"""
|
|
1214
|
+
Indicates whether pattern color .
|
|
1215
|
+
|
|
1216
|
+
"""
|
|
1217
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsPatternColorPresent.argtypes=[c_void_p]
|
|
1218
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsPatternColorPresent.restype=c_bool
|
|
1219
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsPatternColorPresent, self.Ptr)
|
|
1220
|
+
return ret
|
|
1221
|
+
|
|
1222
|
+
@IsPatternColorPresent.setter
|
|
1223
|
+
def IsPatternColorPresent(self, value:bool):
|
|
1224
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsPatternColorPresent.argtypes=[c_void_p, c_bool]
|
|
1225
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsPatternColorPresent, self.Ptr, value)
|
|
1226
|
+
|
|
1227
|
+
@property
|
|
1228
|
+
def IsPatternFormatPresent(self)->bool:
|
|
1229
|
+
"""
|
|
1230
|
+
|
|
1231
|
+
"""
|
|
1232
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsPatternFormatPresent.argtypes=[c_void_p]
|
|
1233
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsPatternFormatPresent.restype=c_bool
|
|
1234
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsPatternFormatPresent, self.Ptr)
|
|
1235
|
+
return ret
|
|
1236
|
+
|
|
1237
|
+
@IsPatternFormatPresent.setter
|
|
1238
|
+
def IsPatternFormatPresent(self, value:bool):
|
|
1239
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsPatternFormatPresent.argtypes=[c_void_p, c_bool]
|
|
1240
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsPatternFormatPresent, self.Ptr, value)
|
|
1241
|
+
|
|
1242
|
+
@property
|
|
1243
|
+
def IsRightBorderModified(self)->bool:
|
|
1244
|
+
"""
|
|
1245
|
+
|
|
1246
|
+
"""
|
|
1247
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsRightBorderModified.argtypes=[c_void_p]
|
|
1248
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsRightBorderModified.restype=c_bool
|
|
1249
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsRightBorderModified, self.Ptr)
|
|
1250
|
+
return ret
|
|
1251
|
+
|
|
1252
|
+
@IsRightBorderModified.setter
|
|
1253
|
+
def IsRightBorderModified(self, value:bool):
|
|
1254
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsRightBorderModified.argtypes=[c_void_p, c_bool]
|
|
1255
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsRightBorderModified, self.Ptr, value)
|
|
1256
|
+
|
|
1257
|
+
@property
|
|
1258
|
+
def IsTopBorderModified(self)->bool:
|
|
1259
|
+
"""
|
|
1260
|
+
|
|
1261
|
+
"""
|
|
1262
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsTopBorderModified.argtypes=[c_void_p]
|
|
1263
|
+
GetDllLibXls().ConditionalFormatWrapper_get_IsTopBorderModified.restype=c_bool
|
|
1264
|
+
ret = CallCFunction(GetDllLibXls().ConditionalFormatWrapper_get_IsTopBorderModified, self.Ptr)
|
|
1265
|
+
return ret
|
|
1266
|
+
|
|
1267
|
+
@IsTopBorderModified.setter
|
|
1268
|
+
def IsTopBorderModified(self, value:bool):
|
|
1269
|
+
GetDllLibXls().ConditionalFormatWrapper_set_IsTopBorderModified.argtypes=[c_void_p, c_bool]
|
|
1270
|
+
CallCFunction(GetDllLibXls().ConditionalFormatWrapper_set_IsTopBorderModified, self.Ptr, value)
|
|
1271
|
+
|