We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b761d5 commit bac2ff2Copy full SHA for bac2ff2
Word-document/Continue-numbering-different-styles/Continue-numbering-different-styles/Program.cs
@@ -20,11 +20,9 @@
20
for (int i = paragraphCount - 1; i >= 0; i--)
21
{
22
WParagraph paragraph = destinationDocument.LastSection.Paragraphs[i];
23
+ // Get the current list style.
24
if (paragraph.ListFormat.CurrentListStyle != null)
- {
25
- // Get the current list style.
26
listStyle = paragraph.ListFormat.CurrentListStyle;
27
- }
28
else
29
30
// Check the paragraph style for a list style and store it.
0 commit comments