Sort Score
Result 10 results
Languages All
Labels All
Results 5,351 - 5,360 of 151,747 for

text

(0.35 sec)
  1. | Aspose

    Sample code for WBMP to TXT Java conversion. Use API example code for batch WBMP files to TXT conversion within any Web or Desktop Java based application....documents containing recognized text. To add it to your project,...represents a text document that contains plain text in the form...

    products.aspose.com/ocr/cpp/conversion/wbmp-to-...
  2. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceLeft method. Returns or sets the distance (in points) between the document Text and the left edge of the shape in C++....points) between the document text and the left edge of the shape...the wrapping distance for a text that surrounds a shape. auto...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceBottom method. Returns or sets the distance (in points) between the document Text and the bottom edge of the shape in C++....points) between the document text and the bottom edge of the shape...the wrapping distance for a text that surrounds a shape. auto...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. 使用C++设置形状或文本框中的段落行间距|Documentation

    学习如何在形状或文本框中设置段落的行间距、前间距和后间距,使用编号Aspose.Cells for C++。...Aspose :: Cells :: Drawing :: Texts ; int main () { Aspose :: Cells...GetWorksheets (). Get ( 0 ); // Add text box inside the sheet ws . GetShapes...

    docs.aspose.com/cells/zh/cpp/set-line-spacing-o...
  5. Automatic spelling correction|Documentation

    How to automatically find and correct spelling errors in recognition results....( get_spell_check_corrected_text() method) or on saving the results:...any text You can also correct misspelled words in any text string...

    docs.aspose.com/ocr/python-net/automatic-spelli...
  6. PdfSaveOptions.preserve_form_fields property | ...

    PdfSaveOptions.preserve_form_fields property. Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to Text...fields in PDF or convert them to text. Default is False . @property...Microsoft Word form fields include text input, drop down and check box...

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

    PageSetup.bidi property. Specifies that this section contains bidirectional (complex scripts) Text....bidirectional (complex scripts) text. @property def bidi ( self )...Shows how to set the order of text columns in a section. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert Excel to PDF to Word - Free Support For...

    Hi, is there a solution to convert Excel to Word directly? My input is Excel and the output must be a Word doc. I have tried with convert of Excel to PDF and from PDF to Word. By doing so, the converted Word containing t…...boxes, however, the original text with underline will have the...the underline will overlap the text such like Strikethrough effects...

    forum.aspose.com/t/convert-excel-to-pdf-to-word...
  9. Hiding Codetext Too Long to Display|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....BarCodeAttributes Create ( String text , String symbology ) { BarCodeAttributes...BarCodeAttributes (); b . setCodeText ( text ); b . setSymbology ( symbology...

    docs.aspose.com/barcode/jasperreports/hiding-co...
  10. How can i extract the Table with a special tags...

    So i am trying to extract a table out of my single paged OCR PDF which has a Table and some other paragraphs with Aspose OCR and Aspose PDF Below is one code sample [HttpPost("read-pdf-aspose")] public async Ta…...recognitionSettings); // Collect recognized text extractedText.AppendLine($"---...getting the response table and text content pdf.pdf (138.2 KB) The...

    forum.aspose.com/t/how-can-i-extract-the-table-...