org.eclipse.mylyn.wikitext.core.parser
Class TableRowAttributes
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.Attributes
org.eclipse.mylyn.wikitext.core.parser.TableRowAttributes
public class TableRowAttributes
- extends Attributes
Attributes that may used when creating blocks of type BlockType#TABLE_ROW
.
- Since:
- 1.0
- Author:
- David Green
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.Attributes |
appendCssClass, appendCssStyle, getCssClass, getCssStyle, getId, getLanguage, getTitle, setCssClass, setCssStyle, setId, setLanguage, setTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableRowAttributes
public TableRowAttributes()
getBgcolor
public String getBgcolor()
setBgcolor
public void setBgcolor(String bgcolor)
getAlign
public String getAlign()
setAlign
public void setAlign(String align)
getValign
public String getValign()
setValign
public void setValign(String valign)
Copyright © 2011 FuseSource, Corp.. All Rights Reserved.