Sort Score
Result 10 results
Languages All
Labels All
Results 9,631 - 9,640 of 151,773 for

text

(0.3 sec)
  1. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Manipulate tables in existing PDF file and replace old table with a new one in PDF document with Aspose.PDF for Java....Text.TableAbsorber provides these...on page, their first cell and text fragments in it TextFragment...

    docs.aspose.com/pdf/java/manipulate-tables-in-e...
  2. 在 Python.NET 中使用 InterruptMonitor 在转换或加载过慢时停止操作...

    学习如何在 Python 中使用 Aspose.Cells 的 InterruptMonitor 中断 Excel 文件处理,以在长时间操作中高效管理资源。...Access cell J1000000 and add some text inside it. cell = ws . cells...cell . put_value ( "This is text." ) 如你所见, J1000000 是 XLSX 文件中的较远单元格。然而,...

    docs.aspose.com/cells/zh/python-net/stop-conver...
  3. Aspose::Words::Saving::ExportFontFormat enum | ...

    Aspose::Words::Saving::ExportFontFormat enum. Indicates the format that is used to export fonts while rendering to HTML fixed format in C++....) { ASSERT_FALSE ( System :: Text :: RegularExpressions :: Regex...else { ASSERT_TRUE ( System :: Text :: RegularExpressions :: Regex...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Find Cells with Specific Style|Documentation

    Learn how to find or search cells with a particular style applied through the Aspose.Cells for JavaScript via C++ API....same style as A1 contain the text “Found”. <!DOCTYPE html> < html...></ script > < script type = "text/javascript" > const { Workbook...

    docs.aspose.com/cells/javascript-cpp/find-cells...
  5. Working with 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....Contents [ Hide ] Manage Barcode Text Appearance Customize Barcode...

    docs.aspose.com/barcode/jasperreports/working-w...
  6. Hide the Gridlines in Excel with Python

    Hide the gridlines in Excel with Python by following this article. Get IDE details, programming steps, and a sample code to remove gridlines with Python....removing gridlines Set some sample text in a cell to see the effect...file and adding some text in a sheet if no text is there. Call the...

    kb.aspose.com/cells/python/hide-the-gridlines-i...
  7. How to Convert Markdown to XPS using Java

    This simple topic focuses on how to convert Markdown to XPS using Java. Markdown files are also known as MD files and one can easily convert MD to XPS in Java using simple API calls that are not dependent on any pre-requisite software or third party tool....MD file is in fact a normal text file using Markdown language...comprising of inline text symbols for text formatting, fonts, headers...

    kb.aspose.com/html/java/how-to-convert-markdown...
  8. Section.ClearHeadersFooters | Aspose.Words for ...

    Effortlessly clear section headers and footers with the ClearHeadersFooters method. Streamline your document layout for a polished look!...ClearHeadersFooters () Remarks The text of all headers and footers is...not be removed. Remarks The text of all headers and footers is...

    reference.aspose.com/words/net/aspose.words/sec...
  9. Add Watermark in PHP|Aspose.Words for Java

    Add Watermark to Document using PHP....shapeType -> TEXT_PLAIN_TEXT ); // Set up the text of the $watermark->...watermark -> setHeight ( 100 ); // Text will be directed from the bottom-left...

    docs.aspose.com/words/java/add-watermark-in-php/
  10. 创建 PDF 文档|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 创建和格式化 PDF 文档。...using namespace Aspose :: Pdf :: Text ; void CreateDocument () { //...-> Add (); // 向新页面添加文本 auto text = MakeObject < TextFragment...

    docs.aspose.com/pdf/zh/cpp/create-pdf-document/