Class TableColumnSeparators

class ooodev.write.table.table_column_separators.TableColumnSeparators(component)[source]

Bases: object

Parameters:

component (Any) –

__getitem__(key)[source]

Gets the separator at the specified index.

Return type:

TableColumnSeparatorStructComp

Parameters:

key (int) –

__init__(component)[source]
Parameters:

component (Any) –

Return type:

None

__iter__()[source]

Iterates through the separators.

__len__()[source]

Gets the number of separators.

Return type:

int