org.eclipse.mylyn.wikitext.core.parser
Class TableCellAttributes

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.core.parser.Attributes
      extended by org.eclipse.mylyn.wikitext.core.parser.TableCellAttributes

public class TableCellAttributes
extends Attributes

Attributes that may used when creating blocks of type BlockType#TABLE_CELL_HEADER or BlockType#TABLE_CELL_NORMAL.

Since:
1.0
Author:
David Green

Constructor Summary
TableCellAttributes()
           
 
Method Summary
 String getAlign()
           
 String getBgcolor()
           
 String getColspan()
           
 String getRowspan()
           
 String getValign()
           
 String getWidth()
           
 void setAlign(String align)
           
 void setBgcolor(String bgcolor)
           
 void setColspan(String colspan)
           
 void setRowspan(String rowspan)
           
 void setValign(String valign)
           
 void setWidth(String width)
           
 
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
 

Constructor Detail

TableCellAttributes

public TableCellAttributes()
Method Detail

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)

getRowspan

public String getRowspan()

setRowspan

public void setRowspan(String rowspan)

getColspan

public String getColspan()

setColspan

public void setColspan(String colspan)

getWidth

public String getWidth()

setWidth

public void setWidth(String width)


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.