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, wait
execute
protected final SourceDocumentSpecs source
public AbstractOfficeTask(SourceDocumentSpecs source)
source
- The source specifications of the document.