API Reference
Class
LegacyPptTextRuler
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
- Property LegacyPptTextBody.Ruler
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.