ps-python-pptx 1.2.0__tar.gz → 1.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ps_python_pptx-1.2.0/src/ps_python_pptx.egg-info → ps_python_pptx-1.3.0}/PKG-INFO +1 -1
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/__init__.py +1 -1
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/action.py +23 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/action.py +2 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/text/text.py +23 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0/src/ps_python_pptx.egg-info}/PKG-INFO +1 -1
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/ps_python_pptx.egg-info/SOURCES.txt +1 -0
- ps_python_pptx-1.3.0/tests/test_screen_tips.py +82 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/FORK.md +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/HISTORY.rst +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/LICENSE +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/MANIFEST.in +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/README.rst +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/act-action.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/act-hyperlink.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-axis-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-axistitle-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-category-access.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-category-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-chart.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-charttitle-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-data-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-datalabels.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-gridlines-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-legend-access.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-legend-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-marker-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-plot-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-point-access.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-point-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-replace-data.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-series.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/cht-ticklabels-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/dml-color.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/dml-effect.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/dml-fill.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/dml-line.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/environment.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/ph-inherit-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/ph-insert-shape.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/ph-phfmt-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/ph-placeholder-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/prs-coreprops.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/prs-default-template.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/prs-open-save.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/prs-presentation-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-alt-text.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-autoshape.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-connector.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-freeform.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-graphicframe.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-groupshape.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-movie-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-picture.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-placeholder.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-shapes.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/shp-shared.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/sld-background.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/sld-slide.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/sld-slides.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/action.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/axis.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/background.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/category.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/chart.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/chartdata.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/color.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/coreprops.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/datalabel.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/effect.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/fill.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/font.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/font_color.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/helpers.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/legend.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/line.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/picture.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/placeholder.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/plot.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/presentation.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/series.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/shape.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/shapes.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/slide.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/slides.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/table.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/72-dpi.tiff +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/CVS_LOGO.WMF +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/act-props.pptm +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/calibriz.ttf +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-axis-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-category-access.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-chart-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-chart-type.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-charts.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-datalabels.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-gridlines-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-legend-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-legend.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-marker-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-plot-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-point-access.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-point-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-replace-data.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-series.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-ticklabels-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/dml-effect.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/dml-fill.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/dml-line.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/ext-rels.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/[Content_Types].xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/_rels/.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/docProps/app.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/docProps/core.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/docProps/thumbnail.jpeg +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/_rels/presentation.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/presProps.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/presentation.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/printerSettings/printerSettings1.bin +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout1.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout10.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout11.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout2.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout3.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout4.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout5.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout6.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout7.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout8.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout9.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slideMasters/slideMaster1.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slides/_rels/slide1.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/slides/slide1.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/tableStyles.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/theme/theme1.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/ppt/viewProps.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/font-color.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/just-two-mice.mp4 +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/just-two-mice.png +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/lyt-shapes.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/minimal.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/monty-truth.png +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/mst-placeholders.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/mst-shapes.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/mst-slide-layouts.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/ph-inherit-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/ph-populated-placeholders.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/ph-unpopulated-placeholders.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/pic.emf +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/prs-add-slide.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/prs-notes.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/prs-properties.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/prs-slide-masters.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/python-icon.jpeg +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/python-powered.png +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/python.bmp +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-access-chart.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-access-ole-object.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-autoshape-adjustments.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-autoshape-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-common-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-connector-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-embedded-docx.docx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-embedded-pptx.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-embedded-xlsx.xlsx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-freeform.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-groupshape.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-movie-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-picture.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-pos-and-size.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/shp-shapes.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/sld-background.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/sld-blank.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/sld-notes.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/sld-slide.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/sld-slides.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/sonic.gif +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/tbl-cell.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/test-image-jpg-mime.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/test.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/txt-fit-text.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/txt-font-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/txt-font-typeface.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/txt-paragraph-spacing.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/txt-text-frame.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/txt-text.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/text.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/text_frame.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/tbl-cell.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/tbl-column.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/tbl-table.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/txt-fit-text.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/txt-font-color.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/txt-font-props.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/txt-paragraph.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/txt-text.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/txt-textframe.feature +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/pyproject.toml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/setup.cfg +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/api.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/background.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/axis.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/category.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/chart.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/data.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/datalabel.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/legend.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/marker.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/plot.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/point.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/series.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/xlsx.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/chart/xmlwriter.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/dml/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/dml/chtfmt.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/dml/color.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/dml/effect.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/dml/fill.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/dml/line.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/enum/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/enum/action.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/enum/base.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/enum/chart.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/enum/dml.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/enum/lang.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/enum/shapes.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/enum/text.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/exc.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/media.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/opc/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/opc/constants.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/opc/oxml.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/opc/package.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/opc/packuri.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/opc/serialized.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/opc/shared.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/opc/spec.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/chart/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/chart/axis.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/chart/chart.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/chart/datalabel.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/chart/legend.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/chart/marker.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/chart/plot.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/chart/series.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/chart/shared.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/coreprops.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/dml/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/dml/color.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/dml/fill.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/dml/line.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/ns.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/presentation.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/shapes/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/shapes/autoshape.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/shapes/connector.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/shapes/graphfrm.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/shapes/groupshape.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/shapes/picture.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/shapes/shared.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/simpletypes.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/slide.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/table.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/text.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/theme.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/oxml/xmlchemy.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/package.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/parts/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/parts/chart.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/parts/coreprops.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/parts/embeddedpackage.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/parts/image.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/parts/media.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/parts/presentation.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/parts/slide.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/parts/theme.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/presentation.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/py.typed +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shapes/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shapes/autoshape.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shapes/base.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shapes/connector.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shapes/freeform.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shapes/graphfrm.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shapes/group.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shapes/picture.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shapes/placeholder.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shapes/shapetree.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/shared.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/slide.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/spec.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/table.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/templates/default.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/templates/docx-icon.emf +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/templates/generic-icon.emf +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/templates/notes.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/templates/notesMaster.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/templates/pptx-icon.emf +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/templates/theme.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/templates/xlsx-icon.emf +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/text/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/text/fonts.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/text/layout.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/theme.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/types.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/pptx/util.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/ps_python_pptx.egg-info/dependency_links.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/ps_python_pptx.egg-info/requires.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/src/ps_python_pptx.egg-info/top_level.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_axis.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_category.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_chart.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_data.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_datalabel.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_legend.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_marker.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_plot.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_point.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_series.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_xlsx.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/chart/test_xmlwriter.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/dml/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/dml/test_chtfmt.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/dml/test_color.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/dml/test_effect.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/dml/test_fill.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/dml/test_line.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/enum/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/enum/test_base.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/enum/test_shapes.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/fork_wheel_smoke.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/opc/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/opc/test_oxml.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/opc/test_package.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/opc/test_packuri.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/opc/test_serialized.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/shapes/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/shapes/test_autoshape.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/shapes/test_graphfrm.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/shapes/test_groupshape.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/shapes/test_picture.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/test___init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/test_dml.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/test_ns.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/test_presentation.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/test_simpletypes.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/test_slide.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/test_table.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/test_theme.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/test_xmlchemy.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/unitdata/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/unitdata/dml.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/unitdata/shape.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/oxml/unitdata/text.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/parts/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/parts/test_chart.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/parts/test_coreprops.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/parts/test_embeddedpackage.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/parts/test_image.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/parts/test_media.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/parts/test_presentation.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/parts/test_slide.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/shapes/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/shapes/test_autoshape.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/shapes/test_base.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/shapes/test_connector.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/shapes/test_freeform.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/shapes/test_graphfrm.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/shapes/test_group.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/shapes/test_picture.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/shapes/test_placeholder.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/shapes/test_shapetree.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_action.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_alternative_text_roundtrip.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_api.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_background_authoring_roundtrip.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_background_info.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_character_formatting_roundtrip.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/calibriz.ttf +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/cdw-logo.eps +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/dummy.mp4 +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/[Content_Types].xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/_rels/.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/docProps/app.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/docProps/core.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/docProps/thumbnail.jpeg +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/_rels/presentation.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/presProps.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/presentation.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/printerSettings/printerSettings1.bin +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout1.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout10.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout11.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout2.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout3.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout4.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout5.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout6.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout7.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout8.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout9.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slideMasters/slideMaster1.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slides/_rels/slide1.xml.rels +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/slides/slide1.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/tableStyles.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/theme/theme1.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/expanded_pptx/ppt/viewProps.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/minimal.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/minimal_slide.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/missing_rels_item.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/monty-truth.png +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/no-core-props.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/no-slides.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/presentation.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/python-icon.jpeg +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/python-powered.png +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/python.bmp +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/slideLayout1.xml +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-area-date.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-area-float.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-area-stacked-100.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-area-stacked.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-area.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-bar-clustered-date.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-bar-clustered-float.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-bar-clustered.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-bar-stacked-100.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-bar-stacked.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-column-clustered.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-column-stacked-100.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-column-stacked.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-line-date.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-line-float.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-line-markers-stacked-100.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-line-markers-stacked.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-line-markers.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-line-stacked-100.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-line-stacked.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x2-line.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x3-bubble-3d.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x3-bubble.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x3-xy-lines-no-markers.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x3-xy-lines.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x3-xy-smooth-no-markers.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x3-xy-smooth.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x3-xy.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/2x5-radar.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/3x1-pie-exploded.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/3x1-pie.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/3x2-doughnut-exploded.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/3x2-doughnut.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/4x2-multi-cat-bar.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/adjust-ser-count.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/cat-labels.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/content-types-xml.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/default-notes.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/default-notesMaster.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/default-theme.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/freeform.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/package-rels-xml.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/placeholders.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/presentation-rels-xml.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/relationships.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/rels-load-from-xml.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/rewrite-ser.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/snippets/timing.txt +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/test.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_files/test_slides.pptx +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_media.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_package.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_paragraph_formatting_roundtrip.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_presentation.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_shared.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_slide.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_slide_management_roundtrip.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_stacking_order_roundtrip.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_table.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_table_style_roundtrip.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_theme_authoring_roundtrip.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/test_util.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/text/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/text/test_fonts.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/text/test_layout.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/text/test_text.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/unitdata.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/unitutil/__init__.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/unitutil/cxml.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/unitutil/file.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tests/unitutil/mock.py +0 -0
- {ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/tox.ini +0 -0
|
@@ -237,6 +237,29 @@ class Hyperlink(Subshape):
|
|
|
237
237
|
hlink = self._get_or_add_hlink()
|
|
238
238
|
hlink.rId = rId
|
|
239
239
|
|
|
240
|
+
@property
|
|
241
|
+
def screen_tip(self) -> str | None:
|
|
242
|
+
"""Text shown by PowerPoint when pointing at this hyperlink.
|
|
243
|
+
|
|
244
|
+
Assign the address or action before setting a ScreenTip. Assigning None
|
|
245
|
+
or an empty string removes the tip without changing the link. Setting
|
|
246
|
+
a new address uses the existing address setter behavior and clears the
|
|
247
|
+
old tip. Reading this property does not create a hyperlink element.
|
|
248
|
+
"""
|
|
249
|
+
hlink = self._hlink
|
|
250
|
+
return hlink.tooltip if hlink is not None else None
|
|
251
|
+
|
|
252
|
+
@screen_tip.setter
|
|
253
|
+
def screen_tip(self, value: str | None):
|
|
254
|
+
if value is not None and not isinstance(value, str):
|
|
255
|
+
raise TypeError("screen_tip must be a string or None")
|
|
256
|
+
hlink = self._hlink
|
|
257
|
+
if hlink is None:
|
|
258
|
+
if value:
|
|
259
|
+
raise ValueError("Set a hyperlink address or action before its ScreenTip")
|
|
260
|
+
return
|
|
261
|
+
hlink.tooltip = value or None
|
|
262
|
+
|
|
240
263
|
def _get_or_add_hlink(self) -> CT_Hyperlink:
|
|
241
264
|
"""Get the `a:hlinkClick` or `a:hlinkHover` element for the Hyperlink object.
|
|
242
265
|
|
|
@@ -14,6 +14,8 @@ class CT_Hyperlink(BaseOxmlElement):
|
|
|
14
14
|
"action", XsdString
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
+
tooltip: str | None = OptionalAttribute("tooltip", XsdString) # pyright: ignore[reportAssignmentType]
|
|
18
|
+
|
|
17
19
|
@property
|
|
18
20
|
def action_fields(self) -> dict[str, str]:
|
|
19
21
|
"""Query portion of the `ppaction://` URL as dict.
|
|
@@ -488,6 +488,29 @@ class _Hyperlink(Subshape):
|
|
|
488
488
|
if url:
|
|
489
489
|
self._add_hlinkClick(url)
|
|
490
490
|
|
|
491
|
+
@property
|
|
492
|
+
def screen_tip(self) -> str | None:
|
|
493
|
+
"""Text shown by PowerPoint when pointing at this hyperlink.
|
|
494
|
+
|
|
495
|
+
Assign the address or action before setting a ScreenTip. Assigning None
|
|
496
|
+
or an empty string removes the tip without changing the link. Setting
|
|
497
|
+
a new address uses the existing address setter behavior and clears the
|
|
498
|
+
old tip. Reading this property does not create a hyperlink element.
|
|
499
|
+
"""
|
|
500
|
+
hlink = self._hlinkClick
|
|
501
|
+
return hlink.tooltip if hlink is not None else None
|
|
502
|
+
|
|
503
|
+
@screen_tip.setter
|
|
504
|
+
def screen_tip(self, value: str | None):
|
|
505
|
+
if value is not None and not isinstance(value, str):
|
|
506
|
+
raise TypeError("screen_tip must be a string or None")
|
|
507
|
+
hlink = self._hlinkClick
|
|
508
|
+
if hlink is None:
|
|
509
|
+
if value:
|
|
510
|
+
raise ValueError("Set a hyperlink address or action before its ScreenTip")
|
|
511
|
+
return
|
|
512
|
+
hlink.tooltip = value or None
|
|
513
|
+
|
|
491
514
|
def _add_hlinkClick(self, url: str):
|
|
492
515
|
rId = self.part.relate_to(url, RT.HYPERLINK, is_external=True)
|
|
493
516
|
self._rPr.add_hlinkClick(rId)
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"""ScreenTips on text, shape click, and shape hover hyperlinks."""
|
|
2
|
+
|
|
3
|
+
import io
|
|
4
|
+
|
|
5
|
+
import pytest
|
|
6
|
+
from pptx import Presentation
|
|
7
|
+
from pptx.action import ActionSetting
|
|
8
|
+
from pptx.enum.shapes import MSO_SHAPE
|
|
9
|
+
from pptx.util import Inches
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
def link(prs, kind):
|
|
13
|
+
slide = prs.slides.add_slide(prs.slide_layouts[6])
|
|
14
|
+
shape = slide.shapes.add_shape(MSO_SHAPE.RECTANGLE, 0, 0, Inches(2), Inches(1))
|
|
15
|
+
if kind == "text":
|
|
16
|
+
run = shape.text_frame.paragraphs[0].add_run()
|
|
17
|
+
run.text = "Documentation"
|
|
18
|
+
return run.hyperlink
|
|
19
|
+
return (
|
|
20
|
+
shape.click_action
|
|
21
|
+
if kind == "click"
|
|
22
|
+
else ActionSetting(shape._element._nvXxPr.cNvPr, shape, hover=True)
|
|
23
|
+
).hyperlink
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
@pytest.mark.parametrize("kind", ["text", "click", "hover"])
|
|
27
|
+
def test_screen_tip_round_trip_and_clear(kind):
|
|
28
|
+
prs = Presentation()
|
|
29
|
+
hyperlink = link(prs, kind)
|
|
30
|
+
hyperlink.address = "https://example.com"
|
|
31
|
+
hyperlink.screen_tip = 'Guide <&> "notes" café'
|
|
32
|
+
output = io.BytesIO()
|
|
33
|
+
prs.save(output)
|
|
34
|
+
shape = Presentation(output).slides[0].shapes[0]
|
|
35
|
+
restored = (
|
|
36
|
+
shape.text_frame.paragraphs[0].runs[0].hyperlink
|
|
37
|
+
if kind == "text"
|
|
38
|
+
else (
|
|
39
|
+
shape.click_action
|
|
40
|
+
if kind == "click"
|
|
41
|
+
else ActionSetting(shape._element._nvXxPr.cNvPr, shape, hover=True)
|
|
42
|
+
).hyperlink
|
|
43
|
+
)
|
|
44
|
+
assert restored.screen_tip == 'Guide <&> "notes" café'
|
|
45
|
+
assert restored.address == "https://example.com"
|
|
46
|
+
restored.screen_tip = ""
|
|
47
|
+
assert restored.screen_tip is None
|
|
48
|
+
assert restored.address == "https://example.com"
|
|
49
|
+
restored.screen_tip = "Again"
|
|
50
|
+
restored.screen_tip = None
|
|
51
|
+
assert restored.address == "https://example.com"
|
|
52
|
+
assert restored.screen_tip is None
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
@pytest.mark.parametrize("kind", ["text", "click", "hover"])
|
|
56
|
+
def test_missing_link_is_not_created_by_screen_tip_access(kind):
|
|
57
|
+
prs = Presentation()
|
|
58
|
+
hyperlink = link(prs, kind)
|
|
59
|
+
slide = prs.slides[0]
|
|
60
|
+
before = slide._element.xml
|
|
61
|
+
assert hyperlink.screen_tip is None
|
|
62
|
+
hyperlink.screen_tip = None
|
|
63
|
+
hyperlink.screen_tip = ""
|
|
64
|
+
with pytest.raises(ValueError):
|
|
65
|
+
hyperlink.screen_tip = "No target"
|
|
66
|
+
with pytest.raises(TypeError):
|
|
67
|
+
hyperlink.screen_tip = 123
|
|
68
|
+
assert before == slide._element.xml
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
@pytest.mark.parametrize("kind", ["text", "click", "hover"])
|
|
72
|
+
def test_address_removal_clears_tip(kind):
|
|
73
|
+
prs = Presentation()
|
|
74
|
+
hyperlink = link(prs, kind)
|
|
75
|
+
hyperlink.address = "https://example.com"
|
|
76
|
+
hyperlink.screen_tip = "Old target"
|
|
77
|
+
hyperlink.address = "https://example.org"
|
|
78
|
+
assert hyperlink.screen_tip is None
|
|
79
|
+
hyperlink.screen_tip = "New target"
|
|
80
|
+
hyperlink.address = None
|
|
81
|
+
assert hyperlink.screen_tip is None
|
|
82
|
+
assert hyperlink.address is None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-category-access.pptx
RENAMED
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-chart-props.pptx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-gridlines-props.pptx
RENAMED
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-legend-props.pptx
RENAMED
|
File without changes
|
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-marker-props.pptx
RENAMED
|
File without changes
|
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-point-access.pptx
RENAMED
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-point-props.pptx
RENAMED
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-replace-data.pptx
RENAMED
|
File without changes
|
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/cht-ticklabels-props.pptx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/extracted-pptx/_rels/.rels
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/mst-placeholders.pptx
RENAMED
|
File without changes
|
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/mst-slide-layouts.pptx
RENAMED
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/ph-inherit-props.pptx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ps_python_pptx-1.2.0 → ps_python_pptx-1.3.0}/features/steps/test_files/prs-slide-masters.pptx
RENAMED
|
File without changes
|
|
File without changes
|