diff --git a/docs/api_documentation.rst b/docs/api_documentation.rst index 0c79d7e..f7a694b 100644 --- a/docs/api_documentation.rst +++ b/docs/api_documentation.rst @@ -166,7 +166,8 @@ Init Arguments Styler(bg_color=None, bold=False, font=utils.fonts.arial, font_size=12, font_color=None, number_format=utils.number_formats.general, protection=False, underline=None, border_type=utils.borders.thin, horizontal_alignment=utils.horizontal_alignments.center, - vertical_alignment=utils.vertical_alignments.center) + vertical_alignment=utils.vertical_alignments.center, wrap_text=True, shrink_to_fit=True, + fill_pattern_type=utils.fill_pattern_types.solid, indent=0) :bg_color: (str: one of :ref:`utils.colors`, hex string or color name ie `'yellow'` Excel supports) The background color :bold: (bool) If true, a bold typeface is used