| Package | Description |
|---|---|
| com.groupdocs.editor.formats |
The com.groupdocs.editor.formats namespace provides interfaces and classes that describes supported document formats.
|
| Modifier and Type | Field and Description |
|---|---|
static FixedLayoutFormats |
FixedLayoutFormats.Pdf
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s.
|
| Modifier and Type | Method and Description |
|---|---|
static FixedLayoutFormats |
FixedLayoutFormats.fromExtension(String extension)
Retrieves an instance of the specified type
FixedLayoutFormats that has the specified file extension. |
static FixedLayoutFormats |
FixedLayoutFormats.fromString(String extension)
Converts a string representing a file extension to a
FixedLayoutFormats object. |
| Modifier and Type | Method and Description |
|---|---|
static List<FixedLayoutFormats> |
FixedLayoutFormats.getAll()
Gets an enumerable collection of all
FixedLayoutFormats. |
Copyright © 2024. All rights reserved.