public class DocumentTypes extends Object
Represents list of document types for faceted search.
Modifier and Type | Field and Description |
---|---|
static String |
Chm
Chm document type.
|
static String |
EmailMessage
Email message.
|
static String |
Epub
Epub document type.
|
static String |
Excel
Excel document type.
|
static String |
FictionBook
FictionBook document type.
|
static String |
OneNote
OneNote document type.
|
static String |
OutlookStorage
Outlook storage.
|
static String |
Pdf
Pdf document type.
|
static String |
Presentation
Presentation document type.
|
static String |
Txt
Txt document type.
|
static String |
Word
Word document type.
|
static String |
Zip
Zip archive.
|
Constructor and Description |
---|
DocumentTypes() |
public static final String Excel
Excel document type.
public static final String Pdf
Pdf document type.
public static final String Presentation
Presentation document type.
public static final String Word
Word document type.
public static final String Txt
Txt document type.
public static final String OutlookStorage
Outlook storage.
public static final String EmailMessage
Email message.
public static final String OneNote
OneNote document type.
public static final String Epub
Epub document type.
public static final String FictionBook
FictionBook document type.
public static final String Zip
Zip archive.
public static final String Chm
Chm document type.
Copyright © 2018. All rights reserved.