Skip to content

Commit 7ecfdcc

Browse files
committed
22.2
1 parent a313e92 commit 7ecfdcc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ final class MsoDrawingType {
17291729
const LABEL = 14;
17301730
const LINE = 1;
17311731
const LIST_BOX = 18;
1732-
const MODEL_3_D = 35;
1732+
const MODEL_3_D = 36;
17331733
const OLE_OBJECT = 24;
17341734
const OVAL = 3;
17351735
const PICTURE = 8;
@@ -1741,6 +1741,7 @@ final class MsoDrawingType {
17411741
const SMART_ART = 33;
17421742
const SPINNER = 16;
17431743
const TEXT_BOX = 6;
1744+
const TIMELINE = 35;
17441745
const UNKNOWN = 29;
17451746
const WEB_EXTENSION = 32;
17461747
};
@@ -1842,6 +1843,12 @@ final class MsoPresetTextEffectShape {
18421843
const WAVE_2 = 157;
18431844
};
18441845

1846+
final class NameScopeType {
1847+
const ALL = 0;
1848+
const WORKBOOK = 1;
1849+
const WORKSHEET = 2;
1850+
};
1851+
18451852
final class NumberCategoryType {
18461853
const DATE = 3;
18471854
const FRACTION = 5;

0 commit comments

Comments
 (0)