public class DefaultCell extends Object implements net.thevpc.nuts.text.NTableCell
| Constructor and Description |
|---|
DefaultCell(boolean header) |
| Modifier and Type | Method and Description |
|---|---|
int |
colspan() |
DefaultCell |
colspan(int colspan) |
net.thevpc.nuts.text.NText |
content() |
DefaultCell |
content(net.thevpc.nuts.text.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 net.thevpc.nuts.text.NTableCellpublic DefaultCell colspan(int colspan)
colspan in interface net.thevpc.nuts.text.NTableCellpublic int rowspan()
rowspan in interface net.thevpc.nuts.text.NTableCellpublic DefaultCell rowspan(int rowspan)
rowspan in interface net.thevpc.nuts.text.NTableCellpublic int x()
x in interface net.thevpc.nuts.text.NTableCellpublic int y()
y in interface net.thevpc.nuts.text.NTableCellpublic net.thevpc.nuts.text.NText content()
content in interface net.thevpc.nuts.text.NTableCellpublic DefaultCell content(net.thevpc.nuts.text.NText content)
content in interface net.thevpc.nuts.text.NTableCellpublic void dump(PrintStream out, String prefix)
Copyright © 2026 vpc open source initiative. All rights reserved.