| Line 49... |
Line 49... |
| 49 |
public const string styleName_NumPara7 = "NumPara 7";
|
49 |
public const string styleName_NumPara7 = "NumPara 7";
|
| 50 |
public const string styleName_NumPara8 = "NumPara 8";
|
50 |
public const string styleName_NumPara8 = "NumPara 8";
|
| 51 |
public const string styleName_NumPara9 = "NumPara 9";
|
51 |
public const string styleName_NumPara9 = "NumPara 9";
|
| 52 |
public const string styleName_NumPara10OrAbove = "NumPara 10 Or Above";
|
52 |
public const string styleName_NumPara10OrAbove = "NumPara 10 Or Above";
|
| 53 |
|
53 |
|
| - |
|
54 |
public const string styleName_ListIndent0 = "List Indent";
|
| - |
|
55 |
public const string styleName_ListIndent1 = "List Indent 1";
|
| - |
|
56 |
public const string styleName_ListIndent2 = "List Indent 2";
|
| - |
|
57 |
public const string styleName_ListIndent3 = "List Indent 3";
|
| - |
|
58 |
public const string styleName_ListIndent4 = "List Indent 4";
|
| - |
|
59 |
|
| - |
|
60 |
public const string styleName_ListBullet0 = "List Bullet";
|
| - |
|
61 |
public const string styleName_ListBullet1 = "List Bullet 1";
|
| - |
|
62 |
public const string styleName_ListBullet2 = "List Bullet 2";
|
| - |
|
63 |
public const string styleName_ListBullet3 = "List Bullet 3";
|
| - |
|
64 |
public const string styleName_ListBullet4 = "List Bullet 4";
|
| - |
|
65 |
|
| - |
|
66 |
public const string styleName_ListNumber0 = "List Number";
|
| - |
|
67 |
public const string styleName_ListNumber1 = "List Number 1";
|
| - |
|
68 |
public const string styleName_ListNumber2 = "List Number 2";
|
| - |
|
69 |
public const string styleName_ListNumber3 = "List Number 3";
|
| - |
|
70 |
public const string styleName_ListNumber4 = "List Number 4";
|
| - |
|
71 |
|
| - |
|
72 |
public const string styleName_AlphaList0 = "Alpha List";
|
| - |
|
73 |
public const string styleName_AlphaList1 = "Alpha List 1";
|
| - |
|
74 |
public const string styleName_AlphaList2 = "Alpha List 2";
|
| - |
|
75 |
public const string styleName_AlphaList3 = "Alpha List 3";
|
| - |
|
76 |
public const string styleName_AlphaList4 = "Alpha List 4";
|
| - |
|
77 |
|
| - |
|
78 |
public const string styleName_CodeText = "Code Text";
|
| - |
|
79 |
public const string styleName_Normal = "Normal";
|
| - |
|
80 |
public const string styleName_Note = "Note";
|
| - |
|
81 |
public const string styleName_Warning = "Warning";
|
| - |
|
82 |
|
| - |
|
83 |
|
| 54 |
public const string styleName_TableText = "Table Text";
|
84 |
public const string styleName_TableText = "Table Text";
|
| 55 |
public const string styleName_RefListNum = "Reference List Number";
|
85 |
public const string styleName_RefListNum = "Reference List Number";
|
| 56 |
public const string styleName_RefListText = "Reference List Text";
|
86 |
public const string styleName_RefListText = "Reference List Text";
|
| - |
|
87 |
|
| 57 |
public const string styleName_Normal = "Normal";
|
88 |
public const string styleName_Bold = "bold";
|
| - |
|
89 |
public const string styleName_Italic = "italic";
|
| - |
|
90 |
public const string styleName_Underline = "underline";
|
| 58 |
|
91 |
|
| 59 |
|
92 |
|
| 60 |
// Names of special elements that control EA_DocGen's activities
|
93 |
// Names of special elements that control EA_DocGen's activities
|
| 61 |
public const string EA_DocGenElementType = "InformationItem";
|
94 |
public const string EA_DocGenElementType = "InformationItem";
|
| 62 |
public const string EA_DocGenBaseName = "EA_DocGen";
|
95 |
public const string EA_DocGenBaseName = "EA_DocGen";
|