API Reference

Enum

WordTextBoxHorizontalSizeReference

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.

Inheritance

  • Enum
  • WordTextBoxHorizontalSizeReference

Usage

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

Values

public const WordTextBoxHorizontalSizeReference Margin #

Represents the Open XML value margin.

Value: 0
public const WordTextBoxHorizontalSizeReference Page #

Represents the Open XML value page.

Value: 1
public const WordTextBoxHorizontalSizeReference LeftMargin #

Represents the Open XML value leftMargin.

Value: 2
public const WordTextBoxHorizontalSizeReference RightMargin #

Represents the Open XML value rightMargin.

Value: 3
public const WordTextBoxHorizontalSizeReference InsideMargin #

Represents the Open XML value insideMargin.

Value: 4
public const WordTextBoxHorizontalSizeReference OutsideMargin #

Represents the Open XML value outsideMargin.

Value: 5