word如何删除所有空行?如何快速实现?
作者:佚名|分类:Word|浏览:54|发布时间:2025-03-27 05:57:59
Word如何删除所有空行?快速实现方法详解
一、引言
在编辑Word文档时,我们经常会遇到一些空行,这些空行可能会影响文档的整体美观和阅读体验。那么,如何快速删除Word文档中的所有空行呢?本文将为您详细介绍几种方法,帮助您轻松实现这一目标。
二、方法一:使用快捷键
1. 打开Word文档,选中所有内容。
2. 按下快捷键“Ctrl + H”,打开“查找和替换”对话框。
3. 在“查找内容”框中输入两个连续的回车符(即按两次“Enter”键),在“替换为”框中不输入任何内容。
4. 点击“全部替换”按钮,Word文档中所有的空行将被删除。
三、方法二:使用查找替换的高级功能
1. 打开Word文档,选中所有内容。
2. 按下快捷键“Ctrl + H”,打开“查找和替换”对话框。
3. 点击“更多”按钮,展开高级搜索选项。
4. 在“特殊格式”下拉菜单中选择“段落标记”。
5. 在“查找内容”框中点击“添加到”按钮,将“段落标记”添加到查找内容中。
6. 在“替换为”框中点击“添加到”按钮,将“段落标记”添加到替换内容中。
7. 点击“全部替换”按钮,Word文档中所有的空行将被删除。
四、方法三:使用正则表达式
1. 打开Word文档,选中所有内容。
2. 按下快捷键“Ctrl + H”,打开“查找和替换”对话框。
3. 点击“更多”按钮,展开高级搜索选项。
4. 在“特殊格式”下拉菜单中选择“段落标记”。
5. 在“查找内容”框中输入正则表达式“^(?=\n\n)”,在“替换为”框中输入“”。
6. 点击“全部替换”按钮,Word文档中所有的空行将被删除。
五、方法四:使用宏
1. 打开Word文档,按下快捷键“Alt + F11”,打开VBA编辑器。
2. 在VBA编辑器中,插入一个新模块,复制以下代码:
```
Sub DeleteEmptyLines()
Dim rng As Range
Set rng = ActiveDocument.Content
With rng.Find
.ClearFormatting
.Replacement.ClearFormatting
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
.Replacement.ClearFormatting
.Replacement.Text = ""
.Replacement.Font.Name = ""
.Replacement.Font.Size = 0
.Replacement.Font.Bold = False
.Replacement.Font.Italic = False
.Replacement.Font.Underline = wdUnderlineNone
.Replacement.Font.Strikethrough = False
.Replacement.Font.Color.RGB = RGB(0, 0, 0)
.Replacement.Font.Color.Index = 0
.Replacement.Font.Color.Shade = 0
.Replacement.Font.Color.Tint = 0
.Replacement.ParagraphFormat.LeftIndent = 0
.Replacement.ParagraphFormat.RightIndent = 0
.Replacement.ParagraphFormat.SpaceBefore = 0
.Replacement.ParagraphFormat.SpaceAfter = 0
.Replacement.ParagraphFormat.TabStops.ClearAll
.Replacement.ParagraphFormat.OutlineLevel = 0
.Replacement.ParagraphFormat.Numbering = False
.Replacement.ParagraphFormat.ListFormat = False
.Replacement.ParagraphFormat Borders = wdBorderNone
.Replacement.ParagraphFormat.Alignment = wdAlignParagraphLeft
.Replacement.ParagraphFormat.FirstLineIndent = 0
.Replacement.ParagraphFormat.HangingIndent = 0
.Replacement.ParagraphFormat.LineSpacingRule = wdLineSpaceSingle
.Replacement.ParagraphFormat.LineSpacing = 0
.Replacement.ParagraphFormat.LineSpacingMode = wdLineSpaceAtLeast
.Replacement.ParagraphFormat.BeforeAuto = 0
.Replacement.ParagraphFormat.AfterAuto = 0
.Replacement.ParagraphFormat.LineSpacingBefore = 0
.Replacement.ParagraphFormat.LineSpacingAfter = 0
.Replacement.ParagraphFormat.SpaceBeforeAuto = False
.Replacement.ParagraphFormat.SpaceAfterAuto = False
.Replacement.ParagraphFormat.PageBreakBefore = False
.Replacement.ParagraphFormat.HangingPunctuation = wdNoPunctuation
.Replacement.ParagraphFormat.WidowControl = True
.Replacement.ParagraphFormat.OutlineLevel = 0
.Replacement.ParagraphFormat.PunctuationKerning = True
.Replacement.ParagraphFormat.ExtraLineSpace = False
.Replacement.ParagraphFormat.Landscape = False
.Replacement.ParagraphFormat Hyphenation = True
.Replacement.ParagraphFormat HyphenationZone = 0
.Replacement.ParagraphFormat HyphenationLeading = 0
.Replacement.ParagraphFormat HyphenationTrailing = 0
.Replacement.ParagraphFormat HyphenationMax = 2
.Replacement.ParagraphFormat HyphenationLines = 2
.Replacement.ParagraphFormat HyphenationChars = 2
.Replacement.ParagraphFormat HyphenationExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsRule = False
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsLanguage = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsScript = 0
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsStem = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsBase = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions = ""
.Replacement.ParagraphFormat HyphenationExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptionsExceptions