Files

26 lines
590 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Office.Interop.Word;
[ComImport]
[CompilerGenerated]
[Guid("00020953-0000-0000-C000-000000000046")]
[TypeIdentifier]
public interface _ParagraphFormat
{
void _VtblGap1_6();
[DispId(101)]
WdParagraphAlignment Alignment
{
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
[DispId(101)]
get;
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
[DispId(101)]
[param: In]
set;
}
}