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

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

public class XmlTableAttributes
extends TableAttributes

Since:
1.0
Author:
Fintan Bolton

Constructor Summary
XmlTableAttributes()
           
 
Method Summary
 String getCols()
           
 String getColsep()
           
 String getPgwide()
           
 String getRowsep()
           
 void setCols(String cols)
           
 void setColsep(String colsep)
           
 void setPgwide(String pgwide)
           
 void setRowsep(String rowsep)
           
 
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.TableAttributes
getBgcolor, getBorder, getCellpadding, getCellspacing, getFrame, getRules, getSummary, getWidth, setBgcolor, setBorder, setCellpadding, setCellspacing, setFrame, setRules, setSummary, setWidth
 
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

XmlTableAttributes

public XmlTableAttributes()
Method Detail

getPgwide

public String getPgwide()

setPgwide

public void setPgwide(String pgwide)

getRowsep

public String getRowsep()

setRowsep

public void setRowsep(String rowsep)

getColsep

public String getColsep()

setColsep

public void setColsep(String colsep)

getCols

public String getCols()

setCols

public void setCols(String cols)


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