Class Format
- java.lang.Object
-
- com.levigo.jadice.server.libreoffice.server.internal.formatconfig.Format
-
public class Format extends Object
-
-
Constructor Summary
Constructors Constructor Description Format()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExportFilter>
getExportFilters()
String
getInterfaceName()
List<MimeType>
getMimeTypes()
void
setExportFilters(List<ExportFilter> exportFilters)
void
setInterfaceName(String interfaceName)
void
setMimeTypes(List<MimeType> mimeTypes)
-
-
-
Method Detail
-
getExportFilters
public List<ExportFilter> getExportFilters()
-
setExportFilters
public void setExportFilters(List<ExportFilter> exportFilters)
-
getInterfaceName
public String getInterfaceName()
-
setInterfaceName
public void setInterfaceName(String interfaceName)
-
-