public class DefaultCell extends Object implements NTableCell
| Constructor and Description |
|---|
DefaultCell(boolean header) |
| Modifier and Type | Method and Description |
|---|---|
int |
colspan() |
DefaultCell |
colspan(int colspan) |
NText |
content() |
DefaultCell |
content(NText content) |
void |
dump(PrintStream out,
String prefix) |
NTextRegion |
getRenderedContent() |
boolean |
isHeader() |
int |
rowspan() |
DefaultCell |
rowspan(int rowspan) |
void |
setHeader(boolean header) |
void |
setRenderedContent(NTextRegion renderedContent) |
String |
toString() |
int |
x() |
int |
y() |
public boolean isHeader()
public void setHeader(boolean header)
public NTextRegion getRenderedContent()
public void setRenderedContent(NTextRegion renderedContent)
public int colspan()
colspan in interface NTableCellpublic DefaultCell colspan(int colspan)
colspan in interface NTableCellpublic int rowspan()
rowspan in interface NTableCellpublic DefaultCell rowspan(int rowspan)
rowspan in interface NTableCellpublic int x()
x in interface NTableCellpublic int y()
y in interface NTableCellpublic NText content()
content in interface NTableCellpublic DefaultCell content(NText content)
content in interface NTableCellpublic void dump(PrintStream out, String prefix)
Copyright © 2026 vpc open source initiative. All rights reserved.