RulerLevels2 Interface

Definition

A collection of all the RulerLevel2 objects on the specified ruler.

public interface class RulerLevels2 : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03C2-0000-0000-C000-000000000046")]
public interface RulerLevels2 : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03C2-0000-0000-C000-000000000046")>]
type RulerLevels2 = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface RulerLevels2
Implements _IMsoDispObj, IEnumerable
Attributes
Implements

Remarks

Each RulerLevel2 object represents the first-line and left indent for text at a particular outline level. This collection always contains five members — one for each of the available outline levels.

Properties

Application

Gets an Application object that represents the container application for the RulerLevel2 object. Read-only.

Count

Gets a Integer indicating the number of items in the RulerLevel2 collection. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the RulerLevel2 object was created. Read-only.

Parent

Gets the parent object for the RulerLevel2 object. Read-only.

Methods

GetEnumerator()
Item(Object)

Gets a member of the RulerLevel2 collection.

Applies to