RulerLevel2 Interface

Definition

Contains first-line indent and hanging indent information for an outline level.

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

Remarks

The RulerLevel2 object is a member of the RulerLevels2 collection. The RulerLevels2 collection contains a RulerLevel2 object for each of the five available outline levels.

Properties

Application

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

Creator

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

FirstMargin

Gets or sets the first-line indent for the specified outline level, in points. Read/write.

LeftMargin

Gets or sets the left indent for the specified outline level, in points. Read/write.

Parent

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

Applies to