| Package | Description |
|---|---|
| com.groupdocs.annotation |
The namespace provides classes
to annotate documents for all popular document formats.
|
| com.groupdocs.annotation.options |
The namespace provides classes to specify additional options when loading, annotating and saving documents.
|
| Modifier and Type | Method and Description |
|---|---|
FileType |
IDocumentInfo.getFileType()
Document type
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDocumentInfo.setFileType(FileType value)
Document type
|
| Modifier and Type | Method and Description |
|---|---|
static FileType |
FileType.fromFileNameOrExtension(String fileNameOrExtension)
Return FileType based on file name or extension.
|
static FileType |
FileType.fromFoundationFileType(int foundationFileType) |
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<FileType> |
FileType.getSupportedFileTypes()
Get supported file types enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FileType.opEquality(FileType left,
FileType right)
Operator overload.
|
static boolean |
FileType.opInequality(FileType left,
FileType right)
Operator overload.
|
boolean |
FileType.typeEquals(FileType other)
File type equivalence check.
|
Copyright © 2024. All rights reserved.