Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 18,402 for

docx to doc

(0.43 sec)
  1. Paragraph.AppendField | Aspose.Words for .NET

    Enhance your Document with the Paragraph AppendField method, seamlessly adding cusTom fields To paragraphs for improved organization and clarity....Document doc = new Document (); Paragraph paragraph = doc . FirstSection..."Placeholder value" ); Assert . That ( doc . Range . Fields [ 2 ]. Result...

    reference.aspose.com/words/net/aspose.words/par...
  2. CustomPartCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your project with the CusTomPartCollection Add method—quickly add items To your collection for seamless integration and efficiency.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Node.GetText | Aspose.Words for .NET

    Discover the Node GetText method To effortlessly retrieve text from a node and its child elements, enhancing your data management and development efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert paragraphs with...

    reference.aspose.com/words/net/aspose.words/nod...
  4. FieldNext | Aspose.Words for Java

    Implements the NEXT field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a data source for...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Settings::WriteProtection::SetPa...

    Aspose::Words::Settings::WriteProtection::SetPassword method. Sets the write protection password for the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. FieldFootnoteRef | Aspose.Words for Java

    Implements the FOOTNOTEREF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("This document...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Dear "); FieldMergeField...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.Words or Open XML SDK|Aspose.Words for Java

    Aspose.Words for Java is a very useful Document processing library that provides great support for all Microsoft Word and other Document formats. Open XML SDK and Aspose.Words do not compete with each other because they address quite different needs....simple programming operation on a DOCX document, then the Open XML...such as generating a simple DOCX document or removing comments...

    docs.aspose.com/words/java/aspose-words-or-open...
  9. Inline.font property | Aspose.Words for Python

    Inline.font property. Provides access To the font formatting of this object.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Paragraph.paragraph_format property | Aspose.Wo...

    Paragraph.paragraph_format property. Provides access To the paragraph formatting properties.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...