public interface VTTableValidationStyleProperty extends VTStyleProperty
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Returns the value of the 'Column Name' attribute.
|
int |
getColumnWidth()
Returns the value of the 'Column Width' attribute.
|
String |
getImagePath()
Returns the value of the 'Image Path' attribute.
|
void |
setColumnName(String value)
Sets the value of the '
Column Name ' attribute. |
void |
setColumnWidth(int value)
Sets the value of the '
Column Width ' attribute. |
void |
setImagePath(String value)
Sets the value of the '
Image Path ' attribute. |
equalStyles
int getColumnWidth()
If the meaning of the 'Column Width' attribute isn't clear, there really should be more of a description here...
setColumnWidth(int)
,
VTTableValidationPackage.getTableValidationStyleProperty_ColumnWidth()
void setColumnWidth(int value)
Column Width
' attribute.
value
- the new value of the 'Column Width' attribute.getColumnWidth()
String getColumnName()
If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...
setColumnName(String)
,
VTTableValidationPackage.getTableValidationStyleProperty_ColumnName()
void setColumnName(String value)
Column Name
' attribute.
value
- the new value of the 'Column Name' attribute.getColumnName()
String getImagePath()
If the meaning of the 'Image Path' attribute isn't clear, there really should be more of a description here...
setImagePath(String)
,
VTTableValidationPackage.getTableValidationStyleProperty_ImagePath()
void setImagePath(String value)
Image Path
' attribute.
value
- the new value of the 'Image Path' attribute.getImagePath()
Copyright © 2018. All rights reserved.