Sort Score
Result 10 results
Languages All
Labels All
Results 5,961 - 5,970 of 18,678 for

insert documents

(0.12 sec)
  1. ChartDataLabelPosition | Aspose.Words for Java

    Specifies the position for a chart data label in Java.... Document doc = new Document(); DocumentBuilder...new DocumentBuilder(doc); // Insert column chart. Shape shape =...

    reference.aspose.com/words/java/com.aspose.word...
  2. 将 Markdown 翻译为 DOM|Python via .NET 格式的 Aspose.W...

    使用 Python 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。...将 Markdown 翻译为 Document Object Model (DOM) Contents [ Hide ]...要以编程方式读取、操作和修改文档的内容和格式,您需要将其转换为 Aspose.Words Document Object Model (DOM)。 与Word文档相比,Markdown不符合...

    docs.aspose.com/words/zh/python-net/translate-m...
  3. Revision.date_time property | Aspose.Words for ...

    Revision.date_time property. Gets or sets the date/time of this revision....revisions in a document. doc = aw . Document () builder = aw...) # Normal editing of the document does not count as a revision...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to fetch entities from a block reference in...

    how to fetch entities from a block reference in dwg file using Aspose.cad for dotnet. The Block reference consists of a ellipse and text....can refer to the official documentation on Get Block Attribute Value...CadEntityTypeName.INSERT) { CadInsertObject insert = (CadInsertObject)baseEntity;...

    forum.aspose.com/t/how-to-fetch-entities-from-a...
  5. HtmlSaveOptions.scale_image_to_shape_size prope...

    HtmlSaveOptions.scale_image_to_shape_size property. Specifies whether images are scaled by Aspose.Words to the bounding shape size when exporting to HTML, MHTML or EPUB...image in a Microsoft Word document is a shape. The shape has...browser when displaying the document. When HtmlSaveOptions.sca...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Saving::XpsSaveOptions::XpsSaveO...

    Aspose::Words::Saving::XpsSaveOptions::XpsSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the Xps format in C++....that can be used to save a document in the Xps format. Aspose...the outline of a saved XPS document. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::NodeList::idx_get method | Aspos...

    Aspose::Words::NodeList::idx_get method. Retrieves a node at the given index in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...DocumentBuilder > ( doc ); // Insert some nodes with a DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Chart Formatting|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Sparklines in Microsoft Excel To insert sparklines in Microsoft Excel...the side of the data. Click Insert on the ribbon and then choose...

    docs.aspose.com/cells/java/chart-formatting/
  9. FieldXE class | Aspose.Words for Python

    aspose.words.fields.FieldXE class. Implements the XE field...the Working with Fields documentation article. Remarks Defines...modifications made to the document. (Inherited from Field ) is_italic...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to Insert circle in PDF using C#....Create a PDF file using the Document object and add a page to it...process to add circle to PDF document using C# such that all the...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...