Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 18,037 for

document insertion

(0.05 sec)
  1. 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...
  2. CellFormat.shading property | Aspose.Words for ...

    CellFormat.shading property. Returns a [Shading](../../../aspose.words/shading/) object that refers to the shading formatting for the cell.... Document () builder = aw . DocumentBuilder...table formatting options for a document builder # will apply them...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Insert Footer|Aspose.Words for Java

    Insert a footer into a Document easily and fast instead of using docx4j....AI Insert Footer Contents [ Hide ] Aspose.Words - Insert Footer...DocumentBuilder. Java Document doc = new Document (); DocumentBuilder...

    docs.aspose.com/words/java/insert-footer/
  4. 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...
  5. 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...
  6. 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...
  7. Aspose::Words::Drawing::ShapeBase::get_Bounds m...

    Aspose::Words::Drawing::ShapeBase::get_Bounds method. Gets or sets the location and size of the containing block of the shape in C++.... auto doc = MakeObject < Document > (); // Create a group shape...shape and place it at the document's floating shape coordinate...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. 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-...
  9. InlineStory.last_paragraph property | Aspose.Wo...

    InlineStory.last_paragraph property. Gets the last paragraph in 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...
  10. 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...