org.eclipse.mylyn.wikitext.core.parser
Class XmlTableAttributes
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.Attributes
org.eclipse.mylyn.wikitext.core.parser.TableAttributes
org.eclipse.mylyn.wikitext.core.parser.XmlTableAttributes
public class XmlTableAttributes
- extends TableAttributes
- Since:
- 1.0
- Author:
- Fintan Bolton
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 |
XmlTableAttributes
public XmlTableAttributes()
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.