Package | Description |
---|---|
com.groupdocs.conversion.contracts |
The GroupDocs.Conversion.Contracts namespace provides members to instantiate and release output document, manage font substitutions etc.
|
com.groupdocs.conversion.filetypes |
The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
|
com.groupdocs.conversion.options.convert |
The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process.
|
com.groupdocs.conversion.options.load |
The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Enumeration> |
Enumeration.fromDisplayName(Class<T> typeOfT,
String displayName)
Returns object by display name.
|
static <T extends Enumeration> |
Enumeration.fromValue(Class<T> typeOfT,
String value)
Returns object by key.
|
static <T extends Enumeration> |
Enumeration.getAll(Class<T> typeOfT)
Returns all enumeration values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Enumeration.equals(Enumeration other)
Determines whether two object instances are equal.
|
static boolean |
Enumeration.op_Equality(Enumeration left,
Enumeration right)
Equality operator.
|
static boolean |
Enumeration.op_Inequality(Enumeration left,
Enumeration right)
Inequality operator.
|
Modifier and Type | Class and Description |
---|---|
class |
CadFileType
Defines CAD documents (Computer Aided Design) that are used for a 3D graphics file formats and may contain 2D or 3D designs.
|
class |
DiagramFileType
Defines Diagram documents.
|
class |
EmailFileType
Defines Email file formats that are used by email applications to store their various data including email messages, attachments, folders, address books etc.
|
class |
FileType
File type base class
|
class |
ImageFileType
Defines image documents.
|
class |
MarkupFileType
Defines Markup and Web file formats.
|
class |
NoteFileType
Defines Note-taking formats.
|
class |
PdfFileType
Defines Pdf documents.
|
class |
PresentationFileType
Defines Presentation file formats that store collection of records to accommodate presentation data such as slides, shapes, text, animations, video, audio and embedded objects.
|
class |
ProjectManagementFileType
Defines Project file formats that are created by Project Management software such as Microsoft Project, Primavera P6 etc.
|
class |
WordProcessingFileType
Defines Word Processing files that contain user information in plain text or rich text format.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageFlipModes
Describes image flip modes.
|
class |
PdfDirection
Describes Pdf text direction.
|
class |
PdfFormats
Describes Pdf formats enumeration.
|
class |
PdfPageLayout
Describes Pdf page layout.
|
class |
PdfPageMode
Describes Pdf page mode
|
class |
PsdColorModes
Defines Psd color modes enumeration.
|
class |
PsdCompressionMethods
Describes Psd compression methods.
|
class |
Rotation
Describes page rotation enumeration
|
class |
TiffCompressionMethods
Describes Tiff compression methods enumeration.
|
Modifier and Type | Class and Description |
---|---|
class |
TxtLeadingSpacesOptions
Describes txt leading spaces options enumeration.
|
class |
TxtTrailingSpacesOptions
Describes txt trailing spaces options enumeration.
|