feat: 初始化 fl-knowledge 仓库 - 防雷项目源码
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System.Collections;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Microsoft.Office.Interop.Word;
|
||||
|
||||
[ComImport]
|
||||
[CompilerGenerated]
|
||||
[DefaultMember("Item")]
|
||||
[Guid("0002094A-0000-0000-C000-000000000046")]
|
||||
[TypeIdentifier]
|
||||
public interface Cells : IEnumerable
|
||||
{
|
||||
void _VtblGap1_11();
|
||||
|
||||
[DispId(1104)]
|
||||
WdCellVerticalAlignment VerticalAlignment
|
||||
{
|
||||
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
||||
[DispId(1104)]
|
||||
get;
|
||||
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
||||
[DispId(1104)]
|
||||
[param: In]
|
||||
set;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user