Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 9,618 for

docx to doc

(0.14 sec)
  1. Comment constructor | Aspose.Words for Python

    aspose.words.Comment construcTor...constructor Contents [ Hide ] Comment(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Paragraph.AppendField | Aspose.Words for .NET

    Enhance your Document with the Paragraph AppendField method, seamlessly adding cusTom fields To paragraphs for improved organization and clarity....Document doc = new Document (); Paragraph paragraph = doc . FirstSection...AreEqual ( "Placeholder value" , doc . Range . Fields [ 2 ]. Result...

    reference.aspose.com/words/net/aspose.words/par...
  3. How to load fonts? | API Solution for Java

    How To download fonts on yout device with the use of Aspose.Font for Java solution? The answer is given in this article explained in the code examples....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/font/java/how-to-load-fonts/
  4. LINQ Reporting Engine – Multiple Series in a Sc...

    Hello, I’m using Aspose.Words with the LINQ Reporting Engine and I’m trying To create a scatter chart with two series (temperature and conductivity), both using a common date as the X-axis. Here’s what I’ve implemented…...docx (29,8 Ko) I was able to successfully...in.docx (30.7 KB) Here is code used for testing: var doc = new...

    forum.aspose.com/t/linq-reporting-engine-multip...
  5. HeaderFooterCollection.link_to_previous method ...

    aspose.words.HeaderFooterCollection.link_To_previous method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldFootnoteRef | Aspose.Words for Java

    Implements the FOOTNOTEREF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("This document...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::HeaderFooter::get_ParentSection ...

    Aspose::Words::HeaderFooter::get_ParentSection method. Gets the parent section of this sTory in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/hea...
  8. [Defect] - Comparison time is longer for large ...

    Scenario 1:- Compare attached File1, File2 and validate pdf resulted file. Actual:- ASPOSE service taking avg 27206 milli seconds for compare. File 2 (1).Docx (131.0 KB) Another file with 12 MB file size....docx (131.0 KB) Another file with...link for the 2nd file: https://docs.google.com/document/d/1sD2i...

    forum.aspose.com/t/defect-comparison-time-is-lo...
  9. Range.replace method | Aspose.Words for Python

    aspose.words.Range.replace method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Greetings...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveOptions PageSet property To cusTomize your Document rendering. Control which pages To save for optimized output. Explore now!...Document doc = new Document ( MyDir + "Images.docx" ); ImageSaveOptions...imageOptions . PageSet = pageSet ; doc . Save ( ArtifactsDir + "ImageSaveOptions...

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