Sort Score
Result 10 results
Languages All
Labels All
Results 4,271 - 4,280 of 17,964 for

document insertion

(0.07 sec)
  1. InlineStory.ensure_minimum method | Aspose.Word...

    InlineStory.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph....how to insert InlineStory nodes. doc = aw . Document () builder...doc ) footnote = builder . insert_footnote ( footnote_type =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. InlineStory.tables property | Aspose.Words for ...

    InlineStory.tables property. Gets a collection of tables that are immediate children of the story....how to insert InlineStory nodes. doc = aw . Document () builder...doc ) footnote = builder . insert_footnote ( footnote_type =...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CellMerge enumeration | Aspose.Words for Python

    aspose.words.tables.CellMerge enumeration. Specifies how a cell in a table is merged with other cells.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) # Insert a cell into the first column...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Hyphenation in Python|Aspose.Words...

    Use hyphenation for a more compact arrangement of text using Python. It provides advanced algorithms to work with hyphenation dictionaries, uses OpenOffice dictionaries....compact arrangement of text in a document. At the same time, it is important...a serious impact on user documents – hyphenation affects the...

    docs.aspose.com/words/python-net/working-with-h...
  5. GradientStop.remove method | Aspose.Words for N...

    GradientStop.remove method. Removes the gradient stop from the parent [GradientStopCollection](../../gradientstopcollection/).... Document (); let builder = new aw ...gradientStops . removeAt ( 1 ); // And insert new gradient stop at the same...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Merge OneNote Notebooks using C#

    This article explains how to merge OneNote notebooks using C#. It provides the IDE settings, the algorithm, and a code snippet to combine OneNote notebooks using C#....ONE file with the Document class Get the destination...with another instance of the Document class Combine the OneNote...

    kb.aspose.com/note/net/merge-onenote-notebooks-...
  7. Frequently Asked Questions | Aspose.Page for C++

    Get answers to the most frequent questions about Aspose.Page for C++, - a comprehensive API for manipulation, Conversion and editing EP,XPS and PS files....with ease: Create new XPS documents from scratch, or edit existing...allowing you to manipulate document elements like vector graphics...

    docs.aspose.com/page/cpp/faq/
  8. 更改 SVG 背景颜色 – C# 示例

    了解如何在 C# 中更改 SVG 背景颜色 - 通过直接修改 SVG、使用内联和内部 CSS 以及使用 JavaScript。...Load an SVG document from the file 11 var document = new SVGD...element of the document 14 var svgElement = document. RootElement...

    docs.aspose.com/svg/zh/net/change-svg-backgroun...
  9. FieldToc.custom_styles property | Aspose.Words ...

    FieldToc.custom_styles property. Gets or sets a list of styles other than the built-in heading styles to include in the table of contents.... Examples Shows how to insert a TOC, and populate it with...def field_toc (): doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldToc.preserve_tabs property | Aspose.Words ...

    FieldToc.preserve_tabs property. Gets or sets whether to preserve tab entries within table entries.... Examples Shows how to insert a TOC, and populate it with...def field_toc (): doc = aw . Document () builder = aw . DocumentBuilder...

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