15 lines
447 B
C#
15 lines
447 B
C#
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace Microsoft.Office.Interop.Word;
|
|
|
|
[CompilerGenerated]
|
|
[Guid("3A818B51-713A-3E63-91A4-287C06E75F3C")]
|
|
[TypeIdentifier("00020905-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Word.WdCellVerticalAlignment")]
|
|
public enum WdCellVerticalAlignment
|
|
{
|
|
wdCellAlignVerticalTop = 0,
|
|
wdCellAlignVerticalCenter = 1,
|
|
wdCellAlignVerticalBottom = 3
|
|
}
|