Sort Score
Result 10 results
Languages All
Labels All
Results 8,481 - 8,490 of 17,107 for

docx to doc

(0.07 sec)
  1. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....Document doc = new Document(); Run run = new Run(doc, "Hello world...setHighlightColor(Color.YELLOW); doc.getFirstSection().getBody().getFirstParagraph()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Extract Text and Images from ODT File Online an...

    Online ODT file parser app. Python API code To extract images and text from ODT Document....Parse DOC Files (Microsoft Word Binary Format) Parse DOCX Files...formats, such as Microsoft Word’s DOCX format or PDF, for wider compatibility...

    products.aspose.com/total/python-net/parse/odt/
  3. Aspose::Words::Document::ExtractPages method | ...

    Aspose::Words::Document::ExtractPages method. Returns the Document object representing specified range of pages in C++.... auto doc = System :: MakeObject < Aspose...entities.docx" ); doc = doc -> ExtractPages ( 0 , 2 ); doc -> Save...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. PageSetup.line_number_distance_from_text proper...

    PageSetup.line_number_distance_from_text property. Gets or sets distance between the right edge of line numbers and the left edge of the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can use the section's...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Merge Documents via Android Mobile Apps | produ...

    Combine two or more separate Documents including Microsoft Word, Excel, PowerPoint and PDF and via your mobile application. Test the merging results online....Android Merge DOC Files Merge DOCM Files Merge DOCX Files Merge...

    products.aspose.com/total/android-java/merge/
  6. Stroke.StartArrowLength | Aspose.Words for .NET

    Discover the Stroke StartArrowLength property To cusTomize your design's arrowhead length, enhancing visual appeal and precision in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Document.grammar_checked property | Aspose.Word...

    Document.grammar_checked property. Returns ``True`` if the Document has been checked for grammar.... doc = aw . Document () # The string...string with spelling errors. doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Font::get_AllCaps method | Aspos...

    Aspose::Words::Font::get_AllCaps method. True if the font is formatted as all capital letters in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/fon...
  9. ChartAxisTitle | Aspose.Words for Java

    Provides access To the axis title properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  10. ChartSeriesGroup | Aspose.Words for Java

    Represents properties of a chart series group that is the properties of chart series of the same type associated with the same axes in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...