public class CrossTabBodyCell extends java.lang.Object implements NodeParser, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
CrossTabHeader |
getColumn()
Get the column header of this cell.
|
FieldElement |
getFieldElement(int index)
Get the FieldElement at the given index.
|
int |
getFieldElementCount()
Get the count of the FieldElements in this cell.
|
int |
getHeight()
the height of this cell in the design view.
|
CrossTabHeader |
getRow()
Get the row header of the cell.
|
int |
getWidth()
The width of this cell in the design view.
|
int |
getX()
The X position of this cell in the parent section in the design view.
|
int |
getY()
The Y position of this cell in the parent section in the design view.
|
isDOMParser, parseDOM, parseElement, parseEndElement, parseText
@Nonnull public FieldElement getFieldElement(int index)
index
- index of the element to returnpublic int getFieldElementCount()
CrossTabBody.getSummaryFieldsCount()
.public int getX()
public int getY()
public int getWidth()
public int getHeight()
@Nonnull public CrossTabHeader getRow()
@Nonnull public CrossTabHeader getColumn()
Copyright © 1999-2020 by i-net software GmbH