Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 43,962 for

doc

(0.06 sec)
  1. 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...
  2. FindReplaceOptions.FindWholeWordsOnly | Aspose....

    Discover how the FindWholeWordsOnly property enhances your search with accurate results, ensuring oldValue matches only as a standalone word.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Jackson...

    reference.aspose.com/words/net/aspose.words.rep...
  3. Document.pageCount property | Aspose.Words for ...

    Document.pageCount property. Gets the number of pages in the Document as calculated by the most recent page layout operation.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Page 1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. ThemeFont enumeration | Aspose.Words for Python

    aspose.words.themes.ThemeFont enumeration. Specifies the types of theme font names for Document themes.... doc = aw . Document () # Define fonts...default. doc . theme . minor_fonts . latin = 'Algerian' doc . theme...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldCitation.source_tag property | Aspose.Word...

    FieldCitation.source_tag property. Gets or sets a value that matches the Tag element's value of the source to insert.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. 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...
  9. 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...
  10. 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...