Class VirtualCell
java.lang.Object
org.loboevolution.html.renderer.table.VirtualCell
VirtualCell class.
-
Constructor Summary
ConstructorDescriptionVirtualCell
(RTableCell cell, boolean isTopLeft) Constructor for VirtualCell. -
Method Summary
Modifier and TypeMethodDescriptiongetHeightLength.getWidthLength.
-
Constructor Details
-
VirtualCell
Constructor for VirtualCell.
- Parameters:
cell
- aRTableCell
object.isTopLeft
- a boolean.
-
-
Method Details
-
getHeightLength
getHeightLength.
- Returns:
- a
HtmlLength
object.
-
getWidthLength
getWidthLength.
- Returns:
- a
HtmlLength
object.
-