Skip to content

Commit 04a15c7

Browse files
v25.4
1 parent cc3e95d commit 04a15c7

File tree

2 files changed

+231
-0
lines changed

2 files changed

+231
-0
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 231 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,15 @@ final class BevelType {
374374

375375
final class BorderType {
376376
const BOTTOM_BORDER = 8;
377+
const DIAGONAL = 48;
377378
const DIAGONAL_DOWN = 16;
378379
const DIAGONAL_UP = 32;
380+
const DYNAMIC_STYLE_BORDERS = 192;
379381
const HORIZONTAL = 128;
380382
const LEFT_BORDER = 1;
383+
const NONE = 0;
381384
const RIGHT_BORDER = 2;
385+
const SIDE_BORDERS = 15;
382386
const TOP_BORDER = 4;
383387
const VERTICAL = 64;
384388
};
@@ -1252,6 +1256,7 @@ final class FileFormatType {
12521256
const BMP = 54;
12531257
const CHM = 784;
12541258
const CSV = 1;
1259+
const DBF = 515;
12551260
const DIF = 30;
12561261
const DOC = 31;
12571262
const DOCM = 38;
@@ -1431,6 +1436,13 @@ final class FilterType {
14311436
const TOP_10 = 5;
14321437
};
14331438

1439+
final class FontFileFormatType {
1440+
const OTF = 2;
1441+
const TTC = 3;
1442+
const TTF = 1;
1443+
const UNKNOWN = 0;
1444+
};
1445+
14341446
final class FontSchemeType {
14351447
const MAJOR = 1;
14361448
const MINOR = 2;
@@ -1643,6 +1655,12 @@ final class HtmlOfficeMathOutputType {
16431655
const MATH_ML = 1;
16441656
};
16451657

1658+
final class HtmlVersion {
1659+
const DEFAULT = 0;
1660+
const HTML_5 = 2;
1661+
const X_HTML = 1;
1662+
};
1663+
16461664
final class IconSetType {
16471665
const ARROWS_3 = 0;
16481666
const ARROWS_4 = 8;
@@ -1848,13 +1866,16 @@ final class LoadFormat {
18481866
const AZW_3 = 53;
18491867
const CHM = 54;
18501868
const CSV = 1;
1869+
const DBF = 515;
1870+
const DIF = 30;
18511871
const EPUB = 52;
18521872
const EXCEL_97_TO_2003 = 5;
18531873
const FODS = 59;
18541874
const HTML = 12;
18551875
const IMAGE = 254;
18561876
const JSON = 513;
18571877
const M_HTML = 13;
1878+
const MARKDOWN = 55;
18581879
const NUMBERS = 56;
18591880
const ODS = 14;
18601881
const OTS = 31;
@@ -1883,6 +1904,7 @@ final class LookAtType {
18831904

18841905
final class LookInType {
18851906
const COMMENTS = 3;
1907+
const FORMATTED_VALUES = 6;
18861908
const FORMULAS = 0;
18871909
const ONLY_FORMULAS = 4;
18881910
const ORIGINAL_VALUES = 5;
@@ -1910,6 +1932,12 @@ final class MapChartRegionType {
19101932
const WORLD = 3;
19111933
};
19121934

1935+
final class MarkdownTableHeaderType {
1936+
const COLUMN_HEADER = 1;
1937+
const EMPTY = 2;
1938+
const FIRST_ROW = 0;
1939+
};
1940+
19131941
final class MemorySetting {
19141942
const MEMORY_PREFERENCE = 1;
19151943
const NORMAL = 0;
@@ -3032,6 +3060,7 @@ final class SaveFormat {
30323060
const AZW_3 = 773;
30333061
const BMP = 263;
30343062
const CSV = 1;
3063+
const DBF = 515;
30353064
const DIF = 30;
30363065
const DOCX = 62;
30373066
const EMF = 258;
@@ -3077,6 +3106,19 @@ final class SelectionType {
30773106
const SINGLE = 0;
30783107
};
30793108

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+
30803122
final class ShapeAnchorType {
30813123
const ONE_CELL_ANCHOR = 1;
30823124
const TWO_CELL_ANCHOR = 0;
@@ -3318,6 +3360,7 @@ final class StyleModifyFlag {
33183360
const DIAGONAL = 12288;
33193361
const DIAGONAL_DOWN_BORDER = 4096;
33203362
const DIAGONAL_UP_BORDER = 8192;
3363+
const DYNAMIC_STYLE_BORDERS = 96;
33213364
const FONT = 31;
33223365
const FONT_CAP = 18;
33233366
const FONT_CHARSET = 10;
@@ -3345,20 +3388,27 @@ final class StyleModifyFlag {
33453388
const INDENT = 131072;
33463389
const LEFT_BORDER = 256;
33473390
const LOCKED = 67108864;
3391+
const NONE = 0;
33483392
const NUMBER_FORMAT = 16384;
33493393
const PATTERN = 4194304;
33503394
const PROTECTION_SETTINGS = 201326592;
33513395
const RELATIVE_INDENT = 128;
33523396
const RIGHT_BORDER = 512;
33533397
const ROTATION = 262144;
33543398
const SHRINK_TO_FIT = 1048576;
3399+
const SIDE_BORDERS = 3840;
33553400
const TEXT_DIRECTION = 2097152;
33563401
const TOP_BORDER = 1024;
33573402
const VERTICAL_ALIGNMENT = 65536;
33583403
const VERTICAL_BORDER = 64;
33593404
const WRAP_TEXT = 524288;
33603405
};
33613406

3407+
final class SvgEmbeddedFontType {
3408+
const NONE = 0;
3409+
const WOFF = 1;
3410+
};
3411+
33623412
final class TableDataSourceType {
33633413
const QUERY_TABLE = 3;
33643414
const SHARE_POINT = 1;
@@ -3812,6 +3862,13 @@ function __construct(...$argv) {
38123862
}
38133863
}
38143864

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+
38153872
class AutoFitterOptions extends Java {
38163873
static private $_className = "com.aspose.cells.AutoFitterOptions";
38173874
function __construct(...$argv) {
@@ -4536,6 +4593,20 @@ function __construct(...$argv) {
45364593
}
45374594
}
45384595

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+
45394610
class DeleteBlankOptions extends Java {
45404611
static private $_className = "com.aspose.cells.DeleteBlankOptions";
45414612
function __construct(...$argv) {
@@ -4550,6 +4621,13 @@ function __construct(...$argv) {
45504621
}
45514622
}
45524623

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+
45534631
class DifSaveOptions extends Java {
45544632
static private $_className = "com.aspose.cells.DifSaveOptions";
45554633
function __construct(...$argv) {
@@ -4637,6 +4715,10 @@ static function getDefaultFontName(...$argv) {
46374715
return Java(self::$_className)->getDefaultFontName(...$argv);
46384716
}
46394717

4718+
static function getFontFileDataInfo(...$argv) {
4719+
return Java(self::$_className)->getFontFileDataInfo(...$argv);
4720+
}
4721+
46404722
static function getFontSources(...$argv) {
46414723
return Java(self::$_className)->getFontSources(...$argv);
46424724
}
@@ -4823,6 +4905,69 @@ function __construct(...$argv) {
48234905
}
48244906
}
48254907

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+
48264971
class MarkdownSaveOptions extends Java {
48274972
static private $_className = "com.aspose.cells.MarkdownSaveOptions";
48284973
function __construct(...$argv) {
@@ -5059,6 +5204,13 @@ function __construct(...$argv) {
50595204
}
50605205
}
50615206

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+
50625214
class SeriesLayoutProperties extends Java {
50635215
static private $_className = "com.aspose.cells.SeriesLayoutProperties";
50645216
function __construct(...$argv) {
@@ -5204,6 +5356,13 @@ function __construct(...$argv) {
52045356
}
52055357
}
52065358

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+
52075366
class SvgSaveOptions extends Java {
52085367
static private $_className = "com.aspose.cells.SvgSaveOptions";
52095368
function __construct(...$argv) {
@@ -5634,6 +5793,22 @@ static function verifyPassword(...$argv) {
56345793
}
56355794
}
56365795

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+
56375812
class ImageFormat extends Java {
56385813
static private $_className = "com.aspose.cells.ImageFormat";
56395814

@@ -5682,6 +5857,62 @@ static function getWmf(...$argv) {
56825857
}
56835858
}
56845859

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+
56855916

56865917

56875918
?>

0 commit comments

Comments
 (0)