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

insert text

(0.14 sec)
  1. Aspose::Words::Drawing::TextBox::get_InternalMa...

    Aspose::Words::Drawing::TextBox::get_InternalMarginBottom method. Specifies the inner bottom margin in points for a shape in C++....to set internal margins for a text box. auto doc = MakeObject <...DocumentBuilder > ( doc ); // Insert another textbox with specific...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::TextBox::get_InternalMa...

    Aspose::Words::Drawing::TextBox::get_InternalMarginLeft method. Specifies the inner left margin in points for a shape in C++....to set internal margins for a text box. auto doc = MakeObject <...DocumentBuilder > ( doc ); // Insert another textbox with specific...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Advanced operations|Aspose.PDF for Java

    You can perform not only simple and easy tasks but also cope with more complex goals with Aspose. PDF for Java....Working with Text - add, format, search and replace text in PDF. Working...Working with Images - insert, remove, extract image in document...

    docs.aspose.com/pdf/java/advanced-operations/
  4. XmlMapping.set_mapping method | Aspose.Words fo...

    XmlMapping.set_mapping method. Sets a mapping between the parent structured document tag and an XML node of a custom XML data part....xml_part_content = '<root><text>Hello world!</text></root>' xml_part =...) # Clone a part, and then insert it into the collection. xml_part_clone...

    reference.aspose.com/words/python-net/aspose.wo...
  5. IStructuredDocumentTag.XmlMapping | Aspose.Word...

    IStructuredDocumentTag XmlMapping property. Gets an object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document in C#....xmlPartContent = "<root><text>Hello world!</text></root>" ; CustomXmlPart...); // Clone a part, and then insert it into the collection. CustomXmlPart...

    reference.aspose.com/words/net/aspose.words.mar...
  6. Aspose::Words::Replacing Namespace Reference - ...

    The Aspose.Words.Replacing namespace provides classes to manipulate with find/replace operations over the document tree....MakeObject<DocumentBuilder>(doc); // Insert three runs which we can search...Place one of those runs inside a text box. builder->Writeln(u "Match...

    reference.aspose.com/words/cpp/namespace/aspose...
  7. Aspose::Words::NodeImporter Class Reference - A...

    Allows to efficiently perform repeated import of nodes from one document to another.... Before you can insert a fragment from one document...original node, ready to be inserted into the destination document...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. CustomXmlPartCollection.GetById | Aspose.Words ...

    CustomXmlPartCollection GetById method. Finds and returns a custom XML part by its identifier in C#....xmlPartContent = "<root><text>Hello world!</text></root>" ; CustomXmlPart...); // Clone a part, and then insert it into the collection. CustomXmlPart...

    reference.aspose.com/words/net/aspose.words.mar...
  9. FieldSet | Aspose.Words for Java

    Implements the SET field in Java.... Remarks: Assigns new text to a bookmark. Examples: Shows...Shows how to create bookmarked text with a SET field, and then display...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to Add Comments to a PDF using C#

    This tutorial guides you on how to add comments to a PDF using C#. It provides details about the IDE configuration, a list of steps and a runnable sample code to Insert comment in PDF using C#....Details are shared to create text annotation along with setting...a particular page. Steps to Insert Comment in PDF using C# Set...

    kb.aspose.com/pdf/net/how-to-add-comments-to-a-...