Uses of Class
com.tencentcloudapi.ocr.v20181119.models.CellContent
-
Packages that use CellContent Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of CellContent in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return CellContent Modifier and Type Method Description CellContent[]TableCell. getContents()Get 单元格文本属性Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type CellContent Modifier and Type Method Description voidTableCell. setContents(CellContent[] Contents)Set 单元格文本属性Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type CellContent Constructor Description CellContent(CellContent source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-