Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 10,691 for

insert text

(0.06 sec)
  1. RevisionOptions.deleted_text_effect property | ...

    RevisionOptions.deleted_Text_effect property. Allows to specify the effect to be applied to the deleted content [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)...deleted_text_effect property RevisionOptions.deleted_text_effect...STRIKE_THROUGH @property def deleted_text_effect ( self ) -> aspose ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldBidiOutline class | Aspose.Words for Python

    aspose.words.fields.FieldBidiOutline class. Implements the BIDIOUTLINE field...Description display_result Gets the text that represents the displayed...Field ) result Gets or sets text that is between the field separator...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Loading namespace | Aspose.Words...

    Aspose::Words::Loading namespace. The Aspose.Words.Loading namespace provides classes and enumerations that allow to specify additional options when loading documents in C++....additional options when loading Text document into a Document object...importing a document and inserting images using DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words.loa...
  4. FieldAutoText Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoText class to effortlessly manage AUTOText fields, enhancing document automation and efficiency....DisplayResult { get; } Gets the text that represents the displayed...Result { get; set; } Gets or sets text that is between the field separator...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Split a Document in Python|Aspose.Words for Pyt...

    Split a document into several files using Python. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....start with the required pages, text, etc. Try online You can try...supported by Aspose.Words. Insert and Append Documents Find and...

    docs.aspose.com/words/python-net/split-a-document/
  6. RevisionOptions.moved_from_text_color property ...

    RevisionOptions.moved_from_Text_color property. Allows to specify the color to be used for areas where content was moved from [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)...moved_from_text_color property RevisionOptions.moved_from_text_color...BY_AUTHOR . @property def moved_from_text_color ( self ) -> aspose . words...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Java Excel API | products.aspose.com

    Aspose.Cells for Java library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, CSV, HTML and so on....XLSM, XML, OTS OpenOffice: ODS Text: CSV, TSV, JSON Web: HTML, MHTML...width/height of cells as of contents, insert & delete, hide & un-hide as...

    products.aspose.com/cells/java/
  8. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the table to be Inserted and specify any extra formatting to the table. DocumentBuilder bu…...where we want the table to be inserted and specify any extra formatting...rgba(224, 62, 45, 1);\">Some Text in red</div>"); doc.Save(@"...

    forum.aspose.com/t/inserthtml-does-not-preserve...
  9. FAQ|Aspose.Words for C++

    Aspose.Words for C++ answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....Q: Why might complex script text, such as Thai or Hebrew, be...another machine. Append or Insert a Document You can find more...

    docs.aspose.com/words/cpp/faq/
  10. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile); in ReplaceHand…...be the only) run can contain text before the match, // in this...contains the match if there is any text left. if ((currentNode != null)...

    forum.aspose.com/t/get-node-that-contains-the-e...