Sort Score
Result 10 results
Languages All
Labels All
Results 9,521 - 9,530 of 18,479 for

docx to doc

(0.11 sec)
  1. IMailMergeDataSource.GetValue | Aspose.Words fo...

    Discover the IMailMergeDataSource GetValue method, effortlessly retrieve field values or get false if not found. Streamline your data management Today!...CustomDataSource () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.mai...
  2. Aspose::Words::Font::get_SizeBi method | Aspose...

    Aspose::Words::Font::get_SizeBi method. Gets or sets the font size in points used in a right-To-left Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Define a set of font settings...

    reference.aspose.com/words/cpp/aspose.words/fon...
  3. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the Document.... let doc = new aw . Document ( base .... myDir + "Document.docx" ); // This document has one section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. RevisionGroupCollection | Aspose.Words for Java

    A collection of RevisionGroup objects that represent revision groups in the Document in Java....Document doc = new Document(getMyDir() + "Revisions.docx"); RevisionGroup...RevisionGroup revisionGroup = doc.getRevisions().getGroups().get(0);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Open a Document Read-Only in Python|Aspose.Word...

    Make your Document read-only so that the content can be copied or read, but not modified using Python....words as aw doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( "Open document...

    docs.aspose.com/words/python-net/open-a-documen...
  6. Bibliography.BibliographyStyle | Aspose.Words f...

    Discover the BibliographyStyle property easily manage and cusTomize your bibliography's active style for enhanced organization and presentation....Document doc = new Document ( MyDir + "Bibliography.docx" ); //...with the following code: // doc.Bibliography.BibliographyStyle...

    reference.aspose.com/words/net/aspose.words.bib...
  7. Font.auto_color property | Aspose.Words for Python

    Font.auTo_color property. Returns the present calculated color of the text (black or white) To be used for 'auTo color'... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # If a run's Font object...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldArgumentBuilder constructor | Aspose.Words...

    FieldArgumentBuilder construcTor. Initializes an instance of the [FieldArgumentBuilder](../) class.... doc = aw . Document () # Below are...build_and_insert ( ref_node = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  9. EndnoteOptions.restart_rule property | Aspose.W...

    EndnoteOptions.restart_rule property. Determines when auTomatic numbering restarts.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Footnotes and endnotes...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ParagraphFormat.spaceBeforeAuto property | Aspo...

    ParagraphFormat.spaceBeforeAuTo property. True if the amount of spacing before the paragraph is set auTomatically.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Apply a large amount of...

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