Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 32,882 for

insert documents

(0.14 sec)
  1. Create a Column Chart in Word using Python

    This tutorial guides on how to create a column chart in Word using Python. It has the IDE settings, steps, and a sample code showing how to create a bar chart in Word using Python....Create a Word file using the Document class and create a DocumentBuilder...DocumentBuilder object Call the insert_chart() method using the ChartType...

    kb.aspose.com/words/python/create-a-column-char...
  2. Aspose::Words::Fields::ToaCategories class | As...

    Aspose::Words::Fields::ToaCategories class. Represents a table of authorities categories. To learn more, visit the documentation article in C++....the Working with Fields documentation article. class ToaCategories...fields. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. TextBox.InternalMarginLeft | Aspose.Words for .NET

    TextBox InternalMarginLeft property. Specifies the inner left margin in points for a shape in C#.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert another textbox with specific...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose.Cells for Node.js via Java 22.10 Release...

    Aspose.Cells for Node.js via Java 22.10 Release Notes – the latest enhancements, new features, and fixes....resource files to open an Excel document, the effect of the cells is...different from the original document Bug CELLSJAVA-44903 SVG rendition...

    docs.aspose.com/cells/nodejs-java/aspose-cells-...
  5. FieldBuilder.AddSwitch | Aspose.Words for .NET

    FieldBuilder AddSwitch method. Adds a fields switch in C#.... and then insert them into the document. Document doc = new Document...Document (); // Below are three examples of field construction...

    reference.aspose.com/words/net/aspose.words.fie...
  6. HtmlSaveOptions.AllowNegativeIndent | Aspose.Wo...

    HtmlSaveOptions AllowNegativeIndent property. Specifies whether negative left and right indents of paragraphs are normalized when saving to HTML MHTML or EPUB. Default value is false in C#.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a table with a negative indent...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Aspose::Words::Notes Namespace Reference - Aspo...

    The Aspose.Words.Notes namespace provides classes to work with Microsoft Word endnotes and footnotes....endnote numbering options for a document or section. More... class...footnote numbering options for a document or section. More... Enumerations...

    reference.aspose.com/words/cpp/namespace/aspose...
  8. OleFormat - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...objects into files. Document doc = new Document(getMyDir() + "OLE...

    reference.aspose.com/words/java/com.aspose.word...
  9. InlineStory.IsDeleteRevision | Aspose.Words for...

    InlineStory IsDeleteRevision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled in C#.... 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 HTML Table in C#

    This guide explains how to create HTML table in C#. It covers the system IDE configurations, a stepwise list, and a code snippet to build HTML table in C#....GIF Initialize an empty HTML document with the HTMLDocument class...method Add table styles and insert HTML rows and columns Add table...

    kb.aspose.com/html/net/create-html-table-in-csh...