Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,042 for

replace text

(0.04 sec)
  1. Data encoding for 2D barcodes|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....bits on character for English text. The worst situation with QR...character for lowercase English text. Every 2D barcode can effectively...

    docs.aspose.com/barcode/net/data-encoding-2d/
  2. Aspose::Words::Tables::Cell::Accept method | As...

    Aspose::Words::Tables::Cell::Accept method. Accepts a visitor in C++....mVisitedTables = MakeObject < System :: Text :: StringBuilder > (); mVisitorIsInsideTabl...u '\ x0007 ' , u ' ' })). Replace ( u " \u0007 " , u ", " );...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. TabStop class | Aspose.Words for Python

    aspose.words.TabStop class. Represents a single custom tab stop...Gets or sets the alignment of text at this tab stop. is_clear Returns...paragraph_format . tab_stops [ 0 ] # Replace the first default tab, stop...

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

    aspose.words.HeaderFooter class. Represents a container for the header or footer Text of a section...container for the header or footer text of a section. To learn more...CompositeNode ) append_paragraph(text) A shortcut method that creates...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.PDF for Python

    This API allows you to all kinds of operations on PDF files including creating, editing and converting etc. in Python applications....using Python How to Find and Replace Text in PDF using Python How...

    kb.aspose.com/pdf/python/page/3/
  6. Row.GetText | Aspose.Words for .NET

    Discover the Row GetText method to effortlessly retrieve Text from all cells in a row, including the end-of-row character for seamless data management....GetText method Gets the text of all cells in this row including...Remarks Returns concatenated text of all child nodes with the...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Row.getText method | Aspose.Words for Node.js

    Row.getText method. Gets the Text of all cells in this row including the end of row character....getText method getText() Gets the text of all cells in this row including...Remarks Returns concatenated text of all child nodes with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Row.isFirstRow property | Aspose.Words for Node.js

    Row.isFirstRow property. True if this is the first row in a table; false otherwise.... Replace ( "\u0007" , ", " ); int rowWidth...</summary> /// <param name="text"></param> private void IndentAndAppendLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Row.lastCell property | Aspose.Words for Node.js

    Row.lastCell property. Returns the last [Cell](../../cell/) in the row.... Replace ( "\u0007" , ", " ); int rowWidth...</summary> /// <param name="text"></param> private void IndentAndAppendLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Using Aspose.Drawing for Java in Android applic...

    Learn how to use Aspose.Drawing graphic library for Android application....to draw vector graphics, and text, and generate images as demonstrated...to run a simple Pen test. Replace the MainActivity file with...

    docs.aspose.com/drawing/java/android-pen-example/