Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 9,209 for

insert text

(0.04 sec)
  1. Aspose::Words::NodeChangingAction enum | Aspose...

    Aspose::Words::NodeChangingAction enum. Specifies the type of node change in C++....Value Description Insert 0 A node is being inserted in the tree. Remove...ASSERT_EQ ( NodeChangingAction :: Insert , args -> get_Action ()); ASPOSE_ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. DocumentBuilder.insertBreak method | Aspose.Wor...

    DocumentBuilder.InsertBreak method. Inserts a break of the specified type into the document....method insertBreak(breakType) Inserts a break of the specified type...break to insert. Remarks Use this method to insert paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Add Headers and Footers|Aspose.Words for .NET

    Add headers or footers into a document easily and fast instead of using VSTO in C#.... Text = "Confidential" ; } Aspose...); builder . Write ( "Header Text goes here..." ); //add footer...

    docs.aspose.com/words/net/add-headers-and-footers/
  4. Aspose::Words::ControlChar::Cr method | Aspose....

    Aspose::Words::ControlChar::Cr method. Carriage return character: "\x000d" or "\r". Same as ParagraphBreak in C++....DocumentBuilder > ( doc ); // Insert paragraphs with text with DocumentBuilder...// Converting the document to text form reveals that control characters...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. FieldMergingArgs class | Aspose.Words for Python

    aspose.words.mailmerging.FieldMergingArgs class. Provides data for the MergeField event...to return text for the mail merge engine to insert into the document...FieldMergingArgsBase ) text Gets or sets the text that will be inserted into the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldAsk | Aspose.Words for Java

    Implements the ASK field in Java....getFieldCode()); // Insert the ASK field and edit its...ASK.docx"); } /// /// Prepends text to the default response of an...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Saving::TxtSaveOptions::get_AddB...

    Aspose::Words::Saving::TxtSaveOptions::get_AddBidiMarks method. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain Text format. The default value is false in C++....run when exporting in plain text format. The default value is...const Examples Shows how to insert Unicode Character ‘RIGHT-TO-LEFT...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. How to create a hyper link at the end of every ...

    We are using ASPOSE.WOrds to convert from .doc to .docx. How to add a hyperlink at the end of every page of the document?...the DocumentBuilder class to insert hyperlinks programmatically...builder.moveTo(paragraph); // Insert the hyperlink builder.insertHyperlink("Visit...

    forum.aspose.com/t/how-to-create-a-hyper-link-a...
  9. Aspose::Words::BookmarkCollection::Clear method...

    Aspose::Words::BookmarkCollection::Clear method. Removes all bookmarks from this collection and from the document in C++....> ( doc ); // Insert five bookmarks with text inside their boundaries...Write ( String :: Format ( u "Text inside {0}." , bookmarkName...

    reference.aspose.com/words/cpp/aspose.words/boo...
  10. Aspose::Words::BookmarkCollection::get_Count me...

    Aspose::Words::BookmarkCollection::get_Count method. Returns the number of bookmarks in the collection in C++....> ( doc ); // Insert five bookmarks with text inside their boundaries...Write ( String :: Format ( u "Text inside {0}." , bookmarkName...

    reference.aspose.com/words/cpp/aspose.words/boo...