public abstract class AbstractOfficeTask extends java.lang.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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected final SourceDocumentSpecs source
public AbstractOfficeTask(SourceDocumentSpecs source)
source - The source specifications of the document.