feat: 初始化 fl-knowledge 仓库 - 防雷项目源码
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Microsoft.Office.Interop.Word;
|
||||
|
||||
[CompilerGenerated]
|
||||
[Guid("B46D9062-1DB3-34C7-93D1-5E575E00B829")]
|
||||
[TypeIdentifier("00020905-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Word.WdParagraphAlignment")]
|
||||
public enum WdParagraphAlignment
|
||||
{
|
||||
wdAlignParagraphLeft = 0,
|
||||
wdAlignParagraphCenter = 1,
|
||||
wdAlignParagraphRight = 2,
|
||||
wdAlignParagraphJustify = 3,
|
||||
wdAlignParagraphDistribute = 4,
|
||||
wdAlignParagraphJustifyMed = 5,
|
||||
wdAlignParagraphJustifyHi = 7,
|
||||
wdAlignParagraphJustifyLow = 8,
|
||||
wdAlignParagraphThaiJustify = 9
|
||||
}
|
||||
Reference in New Issue
Block a user