Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 16,686 for

insert text

(0.12 sec)
  1. ShapeBase.vertical_alignment property | Aspose....

    ShapeBase.vertical_alignment property. Specifies how the shape is positioned vertically.... Examples Shows how to insert a floating image to the center... DocumentBuilder ( doc ) # Insert a floating image that will...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Unable to Change Textbox Sizes - Free Support F...

    When writing a function to find and replace strings with Textboxes of different sizes. We’ve been using the attached code and have found a way to add boxes, however they are not resizing as expected. FindAndReplace.zip …...default they show text like "Click here to enter text" . If you need...should change this placeholder text accordingly. amber.louk December...

    forum.aspose.com/t/unable-to-change-textbox-siz...
  3. Key Features of Aspose.PDF|Aspose.PDF for C++

    Aspose.PDF for C++ demonstrates its general features. This page describes the supported PDF versions, and all the manipulations we can do with Text, images, annotations, documents, etc.... Text Extract text from pages. Search text from pages...pages. Get text segments. Search text using regular expressions....

    docs.aspose.com/pdf/cpp/key-features/
  4. Working with Footnote and Endnote in C++|Aspose...

    How to manipulate footnotes and endnotes using C++.... Insert Endnote and Set Numbering Options...Options If you want to insert a footnote or endnote in a Word...

    docs.aspose.com/words/cpp/working-with-footnote...
  5. Working with Shapes in Java|Aspose.Words for Java

    Introduction to shape markup language, creating shapes of different types using Java.... Insert Shape Using Document Builder You can insert inline...specified position, size and text wrap type into a document using...

    docs.aspose.com/words/java/working-with-shapes/
  6. FootnoteOptions | Aspose.Words for Java

    Represents the footnote numbering options for a document or section in Java....reference or a side comment to text // that does not interfere with...with the main body text's flow. // Inserting a footnote adds a...

    reference.aspose.com/words/java/com.aspose.word...
  7. BookmarksOutlineLevelCollection.remove_at metho...

    BookmarksOutlineLevelCollection.remove_at method. Removes a bookmark at the specified index....DocumentBuilder ( doc = doc ) # Insert a bookmark with another bookmark...'Bookmark 1' ) builder . writeln ( 'Text inside Bookmark 1.' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Fields::FieldQuote Class Referen...

    Implements the QUOTE field....MakeObject<DocumentBuilder>(doc); // Insert a QUOTE field, which will display...display the value of its Text property. auto field = System:...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. FieldDde.InsertAsPicture | Aspose.Words for .NET

    FieldDde InsertAsPicture property. Gets or sets whether to Insert the linked object as a picture in C#....property Gets or sets whether to insert the linked object as a picture...linked document in the form of text. // 1 - A LINK field: builder...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Create DOTM Files via C# | products.aspose.com

    C# Sample code for generating DOTM documents. Use this code for creating Word DOTM files within VB.NET, Asp.NET or any .NET based application....Single; // Insert text bldr.Writeln( "This is the...following is a table" ); // Insert a table Table table = bldr...

    products.aspose.com/words/net/create/dotm/