public abstract class AbstractOfficeTask extends java.lang.Object implements OfficeTask
OfficeTask| 限定符和类型 | 字段和说明 |
|---|---|
protected SourceDocumentSpecs |
source |
| 构造器和说明 |
|---|
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.