Sort Score
Result 10 results
Languages All
Labels All
Results 7,501 - 7,510 of 180,131 for

doc

(0.1 sec)
  1. SaveOptions.progressCallback property | Aspose....

    SaveOptions.progressCallback property. Called during saving a Document and accepts data about saving progress....Doc , SaveFormat.Dot , SaveFormat...saveFormat , ext ) => { let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FontSettings.get_fonts_sources method | Aspose....

    FontSettings.get_fonts_sources method. Gets a copy of the array that contains the list of sources where Aspose.Words looks for TrueType fonts.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'Arial'...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert XLSX to WORD with C++ or with free Onli...

    Convert XLSX to WORD within C++ applications or online. Test free CSV to Doc online converter quickly before integrating the code....document to DOC format using Save member function and set Doc as SaveFormat...Document class reference auto doc = MakeObject < Document >( u...

    products.aspose.com/total/cpp/conversion/xlsx-t...
  4. Convert XLTX to WORD with C++ or with free Onli...

    Convert XLTX to WORD within C++ applications or online. Test free CSV to Doc online converter quickly before integrating the code....document to DOC format using Save member function and set Doc as SaveFormat...Document class reference auto doc = MakeObject < Document >( u...

    products.aspose.com/total/cpp/conversion/xltx-t...
  5. Convert TSV to WORD with C++ or with free Onlin...

    Convert TSV to WORD within C++ applications or online. Test free CSV to Doc online converter quickly before integrating the code....document to DOC format using Save member function and set Doc as SaveFormat...Document class reference auto doc = MakeObject < Document >( u...

    products.aspose.com/total/cpp/conversion/tsv-to...
  6. ReplacerContext.find_replace_options property |...

    ReplacerContext.find_replace_options property. Find/replace options....replace string in the document: doc = MY_DIR + 'Footer.docx' pattern...replacer_context ) . from_file ( input = doc ) . to_file ( output = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Drawing::OleFormat::GetOleEntry ...

    Aspose::Words::Drawing::OleFormat::GetOleEntry method. Gets OLE object data entry in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Embed a Microsoft Visio...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. | Aspose

    Sample code for WBMP to Doc Java conversion. Use API example code for batch WBMP files to Doc conversion within any Web or Desktop Java based application....Conversion WBMP to Doc HTML JPG OCR XML BMP DOC Aspose.OCR for Java...that converts an WBMP image to DOC document: Create an instance...

    products.aspose.com/ocr/java/conversion/wbmp-to...
  9. Aspose::Words::DocumentBuilder::EndRow method |...

    Aspose::Words::DocumentBuilder::EndRow method. Ends a table row in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a cell into the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. DocumentBuilder.InsertHyperlink | Aspose.Words ...

    Enhance your Documents with DocumentBuilder's InsertHyperlink method, effortlessly adding clickable links for improved navigation and user engagement.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "For more...

    reference.aspose.com/words/net/aspose.words/doc...