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()
booleanisCollapse()
booleanisDisplay()
booleanisFilter()
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()

isCollapse

public boolean isCollapse()

isDisplay

public boolean isDisplay()

isFilter

public boolean isFilter()

isHeader

public boolean isHeader()