Shape.Adjustments 属性 (Publisher)

Returns an Adjustments collection representing all adjustment handles for the specified Shape or ShapeRange object.

语法

表达式调整

表达 一个代表 Shape 对象的变量。

备注

调整控点对应于 Microsoft Publisher 形状滑块。

示例

以下示例计算指定形状范围的调整控点的数量,并将其赋给一个变量。

Public Sub Counter() 
 
 Dim intCount as Integer 
 
 ' A Shape must be in the active publication and selected. 
 intCount = Publisher.ActiveDocument.Selection _ 
 .ShapeRange(1).Adjustments.Count 
 
End Sub

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。