5,173
社区成员
发帖
与我相关
我的任务
分享

object FileName = savePath;
object FileFormat = WdSaveFormat.wdFormatFilteredHTML;
object LockComments = Type.Missing;
object Password = Type.Missing;
object AddToRecentFiles = Type.Missing;
object WritePassword = Type.Missing;
object ReadOnlyRecommended = Type.Missing;
object EmbedTrueTypeFonts = Type.Missing;
object SaveNativePictureFormat = Type.Missing;
object SaveFormsData = Type.Missing;
object SaveAsAOCELetter = Type.Missing;
object Encoding = Type.Missing;
object InsertLineBreaks = Type.Missing;
object AllowSubstitutions = Type.Missing;
object LineEnding = Type.Missing;
object AddBiDiMarks = Type.Missing;
doc.SaveAs(ref FileName, ref FileFormat, ref LockComments, ref Password, ref AddToRecentFiles, ref WritePassword, ref ReadOnlyRecommended, ref EmbedTrueTypeFonts, ref SaveNativePictureFormat, ref SaveFormsData, ref SaveAsAOCELetter, ref Encoding, ref InsertLineBreaks, ref AllowSubstitutions, ref LineEnding, ref AddBiDiMarks);