Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 252 for

paragraph replacement in pdf

(0.35 sec)
  1. How to Apply Custom Logic to Unmerged Regions|A...

    Apply custom logic to unmerged regions durIng a Mail Merge operation usIng Java....ContactDetails region still leaves a paragraph with the text “Contact Details”...the document as well as the paragraph which precedes it as long...

    docs.aspose.com/words/java/how-to-apply-custom-...
  2. PageSetup | Aspose.Words for Java

    Represents the page setup properties of a section In Java....the order in which a text replacement operation traverses nodes...stPageHe); doc.getRange().replace(Pattern.compile("(header|footer)")...

    reference.aspose.com/words/java/com.aspose.word...
  3. Edit DOC In Python

    Edit DOC In Python code....DOC for text patterns and replace them with new text Save the...Remove unwanted DOC elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/python-net/edit/doc/
  4. Edit DOCX In Python

    Edit DOCX In Python code....DOCX for text patterns and replace them with new text Save the...Remove unwanted DOCX elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/python-net/edit/docx/
  5. Edit TEXT In Python

    Edit TEXT In Python code....text for text patterns and replace them with new text Save the...Remove unwanted text elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/python-net/edit/text/
  6. Edit HTML In C#

    Edit HTML In C# code....HTML for text patterns and replace them with new text Save the...Remove unwanted HTML elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/net/edit/html/
  7. Edit TEXT In C#

    Edit TEXT In C# code....text for text patterns and replace them with new text Save the...Remove unwanted text elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/net/edit/text/
  8. Edit HTML In Python

    Edit HTML In Python code....HTML for text patterns and replace them with new text Save the...Remove unwanted HTML elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/python-net/edit/html/
  9. Edit MARKDOWN In Python

    Edit MARKDOWN In Python code....Markdown for text patterns and replace them with new text Save the...unwanted Markdown elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/python-net/edit/markd...
  10. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和Pdf文件的目录对应,Pdf的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: strIng desPath = Path.CombIne(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...8:03am 1 问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下:...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...

    forum.aspose.com/t/word/316558