|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.bliki.wiki.filter.WPCell
public class WPCell
Represents a single cell in a wiki table (i.e. table syntax bordered by
{| ..... |}
). See: Help - Table
Field Summary | |
---|---|
static int |
ALIGN_CENTER
|
static int |
ALIGN_JUSTIFY
|
static int |
ALIGN_LEFT
|
static int |
ALIGN_NOT_SET
|
static int |
ALIGN_RIGHT
|
static int |
CAPTION
The >caption< tag should be used |
static int |
DEFAULT
The >td< tag should be used |
static int |
TH
The >th< tag should be used |
static int |
UNDEFINED
No table cell tag specified in the wiki table |
Constructor Summary | |
---|---|
WPCell(int start)
|
Method Summary | |
---|---|
void |
createTagStack(WPTable parent,
java.lang.String src,
IWikiModel wikiModel,
int endPos)
Create the internal TagNodes stack for a single table cell |
int |
getAlign()
|
int |
getEndPos()
|
java.util.Map<java.lang.String,java.lang.String> |
getNodeAttributes()
|
int |
getStartPos()
|
TagStack |
getTagStack()
|
int |
getType()
|
void |
renderHTML(ITextConverter converter,
java.lang.Appendable buf,
IWikiModel wikiModel)
|
void |
renderPlainText(ITextConverter converter,
java.lang.Appendable buf,
IWikiModel wikiModel)
|
void |
setStartPos(int startPos)
|
void |
setType(int type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ALIGN_NOT_SET
public static final int ALIGN_LEFT
public static final int ALIGN_RIGHT
public static final int ALIGN_CENTER
public static final int ALIGN_JUSTIFY
public static final int DEFAULT
public static final int TH
public static final int CAPTION
public static final int UNDEFINED
Constructor Detail |
---|
public WPCell(int start)
Method Detail |
---|
public int getEndPos()
public void createTagStack(WPTable parent, java.lang.String src, IWikiModel wikiModel, int endPos)
endPos
- The endPos to set.public int getStartPos()
public void setStartPos(int startPos)
startPos
- The startPos to set.public void renderHTML(ITextConverter converter, java.lang.Appendable buf, IWikiModel wikiModel) throws java.io.IOException
java.io.IOException
public void renderPlainText(ITextConverter converter, java.lang.Appendable buf, IWikiModel wikiModel) throws java.io.IOException
java.io.IOException
public int getType()
public int getAlign()
public void setType(int type)
type
- The type to set.public TagStack getTagStack()
public java.util.Map<java.lang.String,java.lang.String> getNodeAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |