Files
fl-knowledge/Microsoft.Office.Interop.Word/WdCellVerticalAlignment.cs
T

15 lines
447 B
C#
Raw Normal View History

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
}