共用方式為


PowerPoint) (TextFrame.AutoSize 屬性

會傳回或設定值,指出指定之圖案的大小是否會自動變更,以便在圖案的邊界內容納文字。 可讀寫。

語法

運算式AutoSize

表達 代表 TextFrame 物件的變數。

傳回值

PpAutoSize

註解

AutoSize 屬性的值可以是下列其中一個 PpAutoSize 常數。

ppAutoSizeMixed
ppAutoSizeNone
ppAutoSizeShapeToFitText

範例

這則範例會調整第一張投影片上標題週框方塊的大小,以便容納標題文字。

Set myDocument = ActivePresentation.Slides(1)

With myDocument.Shapes(1)

    If .TextFrame.TextRange.Characters.Count < 50 Then

        .TextFrame.AutoSize = ppAutoSizeShapeToFitText

    End If

End With

另請參閱

TextFrame 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應