feature: add cap_style and join_style properties to LineFormat by MHoroszowski · Pull Request #1118 · scanny/python-pptx
and others added 5 commits
March 22, 2026 09:24Add the ability to get and set whether a slide is hidden from the presentation. Maps to the `show` attribute on the `<p:sld>` element, where show="0" means the slide is hidden. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add begin/end arrowhead properties to LineFormat for controlling arrow styles on lines and connectors. Introduces MSO_LINE_END_TYPE and MSO_LINE_END_SIZE enums and models CT_LineEndProperties for the a:headEnd and a:tailEnd XML elements. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add line cap style (flat, round, square) and join style (round, bevel, miter) properties to LineFormat. Introduces MSO_LINE_CAP_STYLE and MSO_LINE_JOIN_STYLE enums and models the cap attribute and EG_LineJoinProperties choice group on CT_LineProperties. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters