|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 DocumentOpenType 的软件包 | |
|---|---|
| com.zhuozhengsoft.pageoffice | |
| com.zhuozhengsoft.pageoffice 中 DocumentOpenType 的使用 |
|---|
| 返回 DocumentOpenType 的 com.zhuozhengsoft.pageoffice 中的方法 | |
|---|---|
static DocumentOpenType |
DocumentOpenType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。 |
static DocumentOpenType[] |
DocumentOpenType.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
| 参数类型为 DocumentOpenType 的 com.zhuozhengsoft.pageoffice 中的方法 | |
|---|---|
void |
FileMakerCtrl.createDocumentAsPDF(DocumentOpenType documentType,
java.lang.String destFileName)
创建一个新文档并动态填充生成PDF文档。 |
void |
FileMakerCtrl.fillDocument(java.lang.String documentURL,
DocumentOpenType documentType)
在线动态生成Office文档。 |
void |
FileMakerCtrl.fillDocumentAs(java.lang.String documentURL,
DocumentOpenType documentType,
java.lang.String destFileName)
在线动态生成Office文档。 |
void |
FileMakerCtrl.fillDocumentAsPDF(java.lang.String documentURL,
DocumentOpenType documentType,
java.lang.String destFileName)
在线动态生成PDF文档。 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||