Sort Score
Result 10 results
Languages All
Labels All
Results 4,091 - 4,100 of 180,131 for

doc

(0.09 sec)
  1. Java API to Export PS to DOT | products.aspose.com

    Convert PS to DOT using on premise Java API...is to render the PS file to a DOC file using the Aspose.PDF for...to easily convert PS files to DOC files. Once the PS file has been...

    products.aspose.com/total/java/conversion/ps-to...
  2. Aspose::Words::Lists::List::get_IsRestartAtEach...

    Aspose::Words::Lists::List::get_IsRestartAtEachSection method. Specifies whether list should be restarted at each section. Default value is false in C++....option is supported only in RTF, DOC and DOCX document formats. This...numbering at each section. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.lis...
  3. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java.... Document doc = new Document(); // A blank...document node with no children. doc.removeAllChildren(); // This...

    reference.aspose.com/words/java/com.aspose.word...
  4. CustomPart.ContentType | Aspose.Words for .NET

    Discover how the CustomPart ContentType property defines your custom part's content type, enhancing functionality and user experience.... Document doc = new Document ( MyDir + "Custom...package.docx" ); Assert . That ( doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  5. CustomPart.IsExternal | Aspose.Words for .NET

    Discover the CustomPart IsExternal property, learn how it defines internal vs. external custom parts in OOXML packages for streamlined data management.... Document doc = new Document ( MyDir + "Custom...package.docx" ); Assert . That ( doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  6. ImageColorMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ImageColorMode enum to optimize Document page images. Control color modes for enhanced visual quality in your projects.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Inline.font property | Aspose.Words for Node.js

    Inline.font property. Provides access to the font formatting of this object.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ParagraphFormat.styleName property | Aspose.Wor...

    ParagraphFormat.styleName property. Gets or sets the name of the paragraph style applied to this formatting.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Paragraph.paragraphFormat property | Aspose.Wor...

    Paragraph.paragraphFormat property. Provides access to the paragraph formatting properties.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. NodeList.to_array method | Aspose.Words for Python

    NodeList.to_array method. Copies all nodes from the collection to a new array of nodes.... doc = aw . Document ( MY_DIR + 'Tables...in the document. node_list = doc . select_nodes ( '//Table//Paragraph'...

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