public class WPRow extends Object
{| ..... |} ). See: Help - Table| Modifier and Type | Method and Description |
|---|---|
boolean |
add(WPCell cell) |
WPCell |
get(int index) |
Map<String,String> |
getAttributes() |
int |
getNumColumns() |
String |
getParams() |
int |
getType() |
void |
renderHTML(ITextConverter converter,
Appendable buf,
IWikiModel wikiModel) |
void |
renderPlainText(ITextConverter converter,
Appendable buf,
IWikiModel wikiModel) |
void |
setParams(String params) |
void |
setType(int type) |
int |
size() |
public String getParams()
public void setParams(String params)
params - The params to set.public boolean add(WPCell cell)
o - public WPCell get(int index)
index - public int size()
public void renderHTML(ITextConverter converter, Appendable buf, IWikiModel wikiModel) throws IOException
IOExceptionpublic void renderPlainText(ITextConverter converter, Appendable buf, IWikiModel wikiModel) throws IOException
IOExceptionpublic int getNumColumns()
public int getType()
public void setType(int type)
type - The type to set.Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.