Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 151,740 for

text

(0.08 sec)
  1. Overview of supported Annotations|Aspose.PDF fo...

    Check out the list of possible annotations you can work with using Aspose.PDF for Java....Annotation type Description Text Text annotation Link Link annotations...annotations FreeText (PDF 1.3) Free text annotation Line (PDF 1.3) Line...

    docs.aspose.com/pdf/java/overview-of-annotations/
  2. Content areas detection|Documentation

    How Aspose.OCR identifies and analyzes the structure and layout of the image during recognition....scanned image or photograph of a text document may contain a large...blocks of various content - text paragraphs, tables, illustrations...

    docs.aspose.com/ocr/python-net/areas-detection/
  3. Comment.Done | Aspose.Words for .NET

    Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature.... Text = "Hello world!" ; comment ...are not "done" with a faded text color. comment = new Comment...

    reference.aspose.com/words/net/aspose.words/com...
  4. CompositeNode.RemoveChild | Aspose.Words for .NET

    Effortlessly manage your CompositeNode with the RemoveChild method, designed to streamline node removal for enhanced performance and efficiency.... Writeln ( "Section 1 text." ); builder . InsertBreak (...builder . Writeln ( "Section 2 text." ); // Both sections are siblings...

    reference.aspose.com/words/net/aspose.words/com...
  5. Manage Presentation Tables with Python|Aspose.S...

    Create & edit tables in PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET. Discover simple code examples to streamline your table workflows....see how to populate cells with text, adjust alignment and borders...the TextFrame of a Cell . Add text to the TextFrame . Save the...

    docs.aspose.com/slides/python-net/manage-table/
  6. Comment.done property | Aspose.Words for Node.js

    Comment.done property. Gets or sets flag indicating that the comment has been marked done.... text = "Hello world!" ; comment ...are not "done" with a faded text color. comment = new aw . Comment...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. How to Create HTML File using Java

    This topic covers basic implementation of how to create HTML file using Java. You can generate HTML document in Java using simple API calls. HTML files can be generated programmatically on the fly and can be used in different applications like generation of reports or invoices....Add instance of Text element class to hold text for HTML document...document Insert the Text element inside HTML body Save the generated...

    kb.aspose.com/html/java/how-to-create-html-file...
  8. Aspose.words-python如何绘制插入SmartArt图形 - Free Supp...

    如何绘制SmartArt图形,实现效果如下:...fills each shape with custom text, tweaks a few visual properties...the nodes with our own text node_texts = ["Step 1", "Step 2",...

    forum.aspose.com/t/aspose-words-python-smartart...
  9. 获取特定单元格的文本|Documentation

    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.... string myPath = "Get Text of Specific Cell.xlsx" ; //Open..."Sheet1" ]. Range ( "A1" ). Text ; MessageBox . Show ( res );...

    docs.aspose.com/cells/zh/net/get-text-of-specif...
  10. Run.nodeType property | Aspose.Words for Node.js

    Run.nodeType property. Returns [NodeType.Run](../../nodetype/#Run)....{ var text = childNode . getText (). trim (); if ( text !== undefined...{ console . log ( ` - \" ${ text } \"` ); } } } } See Also module...

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