Zooms 接口

定义

对象的集合 Zoom ,表示每个视图的放大选项, (轮廓、普通、打印布局等) 。

public interface class Zooms
[System.Runtime.InteropServices.Guid("000209A7-0000-0000-C000-000000000046")]
public interface Zooms
type Zooms = interface
Public Interface Zooms
属性

注解

Zooms使用 属性可返回 Zooms 集合。

Add 方法不适用于 Zooms 集合。 Zooms 集合包括一个 Zoom 对象,用于各种视图类型 (大纲、普通视图、页面布局等) 。 不能使用 For Each 枚举 Zooms 集合 ...下一个 循环。

使用 Zooms (index) (其中 index 标识视图类型)返回单个 Zoom 对象。 index 指定的视图类型可以是以下 WdViewType 常量之一: wdMasterViewwdNormalViewwdOutlineViewwdPrintPreviewwdPrintViewwdWebView

还可以使用 Zoom 对象的 属性 View 返回单个 Zoom 对象。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Parent

返回一个对象,代表指定对象的父对象。

方法

Item(WdViewType)

返回指定的 Zoom 对象。

适用于