API Reference

Enum

PowerPointLineEndLength

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Drawing.LineEndLengthValues.

Inheritance

  • Enum
  • PowerPointLineEndLength

Usage

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

Accepted by parameters

Values

public const PowerPointLineEndLength Small #

Represents the Open XML value sm.

Value: 0
public const PowerPointLineEndLength Medium #

Represents the Open XML value med.

Value: 1
public const PowerPointLineEndLength Large #

Represents the Open XML value lg.

Value: 2