Sort Score
Result 10 results
Languages All
Labels All
Results 8,821 - 8,830 of 22,297 for

merging

(0.99 sec)
  1. Procurar

    Procurar...Merge(filesForMerge, device, options);...PdfDevice(pdfStream); try { document.Merge(filesForMerge, device, options);...

    blog.aspose.com/pt/page/merge-combine-eps-csharp/
  2. Gestion des cellules de tableau dans les présen...

    Gérez facilement les cellules de tableau dans PowerPoint et OpenDocument avec Aspose.Slides pour Python via .NET. Maîtrisez l'accès, la modification et le style des cellules rapidement pour une automatisation fluide des diapositives.... is_merged_cell : print ( "Cell ({}, {})...{}) is part of a merged region with a row span of {} and a column...

    docs.aspose.com/slides/fr/python-net/manage-cells/
  3. Replacer | Aspose.Words for Java

    Provides methods intended to find and replace text in the document in Java....execute(); } } Shows how to merge documents into a single output...//There is a several ways to merge documents: String inputDoc1...

    reference.aspose.com/words/java/com.aspose.word...
  4. Watermarker | Aspose.Words for Java

    Provides methods intended to insert watermarks into the documents in Java....execute(); } } Shows how to merge documents into a single output...//There is a several ways to merge documents: String inputDoc1...

    reference.aspose.com/words/java/com.aspose.word...
  5. Javaにフィールドを挿入する|Aspose.WordsのためのJava

    Javaを使用して文書にフィールドを挿入するさまざまな方法。...次のコード例は、文書内の段落にDOMを使用して MERGE フィールドを追加する方法を示しています: DOMを使用して文書にMail Merge ADDRESSBLOCK...ADDRESSBLOCK フィールドは、Word文書にMail Mergeアドレスブロックを挿入するために使用されます。 Word文書の...

    docs.aspose.com/words/ja/java/insert-fields/
  6. Mailmerge issue with Thai language in Docker ku...

    Hi, We are using .Net Aspose Word to mailmerge, and we observe some issue with the Thai language document. The texts in Thai language are converted to some unrecognized characters during merge, and this happens only in…...unrecognized characters during merge, and this happens only in Linux...Input (Docx) 1583×552 49 KB Merged Output (Pdf) 966×476 34.3 KB...

    forum.aspose.com/t/mailmerge-issue-with-thai-la...
  7. 档案

    档案... 使用 ICells->Merge(Aspose::Cells::Systems::Int32...worksheet->GetICells(); // 合并单元格 cells->Merge(5, 2, 2, 3); // 将数据放入单元格 ce...

    blog.aspose.com/zh/cells/merge-or-unmerge-cells...
  8. 아카이브

    아카이브... ICells->Merge(Aspose::Cells::Systems::Int32...worksheet->GetICells(); // 셀 병합 cells->Merge(5, 2, 2, 3); // 데이터를 셀에 입력 ...

    blog.aspose.com/ko/cells/merge-or-unmerge-cells...
  9. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...一种方法是调用 GetCells() 集合的 Merge 方法。 Merge 方法接受以下参数来合并单元格: 第一行:开始合并的第一行。...worksheet . GetCells (); // Merge some Cells (C6:E7) into a single...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  10. DocumentBuilder class | Aspose.Words for Python

    aspose.words.DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section formatting... move_to_merge_field(field_name) Moves the...specified merge field and removes the merge field. move_to_merge_field(field_name...

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