We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a52d4a commit 9208ae0Copy full SHA for 9208ae0
jar/aspose-cells-22.11.jar renamed to jar/aspose-cells-22.12.jar
8.02 MB
lib/aspose.cells.php
@@ -280,8 +280,6 @@ final class AutoShapeType {
280
const TEXT_WAVE = 28;
281
const TEXT_WAVE_1 = 156;
282
const TEXT_WAVE_2 = 157;
283
- const TEXT_WAVE_3 = 158;
284
- const TEXT_WAVE_4 = 159;
285
const TRAPEZOID = 8;
286
const U_TURN_ARROW = 101;
287
const UNKNOWN = 4095;
@@ -1491,6 +1489,12 @@ final class InputMethodEditorMode {
1491
1489
const ON = 1;
1492
1490
};
1493
+final class JsonExportHyperlinkType {
+ const ADDRESS = 1;
1494
+ const DISPLAY_STRING = 0;
1495
+ const HTML_STRING = 2;
1496
+};
1497
+
1498
final class LabelPositionType {
1499
const ABOVE = 4;
1500
const BELOW = 5;
0 commit comments