Mylyn WikiText

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

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

public class TableRowAttributes
extends Attributes

Attributes that may used when creating blocks of type DocumentBuilder.BlockType.TABLE_ROW.

Since:
1.0
Author:
David Green

Constructor Summary
TableRowAttributes()
           
 
Method Summary
 String getAlign()
           
 String getBgcolor()
           
 String getValign()
           
 void setAlign(String align)
           
 void setBgcolor(String bgcolor)
           
 void setValign(String valign)
           
 
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.Attributes
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

TableRowAttributes

public TableRowAttributes()
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)

Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html