Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 16,621 for

insert text

(0.07 sec)
  1. How to Convert OneNote to HTML using C#

    This article entails how to convert OneNote to HTML using C#. It encompasses all the details to establish the environment, a programming work flow and a working sample code to export OneNote to HTML using C#....instance of the Document class and insert an empty page inside that Instantiate...set the desired text formatting settings Insert the page title...

    kb.aspose.com/note/net/how-to-convert-onenote-t...
  2. fieldpageref - Aspose.Words for Java - API Refe...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java.... Inserts the number of the page containing...cross-reference. Example: Shows to insert PAGEREF fields to display the...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Bookmark::get_Name method | Aspo...

    Aspose::Words::Bookmark::get_Name method. Gets or sets the name of the bookmark in C++....get_Name () Examples Shows how to insert a bookmark. auto doc = MakeObject...name in Microsoft Word via Insert -> Links -> Bookmark, and press...

    reference.aspose.com/words/cpp/aspose.words/boo...
  4. Bookmark.name property | Aspose.Words for Python

    Bookmark.name property. Gets or sets the name of the bookmark.... Examples Shows how to insert a bookmark. doc = aw . Document...name in Microsoft Word via Insert -> Links -> Bookmark, and press...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BookmarkCollection.Remove | Aspose.Words for .NET

    BookmarkCollection Remove method. Removes the specified bookmark from the document in C#....DocumentBuilder ( doc ); // Insert five bookmarks with text inside their boundaries...bookmarkName ); builder . Write ( $"Text inside {bookmarkName}." ); builder...

    reference.aspose.com/words/net/aspose.words/boo...
  6. FieldDatabase | Aspose.Words for Java

    Implements the DATABASE field in Java.... Remarks: Inserts the results of a database query...extract data from a database and insert it as a field into a document...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Pdf::PageCollection Class Referencefina...

    Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members Aspose::P......System::SharedPtr < Page > Insert (int32_t pageNumber) Insert empty apge into...System::SharedPtr < Page > Insert (int32_t pageNumber, System::SharedPtr...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.p...
  8. Aspose::Words::Font::get_Size method | Aspose.W...

    Aspose::Words::Font::get_Size method. Gets or sets the font size in points in C++....Examples Shows how to insert formatted text using DocumentBuilder...Specify font formatting, then add text. SharedPtr < Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/fon...
  9. Aspose::Words::Markup::XmlMapping::SetMapping m...

    Aspose::Words::Markup::XmlMapping::SetMapping method. Sets a mapping between the parent structured document tag and an XML node of a custom XML data part in C++....xmlPartContent = u "<root><text>Hello world!</text></root>" ; SharedPtr...ASPOSE_ASSERT_EQ ( System :: Text :: Encoding :: get_ASCII ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. How to Add Hyperlink to an Image in PowerPoint ...

    This simple focuses on how to add hyperlink to an image in PowerPoint using Python. It covers the detailed configuration steps to set up the environment and accomplish the task to add hyperlink to an image in PPT in Python by executing the simple code....namespaces in your project to insert hyperlinks in the presentation...the IPPImage object after inserting that inside the presentation...

    kb.aspose.com/slides/python/how-to-add-hyperlin...