Skip to content

Commit 04d6cd2

Browse files
committed
Api reference for Aspose.Cells for Java 26.5
1 parent 0c88ce8 commit 04d6cd2

31 files changed

Lines changed: 1710 additions & 97 deletions

File tree

english/java/com.aspose.cells/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
9191
| [CharacterBulletValue](../com.aspose.cells/characterbulletvalue) | Represents the character bullet. |
9292
| [Chart](../com.aspose.cells/chart) | Encapsulates the object that represents a single Excel chart. |
9393
| [ChartArea](../com.aspose.cells/chartarea) | Encapsulates the object that represents the chart area in the worksheet. |
94-
| [ChartCalculateOptions](../com.aspose.cells/chartcalculateoptions) | Represents the options for calculating the chart. |
94+
| [ChartCalculateOptions](../com.aspose.cells/chartcalculateoptions) | Represents the options for calculating a chart. |
9595
| [ChartCollection](../com.aspose.cells/chartcollection) | Encapsulates a collection of [Chart](../com.aspose.cells/chart) objects. |
9696
| [ChartColorPaletteType](../com.aspose.cells/chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in an Excel chart. |
9797
| [ChartDataTable](../com.aspose.cells/chartdatatable) | Represents a chart data table. |
@@ -333,6 +333,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
333333
| [HtmlVersion](../com.aspose.cells/htmlversion) | Indicates the version of HTML is used when saving to Html formats. |
334334
| [Hyperlink](../com.aspose.cells/hyperlink) | Encapsulates the object that represents a hyperlink. |
335335
| [HyperlinkCollection](../com.aspose.cells/hyperlinkcollection) | Encapsulates a collection of [Hyperlink](../com.aspose.cells/hyperlink) objects. |
336+
| [HyperlinkLoadMode](../com.aspose.cells/hyperlinkloadmode) | Specifies how hyperlinks are handled when loading HTML. |
336337
| [IconFilter](../com.aspose.cells/iconfilter) | Represents icon filter. |
337338
| [IconSet](../com.aspose.cells/iconset) | Describe the IconSet conditional formatting rule. |
338339
| [IconSetType](../com.aspose.cells/iconsettype) | Icon set type for conditional formatting. |
@@ -447,6 +448,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
447448
| [OdsPageBackgroundGraphicType](../com.aspose.cells/odspagebackgroundgraphictype) | Represents the type of formatting page background with image. |
448449
| [OdsPageBackgroundType](../com.aspose.cells/odspagebackgroundtype) | Represents the page background type of ods. |
449450
| [OdsSaveOptions](../com.aspose.cells/odssaveoptions) | Represents the options of saving ods file. |
451+
| [OfdSaveOptions](../com.aspose.cells/ofdsaveoptions) | Represents the options for saving a OFD(Open Fixed-layout Document) file. |
450452
| [OleObject](../com.aspose.cells/oleobject) | Represents an OleObject in a worksheet. |
451453
| [OleObjectCollection](../com.aspose.cells/oleobjectcollection) | Represents embedded OLE objects. |
452454
| [OoxmlCompliance](../com.aspose.cells/ooxmlcompliance) | Allows to specify which OOXML specification will be used when saving in the Xlsx format. |

english/java/com.aspose.cells/chartcalculateoptions/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ChartCalculateOptions
33
second_title: Aspose.Cells for Java API Reference
4-
description: Represents the options for calculating the chart.
4+
description: Represents the options for calculating a chart.
55
type: docs
66
url: /java/com.aspose.cells/chartcalculateoptions/
77
---
@@ -12,7 +12,7 @@ java.lang.Object
1212
public class ChartCalculateOptions
1313
```
1414

15-
Represents the options for calculating the chart.
15+
Represents the options for calculating a chart.
1616
## Constructors
1717

1818
| Constructor | Description |

english/java/com.aspose.cells/charttextframe/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Encapsulates the object that represents the frame object which contains text.
6464
| [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. |
6565
| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. |
6666
| [isDefaultPosBeSet()](#isDefaultPosBeSet--) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
67-
| [isDeleted()](#isDeleted--) | Indicates whether this data labels are deleted. |
67+
| [isDeleted()](#isDeleted--) | Indicates whether this data label is deleted. |
6868
| [isInnerMode()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
6969
| [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. |
7070
| [isTextWrapped()](#isTextWrapped--) | Gets a value indicating whether the text is wrapped. |
@@ -75,7 +75,7 @@ Encapsulates the object that represents the frame object which contains text.
7575
| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. |
7676
| [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. |
7777
| [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. |
78-
| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. |
78+
| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data label is deleted. |
7979
| [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. |
8080
| [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. |
8181
| [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. |
@@ -686,7 +686,7 @@ public boolean isDeleted()
686686
```
687687

688688

689-
Indicates whether this data labels are deleted.
689+
Indicates whether this data label is deleted.
690690

691691
**Returns:**
692692
boolean
@@ -823,7 +823,7 @@ public void setDeleted(boolean value)
823823
```
824824

825825

826-
Indicates whether this data labels are deleted.
826+
Indicates whether this data label is deleted.
827827

828828
**Parameters:**
829829
| Parameter | Type | Description |

english/java/com.aspose.cells/datalabels/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Encapsulates a collection of all the DataLabel objects for the specified Series.
102102
| [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. |
103103
| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. |
104104
| [isDefaultPosBeSet()](#isDefaultPosBeSet--) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
105-
| [isDeleted()](#isDeleted--) | Indicates whether this data labels are deleted. |
105+
| [isDeleted()](#isDeleted--) | Indicates whether this data label is deleted. |
106106
| [isInnerMode()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
107107
| [isNeverOverlap()](#isNeverOverlap--) | Indicates whether datalabels never overlap when performing Pie Chart to image. |
108108
| [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. |
@@ -114,7 +114,7 @@ Encapsulates a collection of all the DataLabel objects for the specified Series.
114114
| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. |
115115
| [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. |
116116
| [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background |
117-
| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. |
117+
| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data label is deleted. |
118118
| [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. |
119119
| [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. |
120120
| [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. |
@@ -898,7 +898,7 @@ public boolean isDeleted()
898898
```
899899

900900

901-
Indicates whether this data labels are deleted.
901+
Indicates whether this data label is deleted.
902902

903903
**Returns:**
904904
boolean
@@ -1041,7 +1041,7 @@ public void setDeleted(boolean value)
10411041
```
10421042

10431043

1044-
Indicates whether this data labels are deleted.
1044+
Indicates whether this data label is deleted.
10451045

10461046
**Parameters:**
10471047
| Parameter | Type | Description |

english/java/com.aspose.cells/displayunitlabel/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Represents the display unit label.
114114
| [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. |
115115
| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. |
116116
| [isDefaultPosBeSet()](#isDefaultPosBeSet--) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
117-
| [isDeleted()](#isDeleted--) | Indicates whether this data labels are deleted. |
117+
| [isDeleted()](#isDeleted--) | Indicates whether this data label is deleted. |
118118
| [isInnerMode()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
119119
| [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. |
120120
| [isTextWrapped()](#isTextWrapped--) | Gets a value indicating whether the text is wrapped. |
@@ -125,7 +125,7 @@ Represents the display unit label.
125125
| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. |
126126
| [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. |
127127
| [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. |
128-
| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. |
128+
| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data label is deleted. |
129129
| [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. |
130130
| [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. |
131131
| [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. |
@@ -736,7 +736,7 @@ public boolean isDeleted()
736736
```
737737

738738

739-
Indicates whether this data labels are deleted.
739+
Indicates whether this data label is deleted.
740740

741741
**Returns:**
742742
boolean
@@ -873,7 +873,7 @@ public void setDeleted(boolean value)
873873
```
874874

875875

876-
Indicates whether this data labels are deleted.
876+
Indicates whether this data label is deleted.
877877

878878
**Parameters:**
879879
| Parameter | Type | Description |

english/java/com.aspose.cells/ebookloadoptions/_index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Represents options when importing an ebook file.
3939
| [getDetectLaTeX()](#getDetectLaTeX--) | Indicates whether to detect LaTeX formula in the HTML file. |
4040
| [getEncoding()](#getEncoding--) | Gets the default encoding. |
4141
| [getFontConfigs()](#getFontConfigs--) | Gets individual font configs. |
42+
| [getHyperlinkLoadMode()](#getHyperlinkLoadMode--) | Specifies how hyperlinks are loaded when loading HTML. |
4243
| [getIgnoreNotPrinted()](#getIgnoreNotPrinted--) | Ignore the data which are not printed if directly printing the file |
4344
| [getIgnoreUselessShapes()](#getIgnoreUselessShapes--) | Indicates whether ignoring useless shapes. |
4445
| [getInterruptMonitor()](#getInterruptMonitor--) | Gets the interrupt monitor. |
@@ -83,6 +84,7 @@ Represents options when importing an ebook file.
8384
| [setEncoding(Encoding value)](#setEncoding-com.aspose.cells.Encoding-) | Sets the default encoding. |
8485
| [setFontConfigs(IndividualFontConfigs value)](#setFontConfigs-com.aspose.cells.IndividualFontConfigs-) | Sets individual font configs. |
8586
| [setHasFormula(boolean value)](#setHasFormula-boolean-) | Indicates whether the text is formula if it starts with "=". |
87+
| [setHyperlinkLoadMode(int value)](#setHyperlinkLoadMode-int-) | Specifies how hyperlinks are loaded when loading HTML. |
8688
| [setIgnoreNotPrinted(boolean value)](#setIgnoreNotPrinted-boolean-) | Ignore the data which are not printed if directly printing the file |
8789
| [setIgnoreUselessShapes(boolean value)](#setIgnoreUselessShapes-boolean-) | Indicates whether ignoring useless shapes. |
8890
| [setInterruptMonitor(AbstractInterruptMonitor value)](#setInterruptMonitor-com.aspose.cells.AbstractInterruptMonitor-) | Sets the interrupt monitor. |
@@ -313,6 +315,18 @@ Gets individual font configs. Only works for the [Workbook](../../com.aspose.cel
313315

314316
**Returns:**
315317
[IndividualFontConfigs](../../com.aspose.cells/individualfontconfigs)
318+
### getHyperlinkLoadMode() {#getHyperlinkLoadMode--}
319+
```
320+
public int getHyperlinkLoadMode()
321+
```
322+
323+
324+
Specifies how hyperlinks are loaded when loading HTML.
325+
326+
See [HyperlinkLoadMode](../../com.aspose.cells/hyperlinkloadmode).
327+
328+
**Returns:**
329+
int
316330
### getIgnoreNotPrinted() {#getIgnoreNotPrinted--}
317331
```
318332
public boolean getIgnoreNotPrinted()
@@ -863,6 +877,21 @@ Indicates whether the text is formula if it starts with "=".
863877
| --- | --- | --- |
864878
| value | boolean | |
865879

880+
### setHyperlinkLoadMode(int value) {#setHyperlinkLoadMode-int-}
881+
```
882+
public void setHyperlinkLoadMode(int value)
883+
```
884+
885+
886+
Specifies how hyperlinks are loaded when loading HTML.
887+
888+
See [HyperlinkLoadMode](../../com.aspose.cells/hyperlinkloadmode).
889+
890+
**Parameters:**
891+
| Parameter | Type | Description |
892+
| --- | --- | --- |
893+
| value | int | |
894+
866895
### setIgnoreNotPrinted(boolean value) {#setIgnoreNotPrinted-boolean-}
867896
```
868897
public void setIgnoreNotPrinted(boolean value)

english/java/com.aspose.cells/errorcellvaluetype/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Represents a cell value which contains an error.
2323
| [CONNECT](#CONNECT) | Represents the value of a cell containing a \#CONNECT! |
2424
| [EXTERNAL](#EXTERNAL) | Represents the value of a cell containing an \#EXTERNAL! |
2525
| [FIELD](#FIELD) | Represents the value of a cell containing a \#FIELD! |
26-
| [NA](#NA) | Represents the value of a cell containing a \#NAME? |
26+
| [NA](#NA) | Represents the value of a cell containing a \#N/A error. |
2727
| [NAME](#NAME) | Represents the value of a cell containing a \#NAME? |
2828
| [REF](#REF) | Represents the value of a cell containing a \#REF! |
2929
| [SPILL](#SPILL) | Represents the value of a cell containing a \#SPILL! |
@@ -97,7 +97,7 @@ public static final int NA
9797
```
9898

9999

100-
Represents the value of a cell containing a \#NAME? error.
100+
Represents the value of a cell containing a \#N/A error.
101101

102102
### NAME {#NAME}
103103
```

english/java/com.aspose.cells/exporttableoptions/_index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,11 @@ public int getFormatStrategy()
151151

152152
Gets the format strategy when exporting the value as string value.
153153

154-
See [CellValueFormatStrategy](../../com.aspose.cells/cellvalueformatstrategy).
154+
See [CellValueFormatStrategy](../../com.aspose.cells/cellvalueformatstrategy).
155+
156+
**Remarks**
157+
158+
The default value is [CellValueFormatStrategy.CELL\_STYLE](../../com.aspose.cells/cellvalueformatstrategy\#CELL-STYLE).
155159

156160
**Returns:**
157161
int
@@ -347,7 +351,11 @@ public void setFormatStrategy(int value)
347351

348352
Sets the format strategy when exporting the value as string value.
349353

350-
See [CellValueFormatStrategy](../../com.aspose.cells/cellvalueformatstrategy).
354+
See [CellValueFormatStrategy](../../com.aspose.cells/cellvalueformatstrategy).
355+
356+
**Remarks**
357+
358+
The default value is [CellValueFormatStrategy.CELL\_STYLE](../../com.aspose.cells/cellvalueformatstrategy\#CELL-STYLE).
351359

352360
**Parameters:**
353361
| Parameter | Type | Description |

english/java/com.aspose.cells/fileformattype/_index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Represents the file format types.
5151
| [NUMBERS](#NUMBERS) | Represents Numbers 9.0 file format by Apple Inc. |
5252
| [NUMBERS_09](#NUMBERS-09) | Represents Numbers 9.0 file format by Apple Inc. |
5353
| [NUMBERS_35](#NUMBERS-35) | Represents Numbers 3.5 file format since 2014 by Apple Inc |
54+
| [ODB](#ODB) | Represents an Odb file. |
5455
| [ODF](#ODF) | Represents an ODF file. |
5556
| [ODG](#ODG) | Represents an ODG file. |
5657
| [ODP](#ODP) | Represents a ODP file. |
@@ -60,6 +61,7 @@ Represents the file format types.
6061
| [OLE_10_NATIVE](#OLE-10-NATIVE) | Represents the embedded native object. |
6162
| [ONE_NOTE](#ONE-NOTE) | Rrepesents One Note file. |
6263
| [OOXML](#OOXML) | Represents office open xml file(such as xlsx, docx,pptx, etc). |
64+
| [OTG](#OTG) | Represents an OTG file. |
6365
| [OTP](#OTP) | Represents a OTP file. |
6466
| [OTS](#OTS) | Represents an ots file. |
6567
| [OTT](#OTT) | Represents an OTT file. |
@@ -437,6 +439,18 @@ public static final int NUMBERS_35
437439

438440
Represents Numbers 3.5 file format since 2014 by Apple Inc
439441

442+
### ODB {#ODB}
443+
```
444+
public static final int ODB
445+
```
446+
447+
448+
Represents an Odb file.
449+
450+
**Remarks**
451+
452+
The file format is not supported Only for detecting file type.
453+
440454
### ODF {#ODF}
441455
```
442456
public static final int ODF
@@ -541,6 +555,18 @@ Represents office open xml file(such as xlsx, docx,pptx, etc).
541555

542556
The file format is not supported Only for detecting file type. If the office open xml file is encrypted, it could not be detected as xlsx ,docx, pptx,etc.
543557

558+
### OTG {#OTG}
559+
```
560+
public static final int OTG
561+
```
562+
563+
564+
Represents an OTG file.
565+
566+
**Remarks**
567+
568+
The file format is not supported Only for detecting file type.
569+
544570
### OTP {#OTP}
545571
```
546572
public static final int OTP

english/java/com.aspose.cells/htmlloadoptions/_index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Represents options when importing an HTML file.
3939
| [getDetectLaTeX()](#getDetectLaTeX--) | Indicates whether to detect LaTeX formula in the HTML file. |
4040
| [getEncoding()](#getEncoding--) | Gets the default encoding. |
4141
| [getFontConfigs()](#getFontConfigs--) | Gets individual font configs. |
42+
| [getHyperlinkLoadMode()](#getHyperlinkLoadMode--) | Specifies how hyperlinks are loaded when loading HTML. |
4243
| [getIgnoreNotPrinted()](#getIgnoreNotPrinted--) | Ignore the data which are not printed if directly printing the file |
4344
| [getIgnoreUselessShapes()](#getIgnoreUselessShapes--) | Indicates whether ignoring useless shapes. |
4445
| [getInterruptMonitor()](#getInterruptMonitor--) | Gets the interrupt monitor. |
@@ -83,6 +84,7 @@ Represents options when importing an HTML file.
8384
| [setEncoding(Encoding value)](#setEncoding-com.aspose.cells.Encoding-) | Sets the default encoding. |
8485
| [setFontConfigs(IndividualFontConfigs value)](#setFontConfigs-com.aspose.cells.IndividualFontConfigs-) | Sets individual font configs. |
8586
| [setHasFormula(boolean value)](#setHasFormula-boolean-) | Indicates whether the text is formula if it starts with "=". |
87+
| [setHyperlinkLoadMode(int value)](#setHyperlinkLoadMode-int-) | Specifies how hyperlinks are loaded when loading HTML. |
8688
| [setIgnoreNotPrinted(boolean value)](#setIgnoreNotPrinted-boolean-) | Ignore the data which are not printed if directly printing the file |
8789
| [setIgnoreUselessShapes(boolean value)](#setIgnoreUselessShapes-boolean-) | Indicates whether ignoring useless shapes. |
8890
| [setInterruptMonitor(AbstractInterruptMonitor value)](#setInterruptMonitor-com.aspose.cells.AbstractInterruptMonitor-) | Sets the interrupt monitor. |
@@ -313,6 +315,18 @@ Gets individual font configs. Only works for the [Workbook](../../com.aspose.cel
313315

314316
**Returns:**
315317
[IndividualFontConfigs](../../com.aspose.cells/individualfontconfigs)
318+
### getHyperlinkLoadMode() {#getHyperlinkLoadMode--}
319+
```
320+
public int getHyperlinkLoadMode()
321+
```
322+
323+
324+
Specifies how hyperlinks are loaded when loading HTML.
325+
326+
See [HyperlinkLoadMode](../../com.aspose.cells/hyperlinkloadmode).
327+
328+
**Returns:**
329+
int
316330
### getIgnoreNotPrinted() {#getIgnoreNotPrinted--}
317331
```
318332
public boolean getIgnoreNotPrinted()
@@ -863,6 +877,21 @@ Indicates whether the text is formula if it starts with "=".
863877
| --- | --- | --- |
864878
| value | boolean | |
865879

880+
### setHyperlinkLoadMode(int value) {#setHyperlinkLoadMode-int-}
881+
```
882+
public void setHyperlinkLoadMode(int value)
883+
```
884+
885+
886+
Specifies how hyperlinks are loaded when loading HTML.
887+
888+
See [HyperlinkLoadMode](../../com.aspose.cells/hyperlinkloadmode).
889+
890+
**Parameters:**
891+
| Parameter | Type | Description |
892+
| --- | --- | --- |
893+
| value | int | |
894+
866895
### setIgnoreNotPrinted(boolean value) {#setIgnoreNotPrinted-boolean-}
867896
```
868897
public void setIgnoreNotPrinted(boolean value)

0 commit comments

Comments
 (0)