Skip to content

Commit 512a833

Browse files
committed
v24.1
1 parent 70d555c commit 512a833

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3015,6 +3015,11 @@ final class SlicerStyleType {
30153015
const SLICER_STYLE_OTHER_2 = 7;
30163016
};
30173017

3018+
final class SlideViewType {
3019+
const PRINT = 1;
3020+
const VIEW = 0;
3021+
};
3022+
30183023
final class SmartTagShowType {
30193024
const ALL = 0;
30203025
const NO_SMART_TAG_INDICATOR = 1;
Binary file not shown.

0 commit comments

Comments
 (0)