Sort Score
Result 10 results
Languages All
Labels All
Results 7,061 - 7,070 of 154,787 for

text

(0.98 sec)
  1. How to add comments to bookmark range - Free Su...

    i have an existing word document with bookmarks. I need to associate a set of comments to each bookmark. Bookmark bookmark = document.Range.Bookmarks[bookmarkName]; if (bookmark != null) { Comment comment = new Com…...SetText("text"); bookmark.BookmarkStart.ParentNode...the bookmark and then add the text to the comment. Here’s an example...

    forum.aspose.com/t/how-to-add-comments-to-bookm...
  2. CompositeNode.getText method | Aspose.Words for...

    CompositeNode.getText method. Gets the Text of this node and of all its children....getText method getText() Gets the text of this node and of all its...GetText will retrieve the visible text as well as field codes and special...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CompositeNode.GetText | Aspose.Words for .NET

    Discover the CompositeNode GetText method to efficiently retrieve Text from nodes and their children, enhancing your data processing capabilities....GetText method Gets the text of this node and of all its...GetText will retrieve the visible text as well as field codes and special...

    reference.aspose.com/words/net/aspose.words/com...
  4. Aspose::Words::PageSetup::get_Gutter method | A...

    Aspose::Words::PageSetup::get_Gutter method. Gets or sets the amount of extra space added to the margin for document binding in C++....:: Document > (); // Insert text that spans several pages. auto...much space our pages have for text within the margins and then...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. TextBox.previous property | Aspose.Words for Py...

    TextBox.previous property. Returns a [TextBox](../) that represents the previous [TextBox](../) in a sequence of shapes.... Examples Shows how to link text boxes. doc = aw . Document ()...DocumentBuilder ( doc = doc ) text_box_shape1 = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Font::get_Shadow method | Aspose...

    Aspose::Words::Font::get_Shadow method. True if the font is formatted as shadowed in C++....Shows how to create a run of text formatted with a shadow. auto...builder -> Writeln ( u "This text has a shadow." ); doc -> Save...

    reference.aspose.com/words/cpp/aspose.words/fon...
  7. FindReplaceOptions.IgnoreOfficeMath | Aspose.Wo...

    Skip OfficeMath Text during find-and-replace operations with IgnoreOfficeMath to simplify content updates....indicating either to ignore text inside OfficeMath/>. The default...Shows how to find and replace text within OfficeMath. Document...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Manage Appointments: Create & Manipulate, Conve...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....include a plain text description using the “text/plain” content...HTML description using the “text/html” content type. The X-ALT-DESC...

    docs.aspose.com/email/net/create-and-manipulate...
  9. TxtLoadOptions.detectHyperlinks property | Aspo...

    TxtLoadOptions.detectHyperlinks property. Specifies either to detect hyperlinks in Text...either to detect hyperlinks in text. The default value is false...loadOptions ); // Print hyperlinks text. for ( let field of doc . range...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...write("This is text at the end of footer"); ssj123ssj...mmented text</span></a><a href="#_cmnt1" style="text-decoration:none"><span...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...