writer2latex.office

Class TableLine


public class TableLine
extends java.lang.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

String
getDefaultCellStyleName()
String
getStyleName()
String
getVisibility()
boolean
isDisplay()
boolean
isHeader()

Constructor Details

TableLine

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

Method Details

getDefaultCellStyleName

public String getDefaultCellStyleName()

getStyleName

public String getStyleName()

getVisibility

public String getVisibility()

isDisplay

public boolean isDisplay()

isHeader

public boolean isHeader()