public class Format extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
actions
Defines a list of actions that can be performed with the current document format.
|
private List<String> |
convert
Defines a list of extensions to which the current format can be converted.
|
private List<String> |
mime
Defines a list of MIME types of the current document format.
|
private String |
name
Defines the document format name.
|
private DocumentType |
type
Defines the document format type.
|
| Constructor and Description |
|---|
Format() |
private String name
private DocumentType type
private List<String> actions
private List<String> convert
Copyright © 2023–2024. All rights reserved.