Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 10,690 for

insert text

(0.12 sec)
  1. CustomXmlPart class | Aspose.Words for Node.js

    Aspose.Words.Markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)...xmlPartContent = "<root><text>Hello world!</text></root>" ; let xmlPart...); // Clone a part, and then insert it into the collection. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ReplaceAction | Aspose.Words for Java

    Allows the user to specify what happens to the current match during a replace operation in Java.... Examples: Shows how to insert an entire document’s contents...Document(getMyDir() + "Document insertion destination.docx"); // We...

    reference.aspose.com/words/java/com.aspose.word...
  3. EndnoteOptions.StartNumber | Aspose.Words for .NET

    Discover how the EndnoteOptions StartNumber property enhances your document by customizing the first numbered endnotes for clarity and organization....reference or a side comment to text // that does not interfere with...with the main body text's flow. // Inserting a footnote/endnote...

    reference.aspose.com/words/net/aspose.words.not...
  4. Shape constructor | Aspose.Words for Python

    Shape constructor. Creates a new shape object.... Examples Shows how to insert a shape with an image from...Shows how to create and format a text box. doc = aw . Document ()...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TextPath.reverse_rows property | Aspose.Words f...

    TextPath.reverse_rows property. Determines whether the layout order of rows is reversed....attribute is used for vertical text layout. Examples Shows how to...def insert_text_paths (): doc = aw . Document () # Insert a WordArt...

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

    Implements the COMMENTS field in Java....we give the COMMENTS field's Text property value and update it...property with the value of its Text property, // and then display...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldSubject | Aspose.Words for Java

    Implements the SUBJECT field in Java....we give the SUBJECT field's Text property value and update it...property with the value of its Text property, // and then display...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Fields::FieldImport::get_IsLinke...

    Aspose::Words::Fields::FieldImport::get_IsLinked method. Gets or sets whether to reduce the file size by not storing graphics data with the document in C++....override Examples Shows how to insert images using IMPORT and INCLUDEPICTURE...png" ); ASSERT_TRUE ( System :: Text :: RegularExpressions :: Regex...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation..../// Maintains a log of every text replacement done by a find-and-replace...and notes the original matched text's value. /// </summary> private...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. InlineStory.first_paragraph property | Aspose.W...

    InlineStory.first_paragraph property. Gets the first paragraph in the story.... Examples Shows how to insert and customize footnotes. doc...DocumentBuilder ( doc = doc ) # Add text, and reference it with a footnote...

    reference.aspose.com/words/python-net/aspose.wo...