public class CellContent extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CellContent() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getParagNo()Get 段落编号
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getWordSize()Get 字体大小
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setParagNo(Long ParagNo)Set 段落编号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setWordSize(Long WordSize)Set 字体大小
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CellContent()
public CellContent(CellContent source)
public Long getParagNo()
public void setParagNo(Long ParagNo)
ParagNo - 段落编号
注意:此字段可能返回 null,表示取不到有效值。public Long getWordSize()
public void setWordSize(Long WordSize)
WordSize - 字体大小
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.