Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 168,887 for

doc

(0.04 sec)
  1. FileFormatUtil.load_format_to_extension method ...

    FileFormatUtil.load_format_to_extension method. Converts a load format enumerated value into a file extension...missing file extension' ) as doc_stream : info = aw . FileFormatUtil...detect_file_format ( stream = doc_stream ) load_format = info ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. C# API to Export PS to DOT | products.aspose.com

    Convert PS to DOT without using Microsoft Word...PostScript (PS) files to the DOC format. After the conversion...API can be used to render the DOC file to DOT format. The Aspose...

    products.aspose.com/total/net/conversion/ps-to-...
  3. DocumentBuilder constructor | Aspose.Words for ...

    aspose.words.DocumentBuilder constructor... DocumentBuilder(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . Document ):...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FileFormatUtil.saveFormatToExtension method | A...

    FileFormatUtil.saveFormatToExtension method. Converts a save format enumerated value into a file extension... Doc ); // Below are two methods of...detected file extension. let doc = new aw . Document ( docStream...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. NodeList.toArray method | Aspose.Words for Node.js

    NodeList.toArray method. Copies all nodes from the collection to a new array of nodes.... let doc = new aw . Document ( base ....the document. let nodeList = doc . selectNodes ( "//Table//Paragraph"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PageSetup.lineStartingNumber property | Aspose....

    PageSetup.lineStartingNumber property. Gets or sets the starting line number.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // We can use the section's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DefaultFontSubstitutionRule Class | Aspose.Word...

    Discover the Aspose.Words.Fonts.DefaultFontSubstitutionRule class for seamless font management and enhanced Document formatting. Optimize your workflow today!... Document doc = new Document (); FontSettings...fontSettings = new FontSettings (); doc . FontSettings = fontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Aspose::Words::Range::Replace method | Aspose.W...

    Aspose::Words::Range::Replace method. Replaces all occurrences of a character pattern specified by a regular expression with another string in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "I...

    reference.aspose.com/words/cpp/aspose.words/ran...
  9. StyleCollection.add_copy method | Aspose.Words ...

    StyleCollection.add_copy method. Copies a style into this collection.... doc = aw . Document () # The AddCopy...1_0". new_style = doc . styles . add_copy ( doc . styles . get_by_name...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CommentCollection indexer | Aspose.Words for Py...

    CommentCollection indexer. Retrieves a [Comment](../../comment/) at the given index.... doc = aw . Document () comment = aw . Comment ( doc = doc... set_text ( 'My comment.' ) doc . first_section . body . first_paragraph...

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