Share via


Ruler2 接口

定义

代表指定形状或指定样式中所有文本的标尺。 包含大纲文本的制表位和缩进设置。

public interface class Ruler2 : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03C1-0000-0000-C000-000000000046")]
public interface Ruler2 : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03C1-0000-0000-C000-000000000046")>]
type Ruler2 = interface
    interface _IMsoDispObj
Public Interface Ruler2
Implements _IMsoDispObj
属性
实现

注解

Ruler使用 对象的 TextFrame2 属性可返回对象,Ruler2该对象代表指定形状中文本的标尺。 TabStops使用 属性可返回对象,TabStops2该对象包含标尺上的制表位。 Levels使用 属性可返回对象,RulerLevels2该对象包含文本大纲级别的缩进设置。

属性

Application

获取一个 Application 对象,该对象代表对象的容器应用程序 Ruler2 。 只读。

Creator

获取一个 32 位整数,该整数指示创建对象的应用程序 Ruler2 。 只读。

Levels

获取表示 RulerLevels2 大纲文本格式的 对象。 只读。

Parent

获取 对象的父对象 Ruler2 。 只读。

TabStops

获取表示 TabStops2 指定文本的制表位的集合。 只读。

适用于