Interface IPropertyTableCellFormats


@PublicAPI public interface IPropertyTableCellFormats
  • Method Summary

    Modifier and Type
    Method
    Description
    Cell format represents header cells of the property table.
    Cell format represents one of the two data row cell formats
    Cell format represents one of the two data row cell formats
  • Method Details

    • getHeader

      ICellFormat getHeader()
      Cell format represents header cells of the property table.
      Returns:
      cell format
    • getRow1

      ICellFormat getRow1()
      Cell format represents one of the two data row cell formats
    • getRow2

      ICellFormat getRow2()
      Cell format represents one of the two data row cell formats