API Reference

Enum

PowerPointLineEndType

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

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

Inheritance

  • Enum
  • PowerPointLineEndType

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 PowerPointLineEndType None #

Represents the Open XML value none.

Value: 0
public const PowerPointLineEndType Triangle #

Represents the Open XML value triangle.

Value: 1
public const PowerPointLineEndType Stealth #

Represents the Open XML value stealth.

Value: 2
public const PowerPointLineEndType Diamond #

Represents the Open XML value diamond.

Value: 3
public const PowerPointLineEndType Oval #

Represents the Open XML value oval.

Value: 4
public const PowerPointLineEndType Arrow #

Represents the Open XML value arrow.

Value: 5