Package | Description |
---|---|
com.groupdocs.cloud.viewer.api | |
com.groupdocs.cloud.viewer.model |
Modifier and Type | Method | Description |
---|---|---|
ViewResult |
ViewerApi.createView(CreateViewRequest request) |
Create new view if it not exists
|
Modifier and Type | Method | Description |
---|---|---|
ApiResponse<ViewResult> |
ViewerApi.createViewWithHttpInfo(CreateViewRequest request) |
Create new view if it not exists
|
Modifier and Type | Method | Description |
---|---|---|
com.squareup.okhttp.Call |
ViewerApi.createViewAsync(CreateViewRequest request,
ApiCallback<ViewResult> callback) |
Create new view if it not exists (asynchronously)
|
Modifier and Type | Method | Description |
---|---|---|
ViewResult |
ViewResult.addAttachmentsItem(AttachmentView attachmentsItem) |
|
ViewResult |
ViewResult.addPagesItem(PageView pagesItem) |
|
ViewResult |
ViewResult.attachments(java.util.List<AttachmentView> attachments) |
|
ViewResult |
ViewResult.file(Resource file) |
|
ViewResult |
ViewResult.pages(java.util.List<PageView> pages) |
Copyright © 2019. All rights reserved.