Sort Score
Result 10 results
Languages All
Labels All
Results 7,351 - 7,360 of 18,490 for

docx to doc

(0.14 sec)
  1. Protect Documents with Password via C++ | produ...

    Lock PDF, Microsoft Excel spreadsheets, PowerPoint Presentations and Word Documents with passwords via your C++ application. Apply password protection with ease....Options with C++ Protect DOC Files Protect DOCX Files Protect Excel...

    products.aspose.com/total/cpp/protect/
  2. FieldSet | Aspose.Words for Java

    Implements the SET field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Name bookmarked text with...

    reference.aspose.com/words/java/com.aspose.word...
  3. How do I extract the entire point with it's sub...

    Suppose this is the text I need To extract from a Document NOW THEREFORE the parties agree as follows: 1. All information disclosed by one party To the other To evaluate the Project and/or Purpose that is designated in…...document Document doc = new Document("YourDocument.docx"); // Iterate...para : (Iterable<Paragraph>) doc.getChildNodes(NodeType.PARAGRAPH...

    forum.aspose.com/t/how-do-i-extract-the-entire-...
  4. Paragraph.insert_field method | Aspose.Words fo...

    aspose.words.Paragraph.insert_field method... doc = aw . Document () para = doc . first_section...child nodes: run = aw . Run ( doc = doc ) run . text = 'This run was...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Node.nextPreOrder method | Aspose.Words for Nod...

    Node.nextPreOrder method. Gets next node according To the pre-order tree traversal algorithm....let doc = new aw . Document ( base . myDir + "Images.docx" );...); expect ( doc . getChildNodes ( aw . NodeType . Shape , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CompositeNode.AppendChild | Aspose.Words for .NET

    Discover how the CompositeNode AppendChild method enhances your coding by seamlessly adding nodes To your child node list. Boost your development efficiency!... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/com...
  7. Merge PPSX Files Online or using C++ | products...

    Free online app To combine different PPSX presentations. C++ merging library code To merge PPSX presentation inTo format of your choice....required format: PPTX, PDF, DOCX, DOC, XLSX, Image, HTML, and others...(Comma Seperated Values) Merge DOC Files (Microsoft Word Binary...

    products.aspose.com/total/cpp/merge/ppsx/
  8. Merge XLTM Files Online or using C++ | products...

    Free online app To combine different XLTM files. C++ merging library code To merge XLTM worksheets inTo other formats....format: XLSX, PPTX, PDF, DOCX, DOC, Image, HTML, and others Click...[Product Documentation](https://docs.aspose.com/cells/cpp/system-requirements/)...

    products.aspose.com/total/cpp/merge/xltm/
  9. Aspose::Words::Tables::Cell::get_CellFormat met...

    Aspose::Words::Tables::Cell::get_CellFormat method. Provides access To the formatting properties of the cell in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Aspose::Words::Document::get_PackageCustomParts...

    Aspose::Words::Document::get_PackageCusTomParts method. Gets or sets the collection of cusTom parts (arbitrary content) that are linked To the OOXML package using "unknown relationships" in C++.... auto doc = System :: MakeObject < Aspose...parts OOXML package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words/doc...