Sort Score
Result 10 results
Languages All
Labels All
Results 6,501 - 6,510 of 182,433 for

doc

(0.12 sec)
  1. C++ API to Export PCL to GIF | products.aspose.com

    Convert PCL to GIF within C++ applications....to convert PCL file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to GIF. Aspose.Total for C++...

    products.aspose.com/total/cpp/conversion/pcl-to...
  2. ListCollection.AddCopy | Aspose.Words for .NET

    Discover the ListCollection AddCopy method to effortlessly duplicate a list and enhance your Document's collection with ease and efficiency.... Document doc = new Document (); // A list...first list level. List list1 = doc . Lists . Add ( ListTemplate...

    reference.aspose.com/words/net/aspose.words.lis...
  3. PlainTextDocument | Aspose.Words for .NET

    Effortlessly create plain text Documents with our PlainTextDocument constructor. Enjoy automatic file format detection for seamless integration!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . Save...

    reference.aspose.com/words/net/aspose.words/pla...
  4. Document.built_in_document_properties property ...

    Document.built_in_Document_properties property. Returns a collection that represents all the built-in Document properties of the Document.... doc = aw . Document ( MY_DIR + 'Properties...'Document filename: \n\t " { doc . original_file_name } "' ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Working with Visual Brush in XPS file | Python

    How to work with visual brush of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/page/python-net/xps/working-wit...
  6. PlainTextDocument constructor | Aspose.Words fo...

    aspose.words.PlainTextDocument constructor... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . save...

    reference.aspose.com/words/python-net/aspose.wo...
  7. C++ API to Export PDF to DOTM | products.aspose...

    Convert PDF to DOTM within C++ applications....to convert PDF file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to DOTM. The Aspose.PDF for C++...

    products.aspose.com/total/cpp/conversion/pdf-to...
  8. FieldPrivate | Aspose.Words for Java

    Implements the PRIVATE field in Java.... Document doc = new Document(getMyDir() + "Field...FieldPrivate field = (FieldPrivate) doc.getRange().getFields().get(0);...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldNumPages | Aspose.Words for Java

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

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

    Implements the MERGESEQ field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Dear "); FieldMergeField...

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