四开演示文稿中的自动调整字体大小

M. *_*ood 5 powerpoint r pandoc r-markdown quarto

我是否可以在四开演示文稿中设置字体以根据幻灯片的文本窗口对象自动调整大小?我开始组织一次演讲,向公司的每个人展示它有多么出色{quarto},但我担心render --> check font size --> adjust font --> check again每张幻灯片上的每个窗口都要确保我的文本不会溢出可视区域。

当您在字段中键入文本时,PowerPoint 会自动执行此操作。

下面的示例quarto-pptx-resize-text.qmd,作为参考template.pptx,引用的是默认呈现的 pptx,并在主幻灯片中添加了我公司的文字标记。

---
title: "quarto-pptx-resize-text"
author: "M. Wood"
format: 
    pptx: 
        reference-doc: template.pptx
---

## A Few Lines (4)

- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog

## A LOT of Lines (20)

- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
- the quick brown fox jumped over the lazy dog
Run Code Online (Sandbox Code Playgroud)

标题幻灯片


几行幻灯片


很多线条滑动


提前致谢!