C#设置word段落首行缩进为0

1  PublicVar.m_WordApp.Selection.ParagraphFormat.CharacterUnitFirstLineIndent = 0;
2  PublicVar.m_WordApp.Selection.ParagraphFormat.FirstLineIndent = 0;

 

posted @ 2016-07-01 16:43  东百牧码人  阅读(1200)  评论(0)    收藏  举报