org.jopendocument.model.table
Class TableTableColumn

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

public class TableTableColumn
extends java.lang.Object


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

Constructor Detail

TableTableColumn

public TableTableColumn()
Method Detail

getDefaultCellStyle

public StyleStyle getDefaultCellStyle()

getTableDefaultCellStyleName

public java.lang.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 java.lang.String getTableStyleName()
Gets the value of the tableStyleName property.

Returns:
possible object is String

getTableVisibility

public java.lang.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(java.lang.String value)
Sets the value of the tableDefaultCellStyleName property.

Parameters:
value - allowed object is String

setTableNumberColumnsRepeated

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

Parameters:
value - allowed object is String

setTableStyleName

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

Parameters:
value - allowed object is String

setTableVisibility

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

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object