Class VirtualCell

java.lang.Object
org.loboevolution.html.renderer.table.VirtualCell

public class VirtualCell extends Object

VirtualCell class.

  • Constructor Details

    • VirtualCell

      public VirtualCell(RTableCell cell, boolean isTopLeft)

      Constructor for VirtualCell.

      Parameters:
      cell - a RTableCell object.
      isTopLeft - a boolean.
  • Method Details

    • getHeightLength

      public HtmlLength getHeightLength()

      getHeightLength.

      Returns:
      a HtmlLength object.
    • getWidthLength

      public HtmlLength getWidthLength()

      getWidthLength.

      Returns:
      a HtmlLength object.