Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 18,447 for

docx to doc

(0.81 sec)
  1. FieldDdeAuto.InsertAsPicture | Aspose.Words for...

    Discover how the FieldDdeAuTo InsertAsPicture property enhances your Documents by linking objects as images for seamless integration and better presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldDdeAuto.InsertAsRtf | Aspose.Words for .NET

    Discover the FieldDdeAuTo InsertAsRtf property, easily manage linked objects in rich text format (RTF) for enhanced Document integration and versatility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldLink.InsertAsRtf | Aspose.Words for .NET

    Discover the FieldLink InsertAsRtf property To easily manage linked objects in rich text format (RTF) for enhanced Document integration and flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldDdeAuto.InsertAsUnicode | Aspose.Words for...

    Discover the FieldDdeAuTo InsertAsUnicode property, easily manage linked objects with Unicode text for enhanced data integration and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldLink.InsertAsPicture | Aspose.Words for .NET

    Discover how the FieldLink InsertAsPicture property enhances your Documents by allowing linked objects To be seamlessly inserted as images.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldDde.InsertAsRtf | Aspose.Words for .NET

    Discover how the FieldDde InsertAsRtf property enhances your Document by seamlessly inserting linked objects in rich text format (RTF) for improved formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldLink.InsertAsUnicode | Aspose.Words for .NET

    Discover the FieldLink InsertAsUnicode property To easily manage linked objects as Unicode text, enhancing data compatibility and flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Frameset class | Aspose.Words for Python

    aspose.words.framesets.Frameset class. Represents a frames page or a single frame on a frames page... doc = aw . Document ( file_name =...+ 'Frameset.docx' ) self . assertEqual ( 3 , doc . frameset ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LoadOptions.convertShapeToOfficeMath property |...

    LoadOptions.convertShapeToOfficeMath property. Gets or sets whether To convert shapes with EquationXML To Office Math objects....= isConvertShapeToOffi ; let doc = new aw . Document ( base .... myDir + "Math shapes.docx" , loadOptions ); if ( isConvertShapeToOffi...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an Document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...// Load the document Document doc = new Document(filePath); DocumentBuilder...builder = new DocumentBuilder(doc); // Iterate through all paragraphs...

    forum.aspose.com/t/bookmarking-all-the-static-t...