Skip to content

Commit 9208ae0

Browse files
committed
v22.12
1 parent 2a52d4a commit 9208ae0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,6 @@ final class AutoShapeType {
280280
const TEXT_WAVE = 28;
281281
const TEXT_WAVE_1 = 156;
282282
const TEXT_WAVE_2 = 157;
283-
const TEXT_WAVE_3 = 158;
284-
const TEXT_WAVE_4 = 159;
285283
const TRAPEZOID = 8;
286284
const U_TURN_ARROW = 101;
287285
const UNKNOWN = 4095;
@@ -1491,6 +1489,12 @@ final class InputMethodEditorMode {
14911489
const ON = 1;
14921490
};
14931491

1492+
final class JsonExportHyperlinkType {
1493+
const ADDRESS = 1;
1494+
const DISPLAY_STRING = 0;
1495+
const HTML_STRING = 2;
1496+
};
1497+
14941498
final class LabelPositionType {
14951499
const ABOVE = 4;
14961500
const BELOW = 5;

0 commit comments

Comments
 (0)