feat: 初始化 fl-knowledge 仓库 - 防雷项目源码
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Microsoft.Office.Interop.Word;
|
||||
|
||||
[CompilerGenerated]
|
||||
[Guid("54AFDECB-0EC4-397D-96AB-8E2A64FD7C3A")]
|
||||
[TypeIdentifier("00020905-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Word.WdLineStyle")]
|
||||
public enum WdLineStyle
|
||||
{
|
||||
wdLineStyleNone,
|
||||
wdLineStyleSingle,
|
||||
wdLineStyleDot,
|
||||
wdLineStyleDashSmallGap,
|
||||
wdLineStyleDashLargeGap,
|
||||
wdLineStyleDashDot,
|
||||
wdLineStyleDashDotDot,
|
||||
wdLineStyleDouble,
|
||||
wdLineStyleTriple,
|
||||
wdLineStyleThinThickSmallGap,
|
||||
wdLineStyleThickThinSmallGap,
|
||||
wdLineStyleThinThickThinSmallGap,
|
||||
wdLineStyleThinThickMedGap,
|
||||
wdLineStyleThickThinMedGap,
|
||||
wdLineStyleThinThickThinMedGap,
|
||||
wdLineStyleThinThickLargeGap,
|
||||
wdLineStyleThickThinLargeGap,
|
||||
wdLineStyleThinThickThinLargeGap,
|
||||
wdLineStyleSingleWavy,
|
||||
wdLineStyleDoubleWavy,
|
||||
wdLineStyleDashDotStroked,
|
||||
wdLineStyleEmboss3D,
|
||||
wdLineStyleEngrave3D,
|
||||
wdLineStyleOutset,
|
||||
wdLineStyleInset
|
||||
}
|
||||
Reference in New Issue
Block a user