public class TemplateEditorFieldsResult extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
TemplateEditorFieldsResult() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentCell> |
getCells() |
List<TemplateEditorField> |
getFields() |
List<DocumentSize> |
getPageSizes() |
List<DocumentWord> |
getWords() |
void |
setCells(List<DocumentCell> cells) |
void |
setFields(List<TemplateEditorField> fields) |
void |
setPageSizes(List<DocumentSize> pageSizes) |
void |
setWords(List<DocumentWord> words) |
String |
toString() |
public List<TemplateEditorField> getFields()
public void setFields(List<TemplateEditorField> fields)
public List<DocumentWord> getWords()
public void setWords(List<DocumentWord> words)
public List<DocumentCell> getCells()
public void setCells(List<DocumentCell> cells)
public List<DocumentSize> getPageSizes()
public void setPageSizes(List<DocumentSize> pageSizes)
Copyright © 2015 GroupDocs. All Rights Reserved.