Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Feature request: Add missing arguments to Format functions #17

Open
marmidr opened this issue Jun 13, 2016 · 0 comments
Open

Feature request: Add missing arguments to Format functions #17

marmidr opened this issue Jun 13, 2016 · 0 comments
Assignees

Comments

@marmidr
Copy link

marmidr commented Jun 13, 2016

Some functions of Format class miss the input argument, providing only default value:

  • no argument, if not specified, true should be assumed. It should be implemented like set_hidden(value):
    • set_bold()
    • set_italic()
    • set_font_strikeout()
    • set_font_outline()
    • set_font_shadow()
    • set_center_across()
    • set_text_wrap()
    • set_shrink()
    • set_text_justlast()
    • set_font_condense()
    • set_font_extend()
    • others
  • value argument provided, but why this time no default value allowed? It should be implemented like set_hidden(value):
    • set_underline(value)
    • set_font_script(value)
    • set_locked(value)
    • set_indent(value)
@jmcnamara jmcnamara self-assigned this Jun 13, 2016
@jmcnamara jmcnamara changed the title Format - missing arguments Feature request: Add missing arguments to Format functions Jun 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants