Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 43,967 for

doc

(0.11 sec)
  1. FieldCitation.suppress_author property | Aspose...

    FieldCitation.suppress_author property. Gets or sets whether the author information is suppressed from the citation.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  2. INodeChangingCallback.NodeInserted | Aspose.Wor...

    Discover the INodeChangingCallback NodeInserted method—triggered when a Document node is added to another, enhancing your coding efficiency....FontChangeViaCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set the node changing callback...

    reference.aspose.com/words/net/aspose.words/ino...
  3. FieldBibliography.format_language_id property |...

    FieldBibliography.format_language_id property. Gets or sets the language ID that is used to format the bibliographic sources in the Document.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldCitation.format_language_id property | Asp...

    FieldCitation.format_language_id property. Gets or sets the language ID that is used in conjunction with the specified bibliographic style to format the citation in the Document.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.UpdateActualReferenceMarks | Aspose.Wo...

    Effortlessly update all footnotes and endnotes in your Document with the Document UpdateActualReferenceMarks method, enhancing accuracy and efficiency.... Document doc = new Document ( MyDir + "Footnotes...Footnote ) doc . GetChild ( NodeType . Footnote , 1 , true ); doc . UpdateFields...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Font.highlightColor property | Aspose.Words for...

    Font.highlightColor property. Gets or sets the highlight (marker) color.... let doc = new aw . Document (); let run...run = new aw . Run ( doc , "Hello world!" ); let font = run ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.InsertGroupShape | Aspose.Words...

    Effortlessly group shapes with DocumentBuilder's InsertGroupShape method. Create organized designs by inserting new GroupShape nodes seamlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape1 = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Document.update_actual_reference_marks method |...

    Document.update_actual_reference_marks method. Updates the [Footnote.actual_reference_mark](../../../aspose.words.notes/footnote/actual_reference_mark/) property of all footnotes and endnotes in the Document.... doc = aw . Document ( file_name =...endnotes.docx' ) footnote = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FindReplaceOptions.replacingCallback property |...

    FindReplaceOptions.replacingCallback property. The user-defined method which is called before every replace occurrence....IReplacingCallback' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Our new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FieldCollection Class | Aspose.Words for .NET

    Discover Aspose.Words.FieldCollection, a powerful class for managing Field objects within specified Document ranges, enhancing your Document automation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...