Skip to content

Commit

Permalink
- Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepSpace2 committed Dec 23, 2017
1 parent c2bfd7d commit 6dc8e47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6dc8e47

Please sign in to comment.