@@ -374,11 +374,15 @@ final class BevelType {
374
374
375
375
final class BorderType {
376
376
const BOTTOM_BORDER = 8 ;
377
+ const DIAGONAL = 48 ;
377
378
const DIAGONAL_DOWN = 16 ;
378
379
const DIAGONAL_UP = 32 ;
380
+ const DYNAMIC_STYLE_BORDERS = 192 ;
379
381
const HORIZONTAL = 128 ;
380
382
const LEFT_BORDER = 1 ;
383
+ const NONE = 0 ;
381
384
const RIGHT_BORDER = 2 ;
385
+ const SIDE_BORDERS = 15 ;
382
386
const TOP_BORDER = 4 ;
383
387
const VERTICAL = 64 ;
384
388
};
@@ -1252,6 +1256,7 @@ final class FileFormatType {
1252
1256
const BMP = 54 ;
1253
1257
const CHM = 784 ;
1254
1258
const CSV = 1 ;
1259
+ const DBF = 515 ;
1255
1260
const DIF = 30 ;
1256
1261
const DOC = 31 ;
1257
1262
const DOCM = 38 ;
@@ -1431,6 +1436,13 @@ final class FilterType {
1431
1436
const TOP_10 = 5 ;
1432
1437
};
1433
1438
1439
+ final class FontFileFormatType {
1440
+ const OTF = 2 ;
1441
+ const TTC = 3 ;
1442
+ const TTF = 1 ;
1443
+ const UNKNOWN = 0 ;
1444
+ };
1445
+
1434
1446
final class FontSchemeType {
1435
1447
const MAJOR = 1 ;
1436
1448
const MINOR = 2 ;
@@ -1643,6 +1655,12 @@ final class HtmlOfficeMathOutputType {
1643
1655
const MATH_ML = 1 ;
1644
1656
};
1645
1657
1658
+ final class HtmlVersion {
1659
+ const DEFAULT = 0 ;
1660
+ const HTML_5 = 2 ;
1661
+ const X_HTML = 1 ;
1662
+ };
1663
+
1646
1664
final class IconSetType {
1647
1665
const ARROWS_3 = 0 ;
1648
1666
const ARROWS_4 = 8 ;
@@ -1848,13 +1866,16 @@ final class LoadFormat {
1848
1866
const AZW_3 = 53 ;
1849
1867
const CHM = 54 ;
1850
1868
const CSV = 1 ;
1869
+ const DBF = 515 ;
1870
+ const DIF = 30 ;
1851
1871
const EPUB = 52 ;
1852
1872
const EXCEL_97_TO_2003 = 5 ;
1853
1873
const FODS = 59 ;
1854
1874
const HTML = 12 ;
1855
1875
const IMAGE = 254 ;
1856
1876
const JSON = 513 ;
1857
1877
const M_HTML = 13 ;
1878
+ const MARKDOWN = 55 ;
1858
1879
const NUMBERS = 56 ;
1859
1880
const ODS = 14 ;
1860
1881
const OTS = 31 ;
@@ -1883,6 +1904,7 @@ final class LookAtType {
1883
1904
1884
1905
final class LookInType {
1885
1906
const COMMENTS = 3 ;
1907
+ const FORMATTED_VALUES = 6 ;
1886
1908
const FORMULAS = 0 ;
1887
1909
const ONLY_FORMULAS = 4 ;
1888
1910
const ORIGINAL_VALUES = 5 ;
@@ -1910,6 +1932,12 @@ final class MapChartRegionType {
1910
1932
const WORLD = 3 ;
1911
1933
};
1912
1934
1935
+ final class MarkdownTableHeaderType {
1936
+ const COLUMN_HEADER = 1 ;
1937
+ const EMPTY = 2 ;
1938
+ const FIRST_ROW = 0 ;
1939
+ };
1940
+
1913
1941
final class MemorySetting {
1914
1942
const MEMORY_PREFERENCE = 1 ;
1915
1943
const NORMAL = 0 ;
@@ -3032,6 +3060,7 @@ final class SaveFormat {
3032
3060
const AZW_3 = 773 ;
3033
3061
const BMP = 263 ;
3034
3062
const CSV = 1 ;
3063
+ const DBF = 515 ;
3035
3064
const DIF = 30 ;
3036
3065
const DOCX = 62 ;
3037
3066
const EMF = 258 ;
@@ -3077,6 +3106,19 @@ final class SelectionType {
3077
3106
const SINGLE = 0 ;
3078
3107
};
3079
3108
3109
+ final class SensitivityLabelAssignmentType {
3110
+ const PRIVILEGED = 1 ;
3111
+ const STANDARD = 0 ;
3112
+ };
3113
+
3114
+ final class SensitivityLabelMarkType {
3115
+ const ENCRYPTION = 8 ;
3116
+ const FOOTER = 2 ;
3117
+ const HEADER = 1 ;
3118
+ const NONE = 0 ;
3119
+ const WATERMARK = 4 ;
3120
+ };
3121
+
3080
3122
final class ShapeAnchorType {
3081
3123
const ONE_CELL_ANCHOR = 1 ;
3082
3124
const TWO_CELL_ANCHOR = 0 ;
@@ -3318,6 +3360,7 @@ final class StyleModifyFlag {
3318
3360
const DIAGONAL = 12288 ;
3319
3361
const DIAGONAL_DOWN_BORDER = 4096 ;
3320
3362
const DIAGONAL_UP_BORDER = 8192 ;
3363
+ const DYNAMIC_STYLE_BORDERS = 96 ;
3321
3364
const FONT = 31 ;
3322
3365
const FONT_CAP = 18 ;
3323
3366
const FONT_CHARSET = 10 ;
@@ -3345,20 +3388,27 @@ final class StyleModifyFlag {
3345
3388
const INDENT = 131072 ;
3346
3389
const LEFT_BORDER = 256 ;
3347
3390
const LOCKED = 67108864 ;
3391
+ const NONE = 0 ;
3348
3392
const NUMBER_FORMAT = 16384 ;
3349
3393
const PATTERN = 4194304 ;
3350
3394
const PROTECTION_SETTINGS = 201326592 ;
3351
3395
const RELATIVE_INDENT = 128 ;
3352
3396
const RIGHT_BORDER = 512 ;
3353
3397
const ROTATION = 262144 ;
3354
3398
const SHRINK_TO_FIT = 1048576 ;
3399
+ const SIDE_BORDERS = 3840 ;
3355
3400
const TEXT_DIRECTION = 2097152 ;
3356
3401
const TOP_BORDER = 1024 ;
3357
3402
const VERTICAL_ALIGNMENT = 65536 ;
3358
3403
const VERTICAL_BORDER = 64 ;
3359
3404
const WRAP_TEXT = 524288 ;
3360
3405
};
3361
3406
3407
+ final class SvgEmbeddedFontType {
3408
+ const NONE = 0 ;
3409
+ const WOFF = 1 ;
3410
+ };
3411
+
3362
3412
final class TableDataSourceType {
3363
3413
const QUERY_TABLE = 3 ;
3364
3414
const SHARE_POINT = 1 ;
@@ -3812,6 +3862,13 @@ function __construct(...$argv) {
3812
3862
}
3813
3863
}
3814
3864
3865
+ class AbstractLowCodeProtectionProvider extends Java {
3866
+ static private $ _className = "com.aspose.cells.AbstractLowCodeProtectionProvider " ;
3867
+ function __construct (...$ argv ) {
3868
+ parent ::__construct (self ::$ _className , ...$ argv );
3869
+ }
3870
+ }
3871
+
3815
3872
class AutoFitterOptions extends Java {
3816
3873
static private $ _className = "com.aspose.cells.AutoFitterOptions " ;
3817
3874
function __construct (...$ argv ) {
@@ -4536,6 +4593,20 @@ function __construct(...$argv) {
4536
4593
}
4537
4594
}
4538
4595
4596
+ class DbfLoadOptions extends Java {
4597
+ static private $ _className = "com.aspose.cells.DbfLoadOptions " ;
4598
+ function __construct (...$ argv ) {
4599
+ parent ::__construct (self ::$ _className , ...$ argv );
4600
+ }
4601
+ }
4602
+
4603
+ class DbfSaveOptions extends Java {
4604
+ static private $ _className = "com.aspose.cells.DbfSaveOptions " ;
4605
+ function __construct (...$ argv ) {
4606
+ parent ::__construct (self ::$ _className , ...$ argv );
4607
+ }
4608
+ }
4609
+
4539
4610
class DeleteBlankOptions extends Java {
4540
4611
static private $ _className = "com.aspose.cells.DeleteBlankOptions " ;
4541
4612
function __construct (...$ argv ) {
@@ -4550,6 +4621,13 @@ function __construct(...$argv) {
4550
4621
}
4551
4622
}
4552
4623
4624
+ class DifLoadOptions extends Java {
4625
+ static private $ _className = "com.aspose.cells.DifLoadOptions " ;
4626
+ function __construct (...$ argv ) {
4627
+ parent ::__construct (self ::$ _className , ...$ argv );
4628
+ }
4629
+ }
4630
+
4553
4631
class DifSaveOptions extends Java {
4554
4632
static private $ _className = "com.aspose.cells.DifSaveOptions " ;
4555
4633
function __construct (...$ argv ) {
@@ -4637,6 +4715,10 @@ static function getDefaultFontName(...$argv) {
4637
4715
return Java (self ::$ _className )->getDefaultFontName (...$ argv );
4638
4716
}
4639
4717
4718
+ static function getFontFileDataInfo (...$ argv ) {
4719
+ return Java (self ::$ _className )->getFontFileDataInfo (...$ argv );
4720
+ }
4721
+
4640
4722
static function getFontSources (...$ argv ) {
4641
4723
return Java (self ::$ _className )->getFontSources (...$ argv );
4642
4724
}
@@ -4823,6 +4905,69 @@ function __construct(...$argv) {
4823
4905
}
4824
4906
}
4825
4907
4908
+ class LowCodeHtmlSaveOptions extends Java {
4909
+ static private $ _className = "com.aspose.cells.LowCodeHtmlSaveOptions " ;
4910
+ function __construct (...$ argv ) {
4911
+ parent ::__construct (self ::$ _className , ...$ argv );
4912
+ }
4913
+ }
4914
+
4915
+ class LowCodeImageSaveOptions extends Java {
4916
+ static private $ _className = "com.aspose.cells.LowCodeImageSaveOptions " ;
4917
+ function __construct (...$ argv ) {
4918
+ parent ::__construct (self ::$ _className , ...$ argv );
4919
+ }
4920
+ }
4921
+
4922
+ class LowCodeLoadOptions extends Java {
4923
+ static private $ _className = "com.aspose.cells.LowCodeLoadOptions " ;
4924
+ function __construct (...$ argv ) {
4925
+ parent ::__construct (self ::$ _className , ...$ argv );
4926
+ }
4927
+ }
4928
+
4929
+ class LowCodeMergeOptions extends Java {
4930
+ static private $ _className = "com.aspose.cells.LowCodeMergeOptions " ;
4931
+ function __construct (...$ argv ) {
4932
+ parent ::__construct (self ::$ _className , ...$ argv );
4933
+ }
4934
+ }
4935
+
4936
+ class LowCodePdfSaveOptions extends Java {
4937
+ static private $ _className = "com.aspose.cells.LowCodePdfSaveOptions " ;
4938
+ function __construct (...$ argv ) {
4939
+ parent ::__construct (self ::$ _className , ...$ argv );
4940
+ }
4941
+ }
4942
+
4943
+ class LowCodeSaveOptions extends Java {
4944
+ static private $ _className = "com.aspose.cells.LowCodeSaveOptions " ;
4945
+ function __construct (...$ argv ) {
4946
+ parent ::__construct (self ::$ _className , ...$ argv );
4947
+ }
4948
+ }
4949
+
4950
+ class LowCodeSaveOptionsProviderOfAssembling extends Java {
4951
+ static private $ _className = "com.aspose.cells.LowCodeSaveOptionsProviderOfAssembling " ;
4952
+ function __construct (...$ argv ) {
4953
+ parent ::__construct (self ::$ _className , ...$ argv );
4954
+ }
4955
+ }
4956
+
4957
+ class LowCodeSaveOptionsProviderOfPlaceHolders extends Java {
4958
+ static private $ _className = "com.aspose.cells.LowCodeSaveOptionsProviderOfPlaceHolders " ;
4959
+ function __construct (...$ argv ) {
4960
+ parent ::__construct (self ::$ _className , ...$ argv );
4961
+ }
4962
+ }
4963
+
4964
+ class LowCodeSplitOptions extends Java {
4965
+ static private $ _className = "com.aspose.cells.LowCodeSplitOptions " ;
4966
+ function __construct (...$ argv ) {
4967
+ parent ::__construct (self ::$ _className , ...$ argv );
4968
+ }
4969
+ }
4970
+
4826
4971
class MarkdownSaveOptions extends Java {
4827
4972
static private $ _className = "com.aspose.cells.MarkdownSaveOptions " ;
4828
4973
function __construct (...$ argv ) {
@@ -5059,6 +5204,13 @@ function __construct(...$argv) {
5059
5204
}
5060
5205
}
5061
5206
5207
+ class SensitivityLabelCollection extends Java {
5208
+ static private $ _className = "com.aspose.cells.SensitivityLabelCollection " ;
5209
+ function __construct (...$ argv ) {
5210
+ parent ::__construct (self ::$ _className , ...$ argv );
5211
+ }
5212
+ }
5213
+
5062
5214
class SeriesLayoutProperties extends Java {
5063
5215
static private $ _className = "com.aspose.cells.SeriesLayoutProperties " ;
5064
5216
function __construct (...$ argv ) {
@@ -5204,6 +5356,13 @@ function __construct(...$argv) {
5204
5356
}
5205
5357
}
5206
5358
5359
+ class SvgImageOptions extends Java {
5360
+ static private $ _className = "com.aspose.cells.SvgImageOptions " ;
5361
+ function __construct (...$ argv ) {
5362
+ parent ::__construct (self ::$ _className , ...$ argv );
5363
+ }
5364
+ }
5365
+
5207
5366
class SvgSaveOptions extends Java {
5208
5367
static private $ _className = "com.aspose.cells.SvgSaveOptions " ;
5209
5368
function __construct (...$ argv ) {
@@ -5634,6 +5793,22 @@ static function verifyPassword(...$argv) {
5634
5793
}
5635
5794
}
5636
5795
5796
+ class HtmlConverter extends Java {
5797
+ static private $ _className = "com.aspose.cells.HtmlConverter " ;
5798
+
5799
+ static function process (...$ argv ) {
5800
+ Java (self ::$ _className )->process (...$ argv );
5801
+ }
5802
+ }
5803
+
5804
+ class ImageConverter extends Java {
5805
+ static private $ _className = "com.aspose.cells.ImageConverter " ;
5806
+
5807
+ static function process (...$ argv ) {
5808
+ Java (self ::$ _className )->process (...$ argv );
5809
+ }
5810
+ }
5811
+
5637
5812
class ImageFormat extends Java {
5638
5813
static private $ _className = "com.aspose.cells.ImageFormat " ;
5639
5814
@@ -5682,6 +5857,62 @@ static function getWmf(...$argv) {
5682
5857
}
5683
5858
}
5684
5859
5860
+ class JsonConverter extends Java {
5861
+ static private $ _className = "com.aspose.cells.JsonConverter " ;
5862
+
5863
+ static function process (...$ argv ) {
5864
+ Java (self ::$ _className )->process (...$ argv );
5865
+ }
5866
+ }
5867
+
5868
+ class PdfConverter extends Java {
5869
+ static private $ _className = "com.aspose.cells.PdfConverter " ;
5870
+
5871
+ static function process (...$ argv ) {
5872
+ Java (self ::$ _className )->process (...$ argv );
5873
+ }
5874
+ }
5875
+
5876
+ class SpreadsheetConverter extends Java {
5877
+ static private $ _className = "com.aspose.cells.SpreadsheetConverter " ;
5878
+
5879
+ static function process (...$ argv ) {
5880
+ Java (self ::$ _className )->process (...$ argv );
5881
+ }
5882
+ }
5883
+
5884
+ class SpreadsheetLocker extends Java {
5885
+ static private $ _className = "com.aspose.cells.SpreadsheetLocker " ;
5886
+
5887
+ static function process (...$ argv ) {
5888
+ Java (self ::$ _className )->process (...$ argv );
5889
+ }
5890
+ }
5891
+
5892
+ class SpreadsheetMerger extends Java {
5893
+ static private $ _className = "com.aspose.cells.SpreadsheetMerger " ;
5894
+
5895
+ static function process (...$ argv ) {
5896
+ Java (self ::$ _className )->process (...$ argv );
5897
+ }
5898
+ }
5899
+
5900
+ class SpreadsheetSplitter extends Java {
5901
+ static private $ _className = "com.aspose.cells.SpreadsheetSplitter " ;
5902
+
5903
+ static function process (...$ argv ) {
5904
+ Java (self ::$ _className )->process (...$ argv );
5905
+ }
5906
+ }
5907
+
5908
+ class TextConverter extends Java {
5909
+ static private $ _className = "com.aspose.cells.TextConverter " ;
5910
+
5911
+ static function process (...$ argv ) {
5912
+ Java (self ::$ _className )->process (...$ argv );
5913
+ }
5914
+ }
5915
+
5685
5916
5686
5917
5687
5918
?>
0 commit comments