API Reference

Enum

PowerPointRectangleAlignment

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

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

Inheritance

  • Enum
  • PowerPointRectangleAlignment

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 PowerPointRectangleAlignment TopLeft #

Represents the Open XML value tl.

Value: 0
public const PowerPointRectangleAlignment Top #

Represents the Open XML value t.

Value: 1
public const PowerPointRectangleAlignment TopRight #

Represents the Open XML value tr.

Value: 2
public const PowerPointRectangleAlignment Left #

Represents the Open XML value l.

Value: 3
public const PowerPointRectangleAlignment Center #

Represents the Open XML value ctr.

Value: 4
public const PowerPointRectangleAlignment Right #

Represents the Open XML value r.

Value: 5
public const PowerPointRectangleAlignment BottomLeft #

Represents the Open XML value bl.

Value: 6
public const PowerPointRectangleAlignment Bottom #

Represents the Open XML value b.

Value: 7
public const PowerPointRectangleAlignment BottomRight #

Represents the Open XML value br.

Value: 8