5,172
社区成员




Word::_ApplicationPtr myApp;
Word::DocumentsPtr spDocs;
Word::_DocumentPtr _spdoc;
Word::SelectionPtr spsel;
Word::_FontPtr sFont;
Word::ParagraphsPtr oParagraphs;
Word::ParagraphPtr oParagraph;
Word::InlineShapesPtr spshape;
Word::ShapesPtr shapes;
Word::_DocumentPtr activedoc;
Word::RangePtr oTargetRange;
//根据需要调用相应的API函数......