File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1729,7 +1729,7 @@ final class MsoDrawingType {
1729
1729
const LABEL = 14 ;
1730
1730
const LINE = 1 ;
1731
1731
const LIST_BOX = 18 ;
1732
- const MODEL_3_D = 35 ;
1732
+ const MODEL_3_D = 36 ;
1733
1733
const OLE_OBJECT = 24 ;
1734
1734
const OVAL = 3 ;
1735
1735
const PICTURE = 8 ;
@@ -1741,6 +1741,7 @@ final class MsoDrawingType {
1741
1741
const SMART_ART = 33 ;
1742
1742
const SPINNER = 16 ;
1743
1743
const TEXT_BOX = 6 ;
1744
+ const TIMELINE = 35 ;
1744
1745
const UNKNOWN = 29 ;
1745
1746
const WEB_EXTENSION = 32 ;
1746
1747
};
@@ -1842,6 +1843,12 @@ final class MsoPresetTextEffectShape {
1842
1843
const WAVE_2 = 157 ;
1843
1844
};
1844
1845
1846
+ final class NameScopeType {
1847
+ const ALL = 0 ;
1848
+ const WORKBOOK = 1 ;
1849
+ const WORKSHEET = 2 ;
1850
+ };
1851
+
1845
1852
final class NumberCategoryType {
1846
1853
const DATE = 3 ;
1847
1854
const FRACTION = 5 ;
You can’t perform that action at this time.
0 commit comments