API Reference
Enum
WordTextBoxHorizontalSizeReference
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.
Returned or exposed by
- Property WordTextBox.SizeRelativeHorizontally
- Field WordTextBoxHorizontalSizeReference.InsideMargin
- Field WordTextBoxHorizontalSizeReference.LeftMargin
- Field WordTextBoxHorizontalSizeReference.Margin
- Field WordTextBoxHorizontalSizeReference.OutsideMargin
- Field WordTextBoxHorizontalSizeReference.Page
- Field WordTextBoxHorizontalSizeReference.RightMargin
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const WordTextBoxHorizontalSizeReference Margin #Represents the Open XML value margin.
Value:
0public const WordTextBoxHorizontalSizeReference LeftMargin #Represents the Open XML value leftMargin.
Value:
2public const WordTextBoxHorizontalSizeReference RightMargin #Represents the Open XML value rightMargin.
Value:
3public const WordTextBoxHorizontalSizeReference InsideMargin #Represents the Open XML value insideMargin.
Value:
4public const WordTextBoxHorizontalSizeReference OutsideMargin #Represents the Open XML value outsideMargin.
Value:
5