Do not create character style (currently not used).
This commit is contained in:
parent
2e8c881e1f
commit
2745ab819c
@ -289,6 +289,7 @@ namespace zaaReloaded2.Formatter
|
|||||||
style.set_NextParagraphStyle(Document.Styles[Properties.Settings.Default.StyleParagraph]);
|
style.set_NextParagraphStyle(Document.Styles[Properties.Settings.Default.StyleParagraph]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
style = Document.Styles[Properties.Settings.Default.StyleAbnormal];
|
style = Document.Styles[Properties.Settings.Default.StyleAbnormal];
|
||||||
@ -301,6 +302,7 @@ namespace zaaReloaded2.Formatter
|
|||||||
WdStyleType.wdStyleTypeCharacter);
|
WdStyleType.wdStyleTypeCharacter);
|
||||||
style.Font.Bold = 1;
|
style.Font.Bold = 1;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user