java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.BasicObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.CellIDArray
All Implemented Interfaces:
IFSSHTTPBSerializable

public class CellIDArray extends BasicObject
  • Field Details

    • count

      public long count
    • content

      public List<CellID> content
  • Constructor Details

    • CellIDArray

      public CellIDArray(long count, List<CellID> content)
      Initializes a new instance of the CellIDArray class.
      Parameters:
      count - Specify the number of CellID in the CellID array.
      content - Specify the list of CellID.
    • CellIDArray

      public CellIDArray(CellIDArray cellIdArray)
      Initializes a new instance of the CellIDArray class, this is copy constructor.
      Parameters:
      cellIdArray - Specify the CellIDArray.
    • CellIDArray

      public CellIDArray()
      Initializes a new instance of the CellIDArray class, this is default constructor.
  • Method Details