Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 17,911 for

insert documents

(0.09 sec)
  1. Back to TOC shortcut is taking cursor to Ending...

    I have used below code to Insert Back to TOC shortcut after every paragraph. I want to Insert at end of every paragraph a shortcut which will take the users to starting of TOC. But instead it is taking to ending of TOC. …...1 I have used below code to insert Back to TOC shortcut after...every paragraph. I want to insert at end of every paragraph a...

    forum.aspose.com/t/back-to-toc-shortcut-is-taki...
  2. AxisTickLabels.rotation property | Aspose.Words...

    AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees.... Document () builder = aw . DocumentBuilder...doc ) # Insert a column chart. shape = builder . insert_chart (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::MailMerging::ImageFieldMergingAr...

    Aspose::Words::MailMerging::ImageFieldMergingArgs::get_Shape method. Specifies the shape that the mail merge engine must Insert into the document in C++....merge engine must insert into the document. const System :: SharedPtr...ImageStream and simply inserts the shape into the document. Use this property...

    reference.aspose.com/words/cpp/aspose.words.mai...
  4. Create a PDF/A2-a - Free Support Forum - aspose...

    Hi, I developed some code to create a pdf file from scratch, I use object like: TextSegment FloatingBox TextFragment Line Image everything is seen correctly inside the pdf. Now I would like to modify the code to ma…...to make it tagged, so as I insert these elements into the pdf...pdf I would also like to insert them into the tag structure. How...

    forum.aspose.com/t/create-a-pdf-a2-a/312852
  5. TextPath | Aspose.Words for Java

    Defines the text and formatting of the text path of a WordArt object in Java....the Working with Shapes documentation article. Remarks: Use the...Exception { Document doc = new Document(); // Insert a WordArt...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::get_Count method. Gets the number of elements contained in the collection in C++....how to create a structured document tag with custom XML data.... auto doc = MakeObject < Document > (); // Construct an XML part...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Inline.parentParagraph property | Aspose.Words ...

    Inline.parentParagraph property. Retrieves the parent [Paragraph](../../paragraph/) of this node.... Document ( base . myDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Inline.isDeleteRevision property | Aspose.Words...

    Inline.isDeleteRevision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... Document ( base . myDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DropDownItemCollection class | Aspose.Words for...

    Aspose.Words.Fields.DropDownItemCollection class. A collection of strings that represent all the items in a drop-down form field...the Working with Fields documentation article. Properties Name...the collection. insert(index, value) Inserts a string into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Paragraph Formatting in Word with Python

    This article guides how to set the paragraph formatting in Word with Python. It has IDE settings, steps, and a sample code for indenting paragraphs with Python....a new World file using the Document class for indenting and formatting...DocumentBuilder object with the Word document, it provides access to the...

    kb.aspose.com/words/python/paragraph-formatting...