Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 167,256 for

doc

(0.11 sec)
  1. FindReplaceOptions.ignore_field_codes property ...

    FindReplaceOptions.ignore_field_codes property. Gets or sets a boolean value indicating either to ignore text inside field codes... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . insert_field ( 'INCLUDETEXT'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document Conversion via C++ | products.aspose.com

    Convert various Document formats such as Word, Excel, PowerPoint, PDF, JSON, Images and more using C++ API....API supports Microsoft Word DOC/DOCX to Excel conversion. Process...Process is, Load Word DOC / DOCX file using Document class reference...

    products.aspose.com/total/cpp/conversion/
  3. Make A Document In Java

    Create a file using Java library. Easily create a new Document in Java in a few steps....easily make a document in PDF, DOC, DOCX, HTML, EPUB, and many other...supported format – PDF, DOCX, DOC, RTF, ODT, EPUB, HTML and other...

    products.aspose.com/words/java/make/
  4. Aspose::Words::Notes::EndnoteOptions class | As...

    Aspose::Words::Notes::EndnoteOptions class. Represents the endnote numbering options for a Document or section. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // An endnote is a way to...

    reference.aspose.com/words/cpp/aspose.words.not...
  5. SmartTag | Aspose.Words for .NET

    Create dynamic SmartTags effortlessly with our constructor. Enhance your projects with customizable features and seamless integration for optimal performance....DocumentBase doc ) Parameter Type Description doc DocumentBase...public void Create () { Document doc = new Document (); // A smart...

    reference.aspose.com/words/net/aspose.words.mar...
  6. CustomXmlPartCollection.GetEnumerator | Aspose....

    Explore the CustomXmlPartCollection's GetEnumerator method to easily iterate through all collection items, enhancing your XML data management.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  7. MailMerge.CleanupOptions | Aspose.Words for .NET

    Optimize your mail merge with the CleanupOptions property—easily manage which items to remove for a seamless, efficient process.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.mai...
  8. StructuredDocumentTag.xml_mapping property | As...

    StructuredDocumentTag.xml_mapping property. Gets an object that represents the mapping of this structured Document tag to XML data in a custom XML part of the current Document.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CustomXmlPartCollection.get_by_id method | Aspo...

    CustomXmlPartCollection.get_by_id method. Finds and returns a custom XML part by its identifier.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FramesetCollection.count property | Aspose.Word...

    FramesetCollection.count property. Gets the number of frames or frames pages contained in the collection.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

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