Sort Score
Result 10 results
Languages All
Labels All
Results 8,211 - 8,220 of 88,662 for

doc format

(0.09 sec)
  1. Add bullets or numbers to a list in NPOI|Aspose...

    Add bullets or numbers to a list within a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Bold = true...

    docs.aspose.com/words/net/add-bullets-or-number...
  2. ListCollection indexer | Aspose.Words for Python

    ListCollection indexer. Gets a list by index....Examples Shows how to apply list formatting of an existing list to a...a collection of paragraphs. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Row | Aspose.Words for Java

    Represents a table row in Java....Document doc = new Document(); Table table = new Table(doc); doc...paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::InlineStory class | Aspose.Words...

    Aspose::Words::InlineStory class. Base class for inline-level nodes that can contain paragraphs and tables. To learn more, visit the Documentation article in C++....Provides access to the font formatting of the anchor character of...into a string in the specified format. ToString (const System::S...

    reference.aspose.com/words/cpp/aspose.words/inl...
  5. Export SXC to DOCX in Android or with free Onli...

    Android API to Convert SXC to DocX without using Microsoft Word or online. Test free SXC to DocX online converter quickly before integrating the code....Convert The SXC file format is a spreadsheet format used by the OpenOffice...application. It is a popular format for storing and sharing data...

    products.aspose.com/total/android-java/conversi...
  6. Convert PPT to WORD in Python or with free Onli...

    PPT to WORD conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free PPT to WORD online converter quickly before integrating the code....convert the PPT file into a PDF format. This API provides a wide range... It also supports various formats such as PPT, PPTX, ODP, and...

    products.aspose.com/total/python-net/conversion...
  7. DocSaveOptions.save_routing_slip property | Asp...

    DocSaveOptions.save_routing_slip property. When ``False``, RoutingSlip data is not saved to output Document...for older Microsoft Word formats. doc = aw . Document () builder...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.package_custom_parts property | Aspose...

    Document.package_custom_parts property. Gets or sets the collection of custom parts (arbitrary content) that are linked to the OOXML package using unknown relationships.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

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

    Aspose.Words.CommentRangeEnd class. Denotes the end of a region of text that has a comment associated with it...Description CommentRangeEnd(doc, id) Initializes a new instance...into a string in the specified format. (Inherited from Node ) toString(saveOptions)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CleanupOptions.duplicate_style property | Aspos...

    CleanupOptions.duplicate_style property. Gets/sets a flag indicating whether duplicate styles should be removed from Document... doc = aw . Document () # Add two...duplicate of the first. my_style = doc . styles . add ( aw . StyleType...

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