writer2latex.office
Class TableLine
java.lang.Object
writer2latex.office.TableLine
public class TableLine
- extends java.lang.Object
This class represents the properties of a row or column in a table
Constructor Summary |
TableLine(org.w3c.dom.Node node,
boolean bHeader,
boolean bDisplay)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableLine
public TableLine(org.w3c.dom.Node node,
boolean bHeader,
boolean bDisplay)
getStyleName
public java.lang.String getStyleName()
getVisibility
public java.lang.String getVisibility()
getDefaultCellStyleName
public java.lang.String getDefaultCellStyleName()
isDisplay
public boolean isDisplay()
isHeader
public boolean isHeader()