Class TableCellDescriptor

  • All Implemented Interfaces:
    org.apache.poi.common.Duplicatable

    public final class TableCellDescriptor
    extends TCAbstractType
    implements org.apache.poi.common.Duplicatable
    • Constructor Detail

      • TableCellDescriptor

        public TableCellDescriptor()
    • Method Detail

      • 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)