15 lines
390 B
C#
15 lines
390 B
C#
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace Microsoft.Office.Interop.Word;
|
|
|
|
[CompilerGenerated]
|
|
[Guid("EC986BD6-35C2-368D-94D8-AC3850019ABA")]
|
|
[TypeIdentifier("00020905-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Word.WdRowAlignment")]
|
|
public enum WdRowAlignment
|
|
{
|
|
wdAlignRowLeft,
|
|
wdAlignRowCenter,
|
|
wdAlignRowRight
|
|
}
|