Sort Score
Result 10 results
Languages All
Labels All
Results 7,221 - 7,230 of 219,460 for

formatting

(0.1 sec)
  1. Alignment match with an RSPT RDLC reference rep...

    Hi Team, How can I create an Aspose Word template that matches the alignment of an RDLC report? Is there any tool or an easier way to replicate the layout? I’ve attached a reference RDLC report and the Aspose template I…...The engine preserves the formatting that exists in the template...into an MS Word compatible format. Make sure that all problematic...

    forum.aspose.com/t/alignment-match-with-an-rspt...
  2. Why does ParagraphFormat.getFirstLineIndent() r...

    请看一下附件里的template.zip (42.3 KB)这个模板文件,可以看到如附件里的 这个截图所示,first line indent是没有设置的。 然后当我在用Aspose Java的API去读取这个模板文件里的这个样式的first line indent时,发现得到的是-28.35,见附件里的 截图。截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”)…...should check the paragraph formatting in your template document...you can modify the paragraph format accordingly. Code Here’s how...

    forum.aspose.com/t/why-does-paragraphformat-get...
  3. Field of type FieldUserAddress empty in footer ...

    When converting a word file to pdf, some fields in the footer are not saved correctly, but the same field type is correct in the document body. Converting a word docm file to pdf using Aspose Words method Save with arg…...incorrect field codes or formatting. Render-Stage Approach :...the document to a different format first (like XPS) and then converting...

    forum.aspose.com/t/field-of-type-fielduseraddre...
  4. Aspose::Words::Fields::FieldShape class | Aspos...

    Aspose::Words::Fields::FieldShape class. Implements the SHAPE field. To learn more, visit the documentation article in C++.... get_Format () Gets a FieldFormat object...provides typed access to field’s formatting. get_IsDirty () Gets or sets...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fields::FieldSymbol class | Aspo...

    Aspose::Words::Fields::FieldSymbol class. Implements a SYMBOL field. To learn more, visit the documentation article in C++.... get_Format () Gets a FieldFormat object...provides typed access to field’s formatting. get_IsAnsi () Gets or sets...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. LINQ Reporting Engine or Mail Merge in Java|Asp...

    What is the difference between Mail Merge and LINQ Reporting Engine in Aspose.Words for Java and which solution is better to choose?...as follows: Printing and formatting data values Basic calculations...

    docs.aspose.com/words/java/linq-reporting-engin...
  7. How to Set Print Area with Node.js via C++|Docu...

    This article shows you code explaining how to set a print area using the Aspose.Cells library for Node.js via C++....means all cells with data or formatting will be printed. No Print...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-pri...
  8. 通过 Node.js 以 C++ 打开文件的不同方式|Documentation

    本文解释了如何使用 Aspose.Cells for Node.js via C++ API 打开Excel文件。...to load only data & cell formatting loadOptions . setLoadFilter...

    docs.aspose.com/cells/zh/nodejs-cpp/different-w...
  9. Word files saved into HTML produce different re...

    If a DOCX files is saved into HTML, it produces different results on different machines. This issue is breaking our CI processes. Could you help in figuring out what might cause this difference? The local settings are…...Embedded styles or specific formatting can sometimes result in different...

    forum.aspose.com/t/word-files-saved-into-html-p...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...against variations in field formatting or missing suffixes like...

    forum.aspose.com/t/alternative-way-to-extract-a...