Sort Score
Result 10 results
Languages All
Labels All
Results 9,731 - 9,740 of 17,140 for

docx to doc

(0.08 sec)
  1. Aspose::Words::Story::get_Paragraphs method | A...

    Aspose::Words::STory::get_Paragraphs method. Gets a collection of paragraphs that are immediate children of the sTory in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Revisions.docx" ); // This document contains...

    reference.aspose.com/words/cpp/aspose.words/sto...
  2. Aspose::Words::Drawing::Charts::ChartNumberForm...

    Aspose::Words::Drawing::Charts::ChartNumberFormat class. Represents number formatting of the parent element. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. DocumentBuilder.insert_document method | Aspose...

    aspose.words.DocumentBuilder.insert_Document method...[ Hide ] insert_document(src_doc, import_format_mode) Inserts...insert_document ( self , src_doc : aspose . words . Document ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Ruby bought...

    reference.aspose.com/words/java/com.aspose.word...
  5. InlineStory.LastParagraph | Aspose.Words for .NET

    Discover the InlineSTory LastParagraph property To effortlessly access the final paragraph of your sTory, enhancing your content management experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Footnote footnote = builder...

    reference.aspose.com/words/net/aspose.words/inl...
  6. InlineStory.Tables | Aspose.Words for .NET

    Discover InlineSTory Tables. Access a collection of sTory tables that enhance your data organization and sTorytelling capabilities. Explore now!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Footnote footnote = builder...

    reference.aspose.com/words/net/aspose.words/inl...
  7. 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...
  8. Cell.last_paragraph property | Aspose.Words for...

    Cell.last_paragraph property. Gets the last paragraph among the immediate children.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a table with red...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_SmartParagraphBreakReplacement method. Gets or sets a boolean value indicating either it is allowed To replace paragraph break when there is no next sibling paragraph. The default value is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create table with paragraph...

    reference.aspose.com/words/cpp/aspose.words.rep...
  10. DocumentBuilder.insert_html method | Aspose.Wor...

    aspose.words.DocumentBuilder.insert_html method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) html = "<p align='right'>Paragraph...

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