Steve Canny

Results 120 comments of Steve Canny

In my experience all it takes to trigger "re-flow" is to place the insertion-point in the text (click on text with mouse). At worst you need to add a space...

@MinnyKuan A couple things: 1. If you have already converted a document from `.doc` to `.docx`, you will need to call `partition_docx(...)` rather than `partition_doc(...)`. 2. Please post a minimum-reproducible-example...

@hoopes can you say a little about what Linux distros this is likely to work for? The documentation should probably mention.

What does the XML you need look like and how is the XML this code generates different?

This sort of thing would be a "multi-plot" chart, so `chart.plots[0]` might be a column-clustered and `chart.plots[1]` would be line type. I haven't given any serious thought to what the...

Hmm, yeah, that's weird. The entire shape is "nested" in an `` element which is why it doesn't appear in `slide.shapes`. If the equation was a separate shape I expect...

I believe your question is how to find the "effective" value of a font formatting parameter. The formatting for a run of text is determined by a set of rules...

Yes, quite right, I left off the "r" on `descr`, I'll get that fixed up :)