Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 154,389 for

text

(1.89 sec)
  1. FormField.result property | Aspose.Words for Py...

    FormField.result property. Gets or sets a string that represents the result of this form field....Remarks For a text form field the result is the text that is in...result for a text form field does not apply the text format specified...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Working with Bookmarks in Java|Aspose.Words for...

    Understanding bookmark concepts and how bookmark can be used in your program using Java....might use a bookmark to identify text that you want to revise later...through the document to locate the text, you can go to it by using the...

    docs.aspose.com/words/java/working-with-bookmarks/
  3. 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/net/areas-detection/
  4. Convert OFT to RTF in Python | products.aspose.com

    Save OFT to RTF in your Python applications without using Microsoft Outlook or Word... The Rich Text Format (RTF) is a file format...exchange of text between different word processors and text-processing...

    products.aspose.com/total/python-net/conversion...
  5. Paragraph.parentStory property | Aspose.Words f...

    Paragraph.parentStory property. Retrieves the parent section-level story that can be [Body](../../body/) or [HeaderFooter](../../headerfooter/).... The text in that paragraph // will appear...section, above the main body text. let header = new aw . HeaderFooter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Get HTML5 String from Cell with Golang via C++|...

    Learn how to get an HTML5 string from a cell using Aspose.Cells for C++ API....workbook object and adds some text in cell A1 of the first worksheet...10pt;COLOR: #000000;" > This is some text .</ Font > HTML5: < div Style...

    docs.aspose.com/cells/go-cpp/get-html5-string-f...
  7. Dwg转dwg图纸效果和原图不一样问题 - Free Support Forum - aspo...

    1.png (5.5 KB) 2.png (6.5 KB) 图1为原始的dwg,图2为转换后的dwg 并且数字30.78和46.3原来是线条,后面变成了粗体。 下面是我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); LoadOptions loadOptions = new LoadOptions(); load…...to bold text, is likely due to how line weights and text styles...correctly and to prevent changes in text styles during conversion, you...

    forum.aspose.com/t/dwg-dwg/314402
  8. Creating a complex PDF|Aspose.PDF for .NET

    Aspose.PDF for NET allows you to create more complex documents that contain images, Text fragments, and tables in one document....document will contain a image, two text fragments (header and paragraph)...header = new Aspose . Pdf . Text . TextFragment ( "New ferry...

    docs.aspose.com/pdf/net/complex-pdf-example/
  9. DocumentBuilder.insertHtml method | Aspose.Word...

    Aspose.Words.DocumentBuilder.insertHtml method...used as base formatting for text imported from HTML. Remarks...ignored and formatting of inserted text is based on default HTML formatting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add Header to PDF|Aspose.PDF for Java

    Learn how to add Text and image headers to PDF pages in Java with the PdfFileStamp facade....toString ()); FormattedText text = new FormattedText ( "Sample...); pdfStamper . addHeader ( text , 20 ); pdfStamper . save (...

    docs.aspose.com/pdf/java/add-header/