docx-rs icon indicating copy to clipboard operation
docx-rs copied to clipboard

Strike is only available on run_property

Open soupslurpr opened this issue 2 years ago • 1 comments
trafficstars

Describe the bug

Hello, thanks for this crate. It is very useful. I see that strike() which to my knowledge should be for ~~strikethrough~~ is only in run_property and not for run itself.

Reproduced step

Run::new().strike()

Expected behavior

I think strike() should exist in run and not only run_property.

Actual behavior

does not exist, while bold, italic, etc does exist.

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information)

  • OS: Windows 11
  • Version 0.4.7

soupslurpr avatar Aug 15 '23 09:08 soupslurpr

+1

jvnkr avatar Apr 10 '24 09:04 jvnkr

Hi, sent a quick PR to tackle this one.

git-noise avatar Jun 27 '24 13:06 git-noise