API Reference

Class

LegacyPptTextRuler

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Represents a TextRulerAtom decoded from a binary PowerPoint text box.

Inheritance

  • Object
  • LegacyPptTextRuler

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public Nullable<Int16> LevelCount { get; } #

Gets the declared ruler level count, when present.

public Nullable<Int16> DefaultTabSize { get; } #

Gets the default tab size in PowerPoint master units.

public IReadOnlyList<LegacyPptTabStop> TabStops { get; } #

Gets the ruler-wide explicit tab stops.

public IReadOnlyList<LegacyPptTextRulerLevel> Levels { get; } #

Gets margins and indentation by paragraph level.

public Boolean HasUnprojectedFormatting { get; } #

Gets whether a ruler value is retained but cannot be represented natively.

public Boolean HasFormatting { get; } #

Gets whether this ruler contains native paragraph formatting.