Sort Score
Result 10 results
Languages All
Labels All
Results 5,771 - 5,780 of 214,478 for

formatting

(0.12 sec)
  1. Aspose::Words::Fields::FieldSubject class | Asp...

    Aspose::Words::Fields::FieldSubject class. Implements the SUBJECT 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...
  2. Insert Hyperlinks into Excel or OpenOffice|Docu...

    How to insert hyperlinks into Excel file with Aspose.Cells for Python via .NET library without MS Excel....hyperlink, apply the appropriate formatting settings on that cell. How...

    docs.aspose.com/cells/python-net/insert-hyperli...
  3. Aspose::Words::Fields::FieldUserAddress class |...

    Aspose::Words::Fields::FieldUserAddress class. Implements the USERADDRESS 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...
  4. TextOrientation | Aspose.Words for Java

    Specifies orientation of text on a page in a table cell or a text frame in Java....Examples: Shows how to build a formatted 2x2 table. Document doc =...changes to the builder's formatting. Assert.assertEquals(0.0...

    reference.aspose.com/words/java/com.aspose.word...
  5. Rotate Axis Title in Aspose.Words Java - Free S...

    Hello, I am using Aspose.Words for Java version 25.5 to generate charts. I would like to rotate the title of the secondary, so that the axis title appears vertically. I can rotate the axis tick labels via AxisTickLabel…...setting the text, font, and formatting, but no rotation or orientation...

    forum.aspose.com/t/rotate-axis-title-in-aspose-...
  6. Wrong retrieving of the isAlignmentApplied() fl...

    Hi, we’re experiencing an unexpected behavior when working with a custom cell style. Specifically, after setting the Right alignment on the custom style and then unchecking the “Alignment” checkbox from the custom styl…...method checks if the alignment formatting is set, which may not be...

    forum.aspose.com/t/wrong-retrieving-of-the-isal...
  7. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…...for any custom paragraph formatting (negative indents, oversized...

    forum.aspose.com/t/word-saveto-pdf/322091
  8. 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…... Formatting changes are not recorded...

    forum.aspose.com/t/convert-data-tag-type-to-pla...
  9. 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...
  10. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…...they maintain the desired formatting, regardless of any changes...

    forum.aspose.com/t/change-in-behavior-of-cells-...