writer2latex.office

Class TableLine

public class TableLine extends Object

This class represents the properties of a row or column in a table

Constructor Summary
TableLine(Node node, boolean bHeader, boolean bDisplay)
Method Summary
StringgetDefaultCellStyleName()
StringgetStyleName()
StringgetVisibility()
booleanisDisplay()
booleanisHeader()

Constructor Detail

TableLine

public TableLine(Node node, boolean bHeader, boolean bDisplay)

Method Detail

getDefaultCellStyleName

public String getDefaultCellStyleName()

getStyleName

public String getStyleName()

getVisibility

public String getVisibility()

isDisplay

public boolean isDisplay()

isHeader

public boolean isHeader()