public abstract class AbstractOfficeTask extends Object implements OfficeTask
OfficeTask| Modifier and Type | Field and Description |
|---|---|
protected SourceDocumentSpecs |
source |
| Constructor and Description |
|---|
AbstractOfficeTask(SourceDocumentSpecs source)
Creates a new task with the specified source document.
|
protected final SourceDocumentSpecs source
public AbstractOfficeTask(SourceDocumentSpecs source)
source - The source specifications of the document.