format
New in version 0.9.0.
Subpackages
- ooodev.format.calc package
- ooodev.format.chart2 package
- ooodev.format.draw package
- ooodev.format.impress package
- ooodev.format.inner package
- Subpackages
- Submodules
- ooodev.format.inner.style_base module
- ooodev.format.inner.style_factory module
area_color_factory()
area_transparency_gradient_factory()
area_transparency_transparency_factory()
calc_align_orientation_factory()
calc_align_properties_factory()
calc_align_text_factory()
calc_borders_factory()
chart2_area_gradient_factory()
chart2_area_hatch_factory()
chart2_area_img_factory()
chart2_area_pattern_factory()
chart2_axis_pos_interval_factory()
chart2_axis_pos_label_position_factory()
chart2_axis_pos_line_factory()
chart2_axis_pos_position_axis_factory()
chart2_numbers_numbers_factory()
chart2_position_size_position_factory()
chart2_position_size_size_factory()
chart2_series_data_labels_numbers_factory()
draw_border_line_factory()
draw_position_size_position_factory()
draw_position_size_protect_factory()
draw_position_size_size_factory()
font_effects_factory()
font_factory()
font_highlight_factory()
font_only_factory()
font_position_factory()
numbers_numbers_factory()
write_area_img_factory()
- ooodev.format.inner.style_partial module
- ooodev.format.inner.style_partial_t module
- Module contents
- ooodev.format.proto package
- Subpackages
- ooodev.format.proto.area package
- ooodev.format.proto.borders package
- ooodev.format.proto.calc package
- ooodev.format.proto.chart2 package
- ooodev.format.proto.common package
- ooodev.format.proto.draw package
- ooodev.format.proto.font package
- ooodev.format.proto.structs package
- ooodev.format.proto.write package
- Submodules
- Module contents
- Subpackages
- ooodev.format.writer package
Submodules
Module contents
- class ooodev.format.Styler[source]
Bases:
object
Style methods
New in version 0.9.0.
- static apply(obj, *styles, **kwargs)[source]
Applies style to object
- Parameters:
obj (Any) – UNO Object that styles are to be applied.
obj. (styles expandable list of styles object such as Font to apply to) –
kwargs (Any, optional) – Expandable list of key value pairs.
styles (StyleT) –
- Return type:
None