python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

Feature: Line Arrowhead Ends

Open ofir123 opened this issue 7 years ago • 4 comments

Hi! I've added an easy way to change the styling for both head and tail ends of a line. Access to these attributes will look like this:

line.tail_end = MSO_ARROWHEAD.TRIANGLE
line.head_end = MSO_ARROWHEAD.OVAL

This works very similar to the dash style configuration currently implemented for line.

ofir123 avatar Jul 23 '18 23:07 ofir123

@scanny hmm not sure what made the tests fail (passed on all envs but 3.4)...

ofir123 avatar Jul 24 '18 21:07 ofir123

@scanny updated dml-line.rst dev analysis page here as well. Anything else missing?

ofir123 avatar Sep 16 '18 19:09 ofir123

Thank you very much @scanny! Fixed everything (hopefully)!

ofir123 avatar Sep 17 '18 20:09 ofir123

@scanny Not sure why this PR isn't being merged :( I fixed everything you asked for.. what am I missing?

ofir123 avatar Jan 04 '19 13:01 ofir123