You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ is_root: true
12
12
| Module | Description |
13
13
| :- | :- |
14
14
|[`aspose.cells`](/cells/python-net/aspose.cells)| The **Aspose.Cells** namespace provides fundamental and base classes for generating, converting, modifying, rendering and printing Spreadsheets without utilizing Microsoft Excel. <br/>For example, [`Workbook`](/cells/python-net/aspose.cells/workbook) class is the main entry to create or load and then manipulate a spreadsheet file, <br/>[`Cells`](/cells/python-net/aspose.cells/cells) class is the main class to manipulate all data and properties in a sheet, ...etc. |
15
-
|[`aspose.cells.charts`](/cells/python-net/aspose.cells.charts)| The **Aspose.Cells.Charts**namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets. |
15
+
|[`aspose.cells.charts`](/cells/python-net/aspose.cells.charts)| The <b>Aspose.Cells.Charts</b> namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets. |
16
16
|[`aspose.cells.datamodels`](/cells/python-net/aspose.cells.datamodels)| The **Aspose.Cells.DataModels** namespace provides classes to access and update data models of the workbook. |
17
17
|[`aspose.cells.digitalsignatures`](/cells/python-net/aspose.cells.digitalsignatures)| The **Aspose.Cells.DigitalSignatures** namespace provides classes to sign documents and verify signatures. |
18
18
|[`aspose.cells.drawing`](/cells/python-net/aspose.cells.drawing)| The **Aspose.Cells.Drawing** namespace provides classes that allow to create and modify drawing shapes, form controls, and more advanced drawing objects. |
|[`Chart`](/cells/python-net/aspose.cells.charts/chart)| Encapsulates the object that represents a single Excel chart. |
19
19
|[`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea)| Encapsulates the object that represents the chart area in the worksheet. |
20
-
|[`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions)| Represents the options for calculating chart. |
20
+
|[`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions)| Represents the options for calculating the chart. |
21
21
|[`ChartCollection`](/cells/python-net/aspose.cells.charts/chartcollection)| Encapsulates a collection of [`Chart`](/cells/python-net/aspose.cells.charts/chart) objects. |
22
22
|[`ChartDataTable`](/cells/python-net/aspose.cells.charts/chartdatatable)| Represents a chart data table. |
23
23
|[`ChartDataValue`](/cells/python-net/aspose.cells.charts/chartdatavalue)| Encapsulates chart data value |
24
24
|[`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe)| Encapsulates the object that represents the frame object in a chart. |
25
-
|[`ChartGlobalizationSettings`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings)| Represents the globalization settings for chart. |
25
+
|[`ChartGlobalizationSettings`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings)| Represents the globalization settings for a chart. |
26
26
|[`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint)| Represents a single point in a series in a chart. |
27
27
|[`ChartPointCollection`](/cells/python-net/aspose.cells.charts/chartpointcollection)| Represents a collection that contains all the points in one series. |
28
28
|[`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe)| Encapsulates the object that represents the frame object which contains text. |
@@ -42,7 +42,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
42
42
|[`SeriesLayoutProperties`](/cells/python-net/aspose.cells.charts/serieslayoutproperties)| Represents the properties of series layout. |
43
43
|[`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline)| A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
44
44
|[`SparklineCollection`](/cells/python-net/aspose.cells.charts/sparklinecollection)| Encapsulates a collection of [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) objects. |
45
-
| [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) | [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) is organized into sparkline group.A SparklineGroup contains a variable number of sparkline items.<br/>A sparkline group specifies the type, display settings and axis settings for the sparklines. |
45
+
| [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) | [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) is organized into a sparkline group.<br/>A SparklineGroup contains a variable number of sparkline items.<br/>A sparkline group specifies the type, display settings and axis settings for the sparklines. |
46
46
|[`SparklineGroupCollection`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection)| Encapsulates a collection of [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) objects. |
47
47
|[`TickLabelItem`](/cells/python-net/aspose.cells.charts/ticklabelitem)| Represents a tick label in the chart. |
48
48
|[`TickLabels`](/cells/python-net/aspose.cells.charts/ticklabels)| Represents the tick-mark labels associated with tick marks on a chart axis. |
@@ -60,7 +60,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
60
60
|[`Bar3DShapeType`](/cells/python-net/aspose.cells.charts/bar3dshapetype)| Represents the shape used with the 3-D bar or column chart. |
61
61
|[`BubbleSizeRepresents`](/cells/python-net/aspose.cells.charts/bubblesizerepresents)| Represents what the bubble size represents on a bubble chart. |
62
62
|[`CategoryType`](/cells/python-net/aspose.cells.charts/categorytype)| Represents the category axis type. |
63
-
|[`ChartColorPaletteType`](/cells/python-net/aspose.cells.charts/chartcolorpalettetype)| Enumerates all Monochromatic Palettes used in Excel chart. |
63
+
|[`ChartColorPaletteType`](/cells/python-net/aspose.cells.charts/chartcolorpalettetype)| Enumerates all Monochromatic Palettes used in an Excel chart. |
64
64
|[`ChartLineFormattingType`](/cells/python-net/aspose.cells.charts/chartlineformattingtype)| Represents line format type of chart line. |
65
65
|[`ChartMarkerType`](/cells/python-net/aspose.cells.charts/chartmarkertype)| Represents the marker style in a line chart, scatter chart, or radar chart. |
66
66
|[`ChartSplitType`](/cells/python-net/aspose.cells.charts/chartsplittype)| Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
@@ -75,7 +75,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
75
75
|[`LabelPositionType`](/cells/python-net/aspose.cells.charts/labelpositiontype)| Represents data label position type. |
76
76
|[`LegendPositionType`](/cells/python-net/aspose.cells.charts/legendpositiontype)| Enumerates the legend position types. |
77
77
|[`MapChartLabelLayout`](/cells/python-net/aspose.cells.charts/mapchartlabellayout)| Represents the layout of map chart's labels. |
78
-
|[`MapChartProjectionType`](/cells/python-net/aspose.cells.charts/mapchartprojectiontype)| Represents projection type of the map chart. |
78
+
|[`MapChartProjectionType`](/cells/python-net/aspose.cells.charts/mapchartprojectiontype)| Represents the projection type of the map chart. |
79
79
|[`MapChartRegionType`](/cells/python-net/aspose.cells.charts/mapchartregiontype)| Represents the region type of the map chart. |
80
80
|[`PlotDataByType`](/cells/python-net/aspose.cells.charts/plotdatabytype)| Represents the type of data plot by row or column. |
81
81
|[`PlotEmptyCellsType`](/cells/python-net/aspose.cells.charts/plotemptycellstype)| Represents all plot empty cells type of a chart. |
0 commit comments