public abstract class AbstractDocumentSpecs extends Object implements DocumentSpecs
DocumentSpecs| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDocumentSpecs() |
protected |
AbstractDocumentSpecs(@NonNull File file) |
| Modifier and Type | Method and Description |
|---|---|
@NonNull File |
getFile()
Gets the file where is located the document.
|
@Nullable DocumentFormat |
getFormat()
Gets the
DocumentFormat specification for the document. |
@NonNull String |
toString() |
protected AbstractDocumentSpecs()
protected AbstractDocumentSpecs(@NonNull File file)
public @NonNull File getFile()
DocumentSpecsgetFile in interface DocumentSpecspublic @Nullable DocumentFormat getFormat()
DocumentSpecsDocumentFormat specification for the document.getFormat in interface DocumentSpecsCopyright © 2016 - present; JODConverter.org. All rights reserved.