37 lines
989 B
C#
37 lines
989 B
C#
|
|
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
|
||
|
|
}
|