public static class DocxService.Document extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateDocumentResp |
create(CreateDocumentReq req) |
CreateDocumentResp |
create(CreateDocumentReq req,
RequestOptions reqOptions) |
GetDocumentResp |
get(GetDocumentReq req) |
GetDocumentResp |
get(GetDocumentReq req,
RequestOptions reqOptions) |
RawContentDocumentResp |
rawContent(RawContentDocumentReq req) |
RawContentDocumentResp |
rawContent(RawContentDocumentReq req,
RequestOptions reqOptions) |
public Document(Config config)
public CreateDocumentResp create(CreateDocumentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateDocumentResp create(CreateDocumentReq req) throws Exception
Exceptionpublic GetDocumentResp get(GetDocumentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetDocumentResp get(GetDocumentReq req) throws Exception
Exceptionpublic RawContentDocumentResp rawContent(RawContentDocumentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic RawContentDocumentResp rawContent(RawContentDocumentReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.