You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/java/com.aspose.cells/fileformattype/_index.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Represents the file format types.
51
51
|[NUMBERS](#NUMBERS)| Represents Numbers 9.0 file format by Apple Inc. |
52
52
|[NUMBERS_09](#NUMBERS-09)| Represents Numbers 9.0 file format by Apple Inc. |
53
53
|[NUMBERS_35](#NUMBERS-35)| Represents Numbers 3.5 file format since 2014 by Apple Inc |
54
+
|[ODB](#ODB)| Represents an Odb file. |
54
55
|[ODF](#ODF)| Represents an ODF file. |
55
56
|[ODG](#ODG)| Represents an ODG file. |
56
57
|[ODP](#ODP)| Represents a ODP file. |
@@ -60,6 +61,7 @@ Represents the file format types.
60
61
|[OLE_10_NATIVE](#OLE-10-NATIVE)| Represents the embedded native object. |
61
62
|[ONE_NOTE](#ONE-NOTE)| Rrepesents One Note file. |
62
63
|[OOXML](#OOXML)| Represents office open xml file(such as xlsx, docx,pptx, etc). |
64
+
|[OTG](#OTG)| Represents an OTG file. |
63
65
|[OTP](#OTP)| Represents a OTP file. |
64
66
|[OTS](#OTS)| Represents an ots file. |
65
67
|[OTT](#OTT)| Represents an OTT file. |
@@ -437,6 +439,18 @@ public static final int NUMBERS_35
437
439
438
440
Represents Numbers 3.5 file format since 2014 by Apple Inc
439
441
442
+
### ODB {#ODB}
443
+
```
444
+
public static final int ODB
445
+
```
446
+
447
+
448
+
Represents an Odb file.
449
+
450
+
**Remarks**
451
+
452
+
The file format is not supported Only for detecting file type.
453
+
440
454
### ODF {#ODF}
441
455
```
442
456
public static final int ODF
@@ -541,6 +555,18 @@ Represents office open xml file(such as xlsx, docx,pptx, etc).
541
555
542
556
The file format is not supported Only for detecting file type. If the office open xml file is encrypted, it could not be detected as xlsx ,docx, pptx,etc.
543
557
558
+
### OTG {#OTG}
559
+
```
560
+
public static final int OTG
561
+
```
562
+
563
+
564
+
Represents an OTG file.
565
+
566
+
**Remarks**
567
+
568
+
The file format is not supported Only for detecting file type.
0 commit comments