Sort Score
Result 10 results
Languages All
Labels All
Results 8,951 - 8,960 of 151,768 for

text

(0.49 sec)
  1. NodeCollection.Remove | Aspose.Words for .NET

    Effortlessly remove nodes from your document with the NodeCollection Remove method, streamlining your data management and enhancing performance....DocumentBuilder ( doc ); // Add text to the document by inserting...remove them to remove their text from the document. Run run =...

    reference.aspose.com/words/net/aspose.words/nod...
  2. NodeCollection.contains method | Aspose.Words f...

    NodeCollection.contains method. Determines whether a node is in the collection....DocumentBuilder ( doc ); // Add text to the document by inserting...remove them to remove their text from the document. let run =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Table not found in World Doc - Free Support For...

    Hello Team , We are facing recently in production table is not found in Document doc object , below code we are using for finding table , It was working properly , suddenly it stop working , Can you please help on prio…...Text.Contains(tagKey)) { if (regex...(regex.IsMatch(table.Range.Text)) return table; } } return null;...

    forum.aspose.com/t/table-not-found-in-world-doc...
  4. 在 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...
  5. DocumentBuilder.page_setup property | Aspose.Wo...

    DocumentBuilder.page_setup property. Returns an object that represents current page setup and section properties....builder's current section and add text. builder . page_setup . orientation...oriented with vertically centered text.' ) # If we start a new section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. Add PDF Page Stamp to PDF|Aspose.PDF for Java

    Add a Page stamp to a PDF file using the PdfPageStamp class with Java....composite stamp containing graphics, text, tables. The following example..._dataDir + outputFileName ); } Add Text stamps in PDF programmatically...

    docs.aspose.com/pdf/java/page-stamps-in-the-pdf...
  8. WatermarkerContext.TextWatermarkOptions | Aspos...

    Discover customizable options for image watermarks with the WatermarkerConText TextWatermarkOptions property to enhance your visuals and protect your content....Shows how to insert watermark text to the document using context...Shows how to insert watermark text to the document from the stream...

    reference.aspose.com/words/net/aspose.words.low...
  9. 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...
  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/