public interface AttributeWriteRowSpan extends AttributeReadRowSpan
rowSpan
attribute of an object.ATTRIBUTE_ROWSPAN
Modifier and Type | Method and Description |
---|---|
void |
setRowSpan(int rowSpan)
This method sets the
rowSpan attribute. |
getRowSpan
void setRowSpan(int rowSpan)
rowSpan
attribute. 1
and not 0
. To join with the next row, you
need to provide the value 2
.rowSpan
- is the new value of AttributeReadRowSpan.getRowSpan()
. Should be at least 1
. As
1
is the default, a typical value will be greater than 1
.AttributeReadRowSpan.getRowSpan()
Copyright © 2001–2016 mmm-Team. All rights reserved.