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