Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 12,653 for

replacement

(0.61 sec)
  1. Create a TextBox in which each line has a diffe...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with Golang via C++....by Name with Golang via C++ Replace tag with text in a textbox...

    docs.aspose.com/cells/go-cpp/create-textbox-in-...
  2. PageExtractOptions class | Aspose.Words for Nod...

    Aspose.Words.PageExtractOptions class. Allows to specify options for document page extracting....resulting document will be replaced with their actual resulting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ReplacingArgs.match_end_node property | Aspose....

    ReplacingArgs.match_end_node property. Gets the node that contains the end of the match....replacing class ReplacingArgs ReplacingArgs...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Range.to_document method | Aspose.Words for Python

    Range.to_document method. Constructs a new fully formed document that contains the range....replace_regex method Range.unlink_fields...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Chercher

    chercher...dictionnaire de remplacements replacements = { "[[CompanyName]]": "Research...Txt): for key, value in replacements.items(): if key in txt.text:...

    blog.aspose.com/fr/diagram/find-and-replace-in-...
  6. Vectorization – Basic Overview – Aspose.SVG for...

    The articles in this section explain how to convert SVG text to vector and how to convert a raster image to a vector graphic using Aspose.SVG API....vectorization, we mean the process of replacing bitmaps or SVG text with mathematic...text, all font glyphs are replaced with the combination of path...

    docs.aspose.com/svg/net/vectorization/
  7. ReplacingArgs.matchEndNode property | Aspose.Wo...

    ReplacingArgs.matchEndNode property. Gets the node that contains the end of the match....Replacing class ReplacingArgs ReplacingArgs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FindReplaceOptions.ignoreOfficeMath property | ...

    FindReplaceOptions.ignoreOfficeMath property. Gets or sets a boolean value indicating either to ignore text inside OfficeMath/>...Replacing class FindReplaceOptions FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 아카이브

    아카이브...datetime, timedelta # 교체 사전 생성 replacements = { "[[CompanyName]]": "Research...Txt): for key, value in replacements.items(): if key in txt.text:...

    blog.aspose.com/ko/diagram/find-and-replace-in-...
  10. docx转化PDF后,标题换行了 - Free Support Forum - aspose.com

    docx转换PDF后,标题行换行了,但是在word中直接导出不会出现这个情况。 new.docx (11.1 KB)...replace("\r", "").replace("\n", " "); para.getRange()...getRange().replace(para.getText(), txt); } // 更新布局后保存 doc.updatePageLayout();...

    forum.aspose.com/t/docx-pdf/325351