Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 149,235 for

text

(0.14 sec)
  1. Features|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.... Barcode text : Specify any valid text for the selected...selected symbology. If the text is invalid an error message is shown...

    docs.aspose.com/barcode/sharepoint/features/
  2. AutoFit Rows for Rendering with C++|Documentation

    Learn how to autofit rows for rendering in Excel files using Aspose.Cells with C++....you want to display all the text in a cell, you can autofit the...Microsoft Excel. This allows the text to be fully visible in Normal...

    docs.aspose.com/cells/cpp/autofit-rows-for-rend...
  3. Hello, world!|Documentation

    Get started with Aspose.OCR for JavaScript via C++ by creating and running a bare minimum example....from an user and extracts the text from it with with Aspose.OCR...compatible web browser. Any text editor. Web server to overcome...

    docs.aspose.com/ocr/javascript-cpp/hello-world/
  4. TextPath.rotate_letters property | Aspose.Words...

    TextPath.rotate_letters property. Determines whether the letters of the Text are rotated....Determines whether the letters of the text are rotated. @property def rotate_letters...work with WordArt. def insert_text_paths (): doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FormFieldCollection | Aspose.Words for Java

    A collection of FormField objects that represent all the form fields in a range in Java....setStatusText("Checkbox status text"); checkBox.setOwnStatus(true);...insert text input form field. builder.write("Enter text here:...

    reference.aspose.com/words/java/com.aspose.word...
  6. Font.size_bi property | Aspose.Words for Python

    Font.size_bi property. Gets or sets the font size in points used in a right-to-left document....right-to-left, and right-to-left text. doc = aw . Document () builder...font settings for left-to-right text. builder . font . name = 'Courier...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Font.emboss property | Aspose.Words for Python

    Font.emboss property. True if the font is formatted as embossed....engraving/embossing effects to text. doc = aw . Document () builder...3D-like effect to the text. # 1 - Engrave text to make it look like...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Add Shapes|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.... Text = @"Rectangle text." ; Visio . Master...5 ); visioStarShape . Text = @"Star text." ; Visio . Master visioHexagonMaster...

    docs.aspose.com/diagram/net/add-shapes/
  9. ReplacementFormat enumeration | Aspose.Words fo...

    Aspose.Words.Replacing.ReplacementFormat enumeration. Specifies the replacement format....Description Text Replacement is treated as simple text. Markdown...Replacement is interpreted as Markdown text. Html Replacement is interpreted...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...document, particularly if the text you want to replace is embedded...due to hidden text, formatting issues, or the text being located...

    forum.aspose.com/t/some-content-cannot-be-repla...