Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 168,875 for

doc

(0.12 sec)
  1. | Aspose

    Sample code for GIF to Doc Java conversion. Use API example code for batch GIF files to Doc conversion within any Web or Desktop Java based application....Conversion GIF to Doc HTML JPG OCR XML BMP DOC Aspose.OCR for Java...that converts an GIF image to DOC document: Create an instance...

    products.aspose.com/ocr/java/conversion/gif-to-...
  2. Working with Hyperlinks | Aspose.Note Documenta...

    A comprehensive guide on creating and managing hyperlinks within your project....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/note/net/working-with-hyperlinks/
  3. NodeRendererBase.Save | Aspose.Words for .NET

    Discover the NodeRendererBase Save method. Easily render shapes as images and save them to files for seamless integration and enhanced productivity.... Document doc = new Document ( MyDir + "Office...OfficeMath math = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.ren...
  4. FootnoteOptions class | Aspose.Words for Node.js

    Aspose.Words.Notes.FootnoteOptions class. Represents the footnote numbering options for a Document or section... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A footnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HeaderFooterCollection class | Aspose.Words for...

    aspose.words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)... doc = aw . Document ( file_name =... as_section (), b ), list ( doc ))): # There are three kinds...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FormFieldCollection.RemoveAt | Aspose.Words for...

    Effortlessly remove a form field using the FormFieldCollection RemoveAt method. Streamline your forms with this efficient index-based solution....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FormField.SetTextInputValue | Aspose.Words for ...

    Discover how the FormField SetTextInputValue method enhances text formatting and efficiently stores results, streamlining your data input process....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. CommentRangeEnd | Aspose.Words for .NET

    Discover the CommentRangeEnd constructor, effortlessly create new instances of this class for seamless code integration and enhanced functionality....DocumentBase doc , int id ) Parameter Type Description doc DocumentBase...CreateCommentsAndPri () { Document doc = new Document (); Comment newComment...

    reference.aspose.com/words/net/aspose.words/com...
  9. Aspose::Words::Document::get_FootnoteOptions me...

    Aspose::Words::Document::get_FootnoteOptions method. Provides options that control numbering and positioning of footnotes in this Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A footnote is a way to...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Row.ensure_minimum method | Aspose.Words for Py...

    Row.ensure_minimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/).... doc = aw . Document () table = aw...aw . tables . Table ( doc ) doc . first_section . body . append_child...

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