Zoom 接口

定义

包含窗口或窗格中的缩放选项 (例如,缩放比例)。

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

注解

Zoom 对象是集合的成员Zooms

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

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

Add 方法不适用于 Zooms 集合。 Zooms 集合包括一个 Zoom 对象,用于各种视图类型 (大纲、普通视图、页面布局等) 。

属性

Application

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

Creator

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

PageColumns

返回或设置要在同一时间在页面视图或打印预览屏幕上并排显示的页数。

PageFit

Returns or sets the view magnification of a window so that either the entire page is visible or the entire width of the page is visible.

PageRows

返回或设置要上下显示的一个屏幕上同时在页面视图或打印预览中的页数。

Parent

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

Percentage

返回或设置窗口的缩放比例的百分比。

适用于