feat: 初始化 fl-knowledge 仓库 - 防雷项目源码
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Microsoft.Office.Interop.Word;
|
||||
|
||||
[CompilerGenerated]
|
||||
[Guid("58B14C6F-0FE6-3BCA-880E-E3A9C039E588")]
|
||||
[TypeIdentifier("00020905-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Word.WdBreakType")]
|
||||
public enum WdBreakType
|
||||
{
|
||||
wdSectionBreakNextPage = 2,
|
||||
wdSectionBreakContinuous,
|
||||
wdSectionBreakEvenPage,
|
||||
wdSectionBreakOddPage,
|
||||
wdLineBreak,
|
||||
wdPageBreak,
|
||||
wdColumnBreak,
|
||||
wdLineBreakClearLeft,
|
||||
wdLineBreakClearRight,
|
||||
wdTextWrappingBreak
|
||||
}
|
||||
Reference in New Issue
Block a user