Class CellContent

    • Constructor Detail

      • CellContent

        public CellContent()
      • CellContent

        public 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.
    • Method Detail

      • getParagNo

        public Long getParagNo()
        Get 段落编号 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ParagNo 段落编号 注意:此字段可能返回 null,表示取不到有效值。
      • setParagNo

        public void setParagNo​(Long ParagNo)
        Set 段落编号 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ParagNo - 段落编号 注意:此字段可能返回 null,表示取不到有效值。
      • getWordSize

        public Long getWordSize()
        Get 字体大小 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        WordSize 字体大小 注意:此字段可能返回 null,表示取不到有效值。
      • setWordSize

        public void setWordSize​(Long WordSize)
        Set 字体大小 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        WordSize - 字体大小 注意:此字段可能返回 null,表示取不到有效值。