Package 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
Constructors Constructor Description TableLine(org.w3c.dom.Node node, boolean bHeader, boolean bDisplay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDefaultCellStyleName()
java.lang.String
getStyleName()
java.lang.String
getVisibility()
boolean
isCollapse()
boolean
isDisplay()
boolean
isFilter()
boolean
isHeader()
-
-
-
Method Detail
-
getStyleName
public java.lang.String getStyleName()
-
getVisibility
public java.lang.String getVisibility()
-
isCollapse
public boolean isCollapse()
-
isFilter
public boolean isFilter()
-
getDefaultCellStyleName
public java.lang.String getDefaultCellStyleName()
-
isDisplay
public boolean isDisplay()
-
isHeader
public boolean isHeader()
-
-