Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 149,230 for

text

(0.11 sec)
  1. IReplacingCallback Interface | Aspose.Words for...

    Enhance your document processing with Aspose.Words' IReplacingCallback interface. Create custom find and replace methods for tailored results....to track the order in which a text replacement operation traverses... ) Assert . That ( logger . Text . Replace ( "\r" , "" ), Is...

    reference.aspose.com/words/net/aspose.words.rep...
  2. DocumentDirection Enum | Aspose.Words for .NET

    Discover Aspose.Words.DocumentDirection enum to easily control Text flow in your documents. Enhance readability and formatting with this powerful feature!...specify the direction to flow the text in a document. public enum DocumentDirection...to detect plaintext document text direction. // Create a "TxtLoadOptions"...

    reference.aspose.com/words/net/aspose.words.loa...
  3. How to overlapping textbox auto adjust width on...

    des11.zip (7.6 KB) @John.He , @Professionalize.Discourse , @simon.zhao, please given early response. At runtime, check if an existing sheet Text overlaps based on the (x + width, y + height) coordinates. If it does, th…... check if an existing sheet text overlaps based on the (x + width...auto-adjusting width for overlapping text boxes at runtime, it is essential...

    forum.aspose.com/t/how-to-overlapping-textbox-a...
  4. 在VSTO和Aspose.Cells中包裹单元格文本|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....GetVstoObject ( m_sheet ); //Place some text in cell A1 without wrapping...Value = "Sample Text Unwrapped" ; //Place some text in cell A5 with...

    docs.aspose.com/cells/zh/net/wrapping-cell-text...
  5. GridJs的语法检测与拼写校正|Documentation

    本文介绍了如何为GridJs添加语法检测与拼写校正功能。...correct_syntax ( text , locale ): # replace your logic here return text @app...'POST' ]) def check_syntax (): text = request . form . get ( 'v'...

    docs.aspose.com/cells/zh/python-net/aspose-cell...
  6. ParagraphFormat.RightIndent | Aspose.Words for ...

    Discover how to easily adjust the right indent of your paragraphs with the ParagraphFormat RightIndent property. Enhance your document formatting today!...formatting to create off-center text. Document doc = new Document...DocumentBuilder ( doc ); // Center all text that the document builder writes...

    reference.aspose.com/words/net/aspose.words/par...
  7. PdfSaveOptions.additionalTextPositioning proper...

    PdfSaveOptions.additionalTextPositioning property. A flag specifying whether to write additional Text positioning operators or not....whether to write additional text positioning operators or not...Remarks If true , additional text positioning operators are written...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. detect_areas_mode_enum::DOCUMENT|Documentation

    How Aspose.OCR determines the structure of a document using the detect_areas_mode_enum::DOCUMENT algorithm....large amounts of structured text such as scanned contracts, book...and small amounts of irregular text - try detect_areas_mode_enum::PHOTO...

    docs.aspose.com/ocr/cpp/areas-detection/document/
  9. Aspose::Words::Tables::TextWrapping enum | Aspo...

    Aspose::Words::Tables::TextWrapping enum. Specifies how Text is wrapped around the table in C++....TextWrapping enum Specifies how text is wrapped around the table...Name Value Description None 0 Text and table is displayed in the...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Find and Replace in C#|Aspose.Words for .NET

    Find a string or regular expression pattern in your document and replace it with the Text you want using C#....quite a while to find specific text in a long document. It will...FindReplaceOptions class. Find and Replace Text Using Simple String Replacement...

    docs.aspose.com/words/net/find-and-replace/