public abstract class AbstractOfficeTask extends Object implements OfficeTask
OfficeTask| Modifier and Type | Field and Description |
|---|---|
protected SourceDocumentSpecs |
source |
| Constructor and Description |
|---|
AbstractOfficeTask(@NonNull SourceDocumentSpecs source)
Creates a new task with the specified source document.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecuteprotected final SourceDocumentSpecs source
public AbstractOfficeTask(@NonNull SourceDocumentSpecs source)
source - The source specifications of the document.Copyright © 2016 - present; JODConverter.org. All rights reserved.