API Reference

Enum

PowerPointLineDashStyle

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

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

Inheritance

  • Enum
  • PowerPointLineDashStyle

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 PowerPointLineDashStyle Solid #

Represents the Open XML value solid.

Value: 0
public const PowerPointLineDashStyle Dot #

Represents the Open XML value dot.

Value: 1
public const PowerPointLineDashStyle Dash #

Represents the Open XML value dash.

Value: 2
public const PowerPointLineDashStyle LargeDash #

Represents the Open XML value lgDash.

Value: 3
public const PowerPointLineDashStyle DashDot #

Represents the Open XML value dashDot.

Value: 4
public const PowerPointLineDashStyle LargeDashDot #

Represents the Open XML value lgDashDot.

Value: 5
public const PowerPointLineDashStyle LargeDashDotDot #

Represents the Open XML value lgDashDotDot.

Value: 6
public const PowerPointLineDashStyle SystemDash #

Represents the Open XML value sysDash.

Value: 7
public const PowerPointLineDashStyle SystemDot #

Represents the Open XML value sysDot.

Value: 8
public const PowerPointLineDashStyle SystemDashDot #

Represents the Open XML value sysDashDot.

Value: 9
public const PowerPointLineDashStyle SystemDashDotDot #

Represents the Open XML value sysDashDotDot.

Value: 10