Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 349,298 for

document

(0.16 sec)
  1. Aspose::Words::Notes::FootnoteOptions class | A...

    Aspose::Words::Notes::FootnoteOptions class. Represents the footnote numbering options for a Document or section. To learn more, visit the Documentation article in C++....footnote numbering options for a document or section. To learn more...with Footnote and Endnote documentation article. class FootnoteOptions...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. RtfSaveOptions class | Aspose.Words for Python

    aspose.words.saving.RtfSaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.RTF](../../aspose.words/saveformat/#RTF) format...additional options when saving a document into the SaveFormat.RTF format...the Specify Save Options documentation article. Inheritance: RtfSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldShape Class | Aspose.Words for .NET

    Discover Aspose.Words.Fields.FieldShape class for effortless SHAPE field implementation. Enhance Document design with powerful features and flexibility....the Working with Fields documentation article. public class FieldShape...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  4. DocumentBase.importNode method | Aspose.Words f...

    Aspose.Words.DocumentBase.importNode method...node from another document to the current document. importNode (...belonging to the importing document. The returned node has no...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PDF to DOC Converter using Python | Aspose.PDF

    Sample code on Python for PDF to DOC conversion. Use example code for batch PDF to DOC conversion with Python and .NET...programmatically a document from PDF to DOC format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/p...
  6. Microsoft Dynamics CRM|Aspose.Words for .NET

    How to use Aspose.Words with Microsoft Dynamics CRM to perform a wide variety of Document processing tasks using C#....to perform a wide range of document processing tasks directly...convert, render and print documents without using Microsoft Word...

    docs.aspose.com/words/net/aspose-words-net-for-...
  7. Aspose::Words::Saving::PdfSaveOptions::get_Comp...

    Aspose::Words::Saving::PdfSaveOptions::get_Compliance method. Specifies the PDF standards compliance level for output Documents in C++....compliance level for output documents. Aspose :: Words :: Saving...saved PDF documents. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Document.ExtractPages | Aspose.Words for .NET

    Discover the Document ExtractPages method to effortlessly retrieve specific page ranges, enhancing your Document management and efficiency....Hide ] Document.ExtractPages method Returns the Document object...specified range of pages. public Document ExtractPages ( int index ...

    reference.aspose.com/words/net/aspose.words/doc...
  9. InlineStory.IsDeleteRevision | Aspose.Words for...

    Discover how InlineStory's IsDeleteRevision property enhances your Microsoft Word experience by tracking deleted changes effortlessly.... Document doc = new Document ( MyDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/net/aspose.words/inl...
  10. Create Tables|Aspose.Words for Java

    Create tables inside a Document easily and fast instead of using Apache POI....write Java // The path to the documents directory. String dataDir...AsposeCreateTable . class ); Document doc = new Document (); DocumentBuilder...

    docs.aspose.com/words/java/create-tables/