共用方式為


PowerPoint) (LineFormat 物件

代表線條及箭頭的格式。 如果是線條, LineFormat 物件會包含該線條本身 ; 的格式資訊具有框線的圖案,此物件會包含該圖案框線的格式化資訊。

範例

使用 Line 屬性可傳回 LineFormat 物件。 下列範例會在 myDocument 中新增一條藍色虛線。 有短、 窄橢圓線條起始點和長、 寬三角形在其結束點。

Set myDocument = ActivePresentation.Slides(1)

With myDocument.Shapes.AddLine(100, 100, 200, 300).Line

    .DashStyle = msoLineDashDotDot

    .ForeColor.RGB = RGB(50, 0, 128)

    .BeginArrowheadLength = msoArrowheadShort

    .BeginArrowheadStyle = msoArrowheadOval

    .BeginArrowheadWidth = msoArrowheadNarrow

    .EndArrowheadLength = msoArrowheadLong

    .EndArrowheadStyle = msoArrowheadTriangle

    .EndArrowheadWidth = msoArrowheadWide

End With

屬性

名稱
Application
BackColor
BeginArrowheadLength
BeginArrowheadStyle
BeginArrowheadWidth
Creator
DashStyle
EndArrowheadLength
EndArrowheadStyle
EndArrowheadWidth
ForeColor
InsetPen
Parent
Pattern
Style
透明
Visible
Weight

另請參閱

PowerPoint 物件模型參考資料

支援和意見反應

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