public class ChangeInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
ChangeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getActionStr() |
Rectangle |
getBox() |
Integer |
getId() |
Page |
getPage() |
List<StyleChangeInfo> |
getStyleChanges() |
String |
getText() |
String |
getType() |
String |
getTypeStr() |
void |
setAction(String action) |
void |
setActionStr(String actionStr) |
void |
setBox(Rectangle box) |
void |
setId(Integer id) |
void |
setPage(Page page) |
void |
setStyleChanges(List<StyleChangeInfo> styleChanges) |
void |
setText(String text) |
void |
setType(String type) |
void |
setTypeStr(String typeStr) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getType()
public void setType(String type)
public String getTypeStr()
public void setTypeStr(String typeStr)
public String getAction()
public void setAction(String action)
public String getActionStr()
public void setActionStr(String actionStr)
public Page getPage()
public void setPage(Page page)
public Rectangle getBox()
public void setBox(Rectangle box)
public String getText()
public void setText(String text)
public List<StyleChangeInfo> getStyleChanges()
public void setStyleChanges(List<StyleChangeInfo> styleChanges)
Copyright © 2015 GroupDocs. All Rights Reserved.