Class TableCellDescriptor

java.lang.Object
org.apache.poi.hwpf.model.types.TCAbstractType
org.apache.poi.hwpf.usermodel.TableCellDescriptor
All Implemented Interfaces:
org.apache.poi.common.Duplicatable

public final class TableCellDescriptor extends TCAbstractType implements org.apache.poi.common.Duplicatable
  • Field Details

  • Constructor Details

    • TableCellDescriptor

      public TableCellDescriptor()
    • TableCellDescriptor

      public TableCellDescriptor(TableCellDescriptor other)
  • Method Details

    • serialize

      public void serialize(byte[] data, int offset)
    • copy

      public TableCellDescriptor copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
    • convertBytesToTC

      public static TableCellDescriptor convertBytesToTC(byte[] buf, int offset)