Sort Score
Result 10 results
Languages All
Labels All
Results 9,241 - 9,250 of 182,181 for

doc

(0.17 sec)
  1. Export EMAIL to ODT via C++ | products.aspose.com

    C++ API to Convert EMAIL to ODT without using Microsoft Word or Outlook...document formats, including DOC, DOCX, ODT, and HTML. With this...System :: SharedPtr < Document > doc = System :: MakeObject < Document...

    products.aspose.com/total/cpp/conversion/email-...
  2. Export EML to EPUB via C++ | products.aspose.com

    C++ API to Convert EML to EPUB without using Microsoft Word or Outlook...document formats, including DOC, DOCX, HTML, PDF, and more. It...System :: SharedPtr < Document > doc = System :: MakeObject < Document...

    products.aspose.com/total/cpp/conversion/eml-to...
  3. FieldNumWords | Aspose.Words for Java

    Implements the NUMWORDS field in Java.... Document doc = new Document(getMyDir() + "Paragraphs...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

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

    Aspose::Words::Tables::Row class. Represents a table row. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: Tables :: Table > ( doc ); doc -> get_FirstSection () ->...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. DocumentVisitor.VisitParagraphStart | Aspose.Wo...

    Discover the DocumentVisitor VisitParagraphStart method, essential for efficiently managing paragraph enumeration in your applications. Enhance your coding skills!...DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  6. HeaderFooter class | Aspose.Words for Python

    aspose.words.HeaderFooter class. Represents a container for the header or footer text of a section...Name Description HeaderFooter(doc, header_footer_type) Creates...all footers from a document. doc = aw . Document ( file_name =...

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

    Aspose.Words.Table class. Represents a table in a Word Document...Constructors Name Description Table(doc) Initializes a new instance of...build a formatted 2x2 table. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Replacer | Aspose.Words for Java

    Provides methods intended to find and replace text in the Document in Java....regex in the document: String doc = getMyDir() + "Footer.docx";...create(replacerContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldDocVariable class | Aspose.Words for Python

    aspose.words.fields.FieldDocVariable class. Implements DocVARIABLE field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of using...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldDocProperty class | Aspose.Words for Python

    aspose.words.fields.FieldDocProperty class. Implements the DocPROPERTY field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of using...

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