Sort Score
Result 10 results
Languages All
Labels All
Results 8,191 - 8,200 of 18,476 for

docx to doc

(0.15 sec)
  1. 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...
  2. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.Document property. Gets or sets the [DocumentBuilder.Document](./) object that this object is attached To.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Row.row_format property | Aspose.Words for Python

    Row.row_format property. Provides access To the formatting properties of the row.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  4. IStructuredDocumentTag.lock_contents property |...

    IStructuredDocumentTag.lock_contents property. When set To true, this property will prohibit a user from editing the contents of this SDT.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a plain text structured...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldOptions.BarcodeGenerator | Aspose.Words fo...

    Create cusTom barcodes effortlessly with FieldOptions BarcodeGeneraTor. Enhance your invenTory management and streamline operations Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use a custom IBarcodeGenerator...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::Saving::SaveOptions::get_UpdateA...

    Aspose::Words::Saving::SaveOptions::get_UpdateAmbiguousTextFont method. Determines whether the font attributes will be changed according To the character code being used in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Special symbol.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Exporting documents with images to Markdown fai...

    When I try To use ASPOSE Words To convert a Document with images To Markdown, and FIPS mode is enabled, I get the following error: An attempt To open a file which uses MD5 algorithm. This algorithm is not on the FIPS ap…...docx"; Document doc = new Document(inputPath);...with base64 images..."); try { doc.save(outputPath, saveOptions);...

    forum.aspose.com/t/exporting-documents-with-ima...
  8. ImageData.source_full_name property | Aspose.Wo...

    ImageData.source_full_name property. Gets or sets the path and name of the source file for the linked image.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) image_file_name = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CommentCollection class | Aspose.Words for Node.js

    Aspose.Words.CommentCollection class. Provides typed access To a collection of [Comment](../comment/) nodes... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Helo...

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

    Discover the Aspose.Words.CommentCollection class for easy access To Comment nodes, enhancing Document editing and collaboration in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Helo...

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