Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 148,405 for

text

(0.32 sec)
  1. Null Pointer exception in Aspose.PDF - Free Sup...

    Hi, I am getting below exception java.lang.NullPointerException: Cannot invoke "com.aspose.pdf.internal.l21p.l19v.l0l()" because "<parameter1>" is null at com.aspose.pdf.internal.l6n.lI.lI(Unknown Source) …...ReplaceTextStrategy class, to set the text replacement condition ReplaceTextStrategy...parameter to replace all occurrence text replaceTextStrategy.setRepl...

    forum.aspose.com/t/null-pointer-exception-in-as...
  2. FieldStyleRef.InsertParagraphNumberInFullContex...

    Manage paragraph numbering with the FieldStyleRef InsertParagraphNumberInFullConText property. Easily control conText for better document clarity....NumberFormat = "\x0001 )" ; // Add text and apply paragraph styles that...first "List Paragraph"-styled text in the document. builder . MoveToHeaderFooter...

    reference.aspose.com/words/net/aspose.words.fie...
  3. CustomXmlPartCollection.Item | Aspose.Words for...

    Discover how to manage CustomXmlPartCollection items efficiently. Access or modify specific items by index for enhanced XML data handling....xmlPartContent = "<root><text>Hello world!</text></root>" ; CustomXmlPart...SetMapping ( xmlPart , "/root[1]/text[1]" , string . Empty ); doc...

    reference.aspose.com/words/net/aspose.words.mar...
  4. CustomXmlPartCollection.getById method | Aspose...

    CustomXmlPartCollection.getById method. Finds and returns a custom XML part by its identifier....xmlPartContent = "<root><text>Hello world!</text></root>" ; let xmlPart...setMapping ( xmlPart , "/root[1]/text[1]" , '' ); doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldStyleRef.InsertRelativePosition | Aspose.W...

    Discover how the InsertRelativePosition property of FieldStyleRef can enhance your document formatting by managing paragraph references effectively....NumberFormat = "\x0001 )" ; // Add text and apply paragraph styles that...first "List Paragraph"-styled text in the document. builder . MoveToHeaderFooter...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldStyleRef.SearchFromBottom | Aspose.Words f...

    Discover the FieldStyleRef SearchFromBottom property, control search direction on your page for enhanced user experience and efficiency....NumberFormat = "\x0001 )" ; // Add text and apply paragraph styles that...first "List Paragraph"-styled text in the document. builder . MoveToHeaderFooter...

    reference.aspose.com/words/net/aspose.words.fie...
  7. CellFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellFormat class. Represents all formatting for a table cell... fitText If true , fits text in the cell, compressing each...Returns or sets the orientation of text in a table cell. preferredWidth...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Getting Headers or Footers|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Aspose.Cells for Python via .NET API....center, or right header or footer text box at the top or the bottom...Command List The header or footer text can contain special commands...

    docs.aspose.com/cells/python-net/get-headers-or...
  9. 在 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...
  10. Add Watermark in Ruby|Aspose.Words for Java

    Add watermark to MS Word documents using Ruby....simply invoke insert_watermark_text() method of AddWatermark module...insert_watermark_text ( doc , watermark_text ) # Create a watermark...

    docs.aspose.com/words/java/add-watermark-in-ruby/