Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 154,658 for

text

(2.75 sec)
  1. Aspose::Words::InlineStory::get_Paragraphs meth...

    Aspose::Words::InlineStory::get_Paragraphs method. Gets a collection of paragraphs that are immediate children of the story in C++....DocumentBuilder > ( doc ); // Add text, and reference it with a footnote...reference // mark after the text that it references and create...

    reference.aspose.com/words/cpp/aspose.words/inl...
  2. Aspose::Words::InlineStory::get_FirstParagraph ...

    Aspose::Words::InlineStory::get_FirstParagraph method. Gets the first paragraph in the story in C++....DocumentBuilder > ( doc ); // Add text, and reference it with a footnote...reference // mark after the text that it references and create...

    reference.aspose.com/words/cpp/aspose.words/inl...
  3. Convert PNG to TXT via C# | Aspose

    Sample code for PNG to TXT C# conversion. Use API example code for batch PNG files to TXT conversion within VB.NET, Asp.NET or any .NET based application....recognition on PNG document and save text as PNG document using Aspose...documents containing recognized text. To add it to your project,...

    products.aspose.com/ocr/net/conversion/png-to-txt/
  4. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....write("Text surrounded by green border.");...Shows how to format a run of text using its font property. Document...

    reference.aspose.com/words/java/com.aspose.word...
  5. Using Tooltip|Aspose.PDF for Java

    Learn how to add tooltip to the Text fragment in PDF using Java and Aspose.PDF....Hide ] Add Tooltip to Searched Text by adding Invisible Button It...hovers the mouse cursor over the text. Aspose.PDF for Java provides...

    docs.aspose.com/pdf/java/pdf-tooltip/
  6. Issue with rendering qoute within If block in m...

    Hi, I have a merge field in my word document in the following way {IF {MERGEFIELD} myCondition}="Yes" "This Text will show when condition is true" {MERGEFIELD feedbackText} " " "} In my case feedbackText again has …...{MERGEFIELD} myCondition}="Yes" "This text will show when condition is...case feedbackText again has a text something like following Your...

    forum.aspose.com/t/issue-with-rendering-qoute-w...
  7. Watermark class | Aspose.Words for Node.js

    Aspose.Words.Watermark class. Adapts [Watermark](./) class public API for Node.js porting.... setText(text) Adds Text watermark into the document...document. setText(text, options) Adds Text watermark into the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CustomXmlPart.dataChecksum property | Aspose.Wo...

    CustomXmlPart.dataChecksum property. Specifies a cyclic redundancy check (CRC) checksum of the [CustomXmlPart.data](../data/) content...."<root><text>ContentControl</text></root>" ), "/root/text" , ""...toString (), "<root><text>Updated ContentControl</text></root>" ), "/root/text"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CompositeNode.insert_after method | Aspose.Word...

    CompositeNode.insert_after method. Inserts the specified node immediately after the specified reference node....paragraph_text = aw . Run ( doc = doc , text = 'Initial text. ' )...paragraph . append_child ( paragraph_text ) # Create three more run nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any Text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all Text boxes containing merge fields Docum…...code in order to identify any text boxes containing MergeField...MERGEFORMAT)"); try { // Find all text boxes containing merge fields...

    forum.aspose.com/t/alternative-way-to-extract-a...