org.jopendocument.model.table
Class TableTableColumn

java.lang.Object
  extended by org.jopendocument.model.table.TableTableColumn

public class TableTableColumn
extends Object


Field Summary
protected  String tableDefaultCellStyleName
           
protected  String tableNumberColumnsRepeated
           
protected  String tableStyleName
           
protected  String tableVisibility
           
 
Constructor Summary
TableTableColumn()
           
 
Method Summary
 StyleStyle getDefaultCellStyle()
           
 String getTableDefaultCellStyleName()
          Gets the value of the tableDefaultCellStyleName property.
 int getTableNumberColumnsRepeated()
          Gets the value of the tableNumberColumnsRepeated property.
 String getTableStyleName()
          Gets the value of the tableStyleName property.
 String getTableVisibility()
          Gets the value of the tableVisibility property.
 int getWidth()
          width in 10-6 m, ie micrometer
 void setTable(TableTable t)
           
 void setTableDefaultCellStyleName(String value)
          Sets the value of the tableDefaultCellStyleName property.
 void setTableNumberColumnsRepeated(String value)
          Sets the value of the tableNumberColumnsRepeated property.
 void setTableStyleName(String value)
          Sets the value of the tableStyleName property.
 void setTableVisibility(String value)
          Sets the value of the tableVisibility property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tableDefaultCellStyleName

protected String tableDefaultCellStyleName

tableNumberColumnsRepeated

protected String tableNumberColumnsRepeated

tableStyleName

protected String tableStyleName

tableVisibility

protected String tableVisibility
Constructor Detail

TableTableColumn

public TableTableColumn()
Method Detail

getDefaultCellStyle

public StyleStyle getDefaultCellStyle()

getTableDefaultCellStyleName

public String getTableDefaultCellStyleName()
Gets the value of the tableDefaultCellStyleName property.

Returns:
possible object is String

getTableNumberColumnsRepeated

public int getTableNumberColumnsRepeated()
Gets the value of the tableNumberColumnsRepeated property.

Returns:
possible object is String

getTableStyleName

public String getTableStyleName()
Gets the value of the tableStyleName property.

Returns:
possible object is String

getTableVisibility

public String getTableVisibility()
Gets the value of the tableVisibility property.

Returns:
possible object is String

getWidth

public int getWidth()
width in 10-6 m, ie micrometer


setTable

public void setTable(TableTable t)

setTableDefaultCellStyleName

public void setTableDefaultCellStyleName(String value)
Sets the value of the tableDefaultCellStyleName property.

Parameters:
value - allowed object is String

setTableNumberColumnsRepeated

public void setTableNumberColumnsRepeated(String value)
Sets the value of the tableNumberColumnsRepeated property.

Parameters:
value - allowed object is String

setTableStyleName

public void setTableStyleName(String value)
Sets the value of the tableStyleName property.

Parameters:
value - allowed object is String

setTableVisibility

public void setTableVisibility(String value)
Sets the value of the tableVisibility property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 jOpenDocument All Rights Reserved.