ooodev.format.inner.partial.write.table.write_table_cell_borders_partial module
- class ooodev.format.inner.partial.write.table.write_table_cell_borders_partial.WriteTableCellBordersPartial(component)[source]
Bases:
objectPartial class for Write Table Cell Borders.
- Parameters:
component (Any) –
- style_borders(*, right=None, left=None, top=None, bottom=None, border_side=None)[source]
Style Write Character Borders.
- Parameters:
left (Side,, optional) – Specifies the line style at the left edge.
right (Side, optional) – Specifies the line style at the right edge.
top (Side, optional) – Specifies the line style at the top edge.
bottom (Side, optional) – Specifies the line style at the bottom edge.
border_side (Side, optional) – Specifies the line style at the top, bottom, left, right edges. If this argument has a value then arguments
top,bottom,left,rightare ignored
- Raises:
CancelEventError – If the event
before_style_cell_bordersis cancelled and not handled.- Returns:
Borders Style instance or
Noneif cancelled.- Return type:
Borders | None
Hint
BorderLinecan be imported fromooodev.format.writer.direct.char.bordersBorderLine2can be imported fromooodev.format.writer.direct.char.bordersBorderLineKindcan be imported fromooodev.format.writer.direct.char.bordersLineSizecan be imported fromooodev.format.writer.direct.char.bordersSidecan be imported fromooodev.format.inner.direct.structs.side
- style_borders_side(*, line=BorderLineKind.SOLID, color=0, width=LineSize.THIN)[source]
Style All Write Character Borders.
- Parameters:
line (BorderLineStyleEnum, optional) – Line Style of the border. Default
BorderLineKind.SOLID.color (
Color, optional) – Color of the border. DefaultStandardColor.BLACKwidth (LineSize, float, UnitT, optional) – Contains the width in of a single line or the width of outer part of a double line (in
ptunits) or Class UnitT. If this value is zero, no line is drawn. DefaultLineSize.THIN
- Raises:
CancelEventError – If the event
before_style_cell_bordersis cancelled and not handled.- Returns:
Borders Style instance or
Noneif cancelled.- Return type:
Borders | None
Hint
BorderLine2can be imported fromooo.dyn.table.border_line2BorderLinecan be imported fromooo.dyn.table.border_lineBorderLineKindcan be imported fromooodev.format.inner.direct.structs.sideLineSizecan be imported fromooodev.format.inner.direct.structs.side