Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 1,485 for

placeholder

(0.42 sec)
  1. Using Variables in C#|Aspose.Words for .NET

    Use variables to calculate an expensive value just once and access it multiple times in template documents using C#....The engine replaces this placeholder with the current value of...

    docs.aspose.com/words/net/using-variables/
  2. How to adjust space in table in aspose word tem...

    Hi Team, Could you please assist me on below query. How to remove spacing in aspose word template table. And how to create aspose word template with same alignment with respect to a reference rdlc report. Below mention…...Find the two rows by their placeholder text (used by LINQ engine)...

    forum.aspose.com/t/how-to-adjust-space-in-table...
  3. Problem Reading PDF containing TAB characters -...

    cotiz_anonyme.pdf (2.4 KB) When working with this attached document, if I extract text position in a way similar to your sample code “HighlightCharacterInPDF” for (int charNum = …...the TAB character or any placeholder. So there is a gap between...

    forum.aspose.com/t/problem-reading-pdf-containi...
  4. Cells.importdata is failing if there is invalid...

    Hi Team, We are trying to skip the next cells if the error in formula. Below is the code we are trying. Is there an option to skip to next cell if error occurs // Create a new workbook Workbook workbook1 = new Workboo…...IsValidFormula method is a placeholder where you can implement your...

    forum.aspose.com/t/cells-importdata-is-failing-...
  5. Convert data tag type to Plain text type with r...

    Hi Team, We want to convert date-type tags to plain text. If revisions are present in the document tags, we need to preserve those revisions in the plain-text version. We also need to support the reverse conversion (pla…... Example placeholder logic: // Pseudo-code for...(run.Text.Contains("DATE_PLACEHOLDER")) // Or some marker { //...

    forum.aspose.com/t/convert-data-tag-type-to-pla...
  6. Document.protect method | Aspose.Words for Node.js

    Aspose.Words.Document.protect method... Regular , "" , "Placeholder text" , 0 ); // Apply write...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. About table border visibility in aspose word te...

    Hi, How to remove border from a table in aspose word template. Even after no border set in table it’s showing border while generate report. As part of alignment uniformity, we have inserted table and add field inside it…...docx that contains the placeholder table Document doc = new...

    forum.aspose.com/t/about-table-border-visibilit...
  8. Can We Remove Email Id and Phone Number While G...

    Hi Team, Can we remove email id and phone number while generating pdf from ppt. Means the output pdf will not have email and phone number. Secondly, can we replace email & phone number with some string e.g “ABC” while…...replace phone numbers with placeholder text = text.replaceAll(PHONE_REGEX...replace phone numbers with placeholder text = text.replaceAll(PHONE_REGEX...

    forum.aspose.com/t/can-we-remove-email-id-and-p...
  9. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your document and replace it with the text you want using Python.... replace ( "placeholder" , "real value" , options...doc . range . replace ( "PLACEHOLDER" , "First line&pSecond line"...

    docs.aspose.com/words/python-net/find-and-replace/
  10. How to Build a Table from a DataTable in Java|A...

    Example of filling document table from external database using Java....write an empty string or a placeholder, e.g. builder.writeln("")...

    docs.aspose.com/words/java/how-to-build-a-table...