Sort Score
Result 10 results
Languages All
Labels All
Results 7,561 - 7,570 of 150,874 for

2

(0.19 sec)
  1. AutoFitBehavior | Aspose.Words for Java

    Determines how Aspose.Words resizes the table when you invoke the MAspose.Words.Tables.Table.AutoFitAspose.Words.Tables.AutoFitBehavior method in Java....write("Row 1, cell 2."); builder.endRow(); // While....UPWARD); builder.write("Row 2, cell 1."); builder.insertCell();...

    reference.aspose.com/words/java/com.aspose.word...
  2. ModDate date issues - Free Support Forum - aspo...

    Issue #1: Cannot set Document.Info.ModDate to UTC date. Aspose.PDF requires a DateTime value with Local kind. _pdf.Info.ModDate = DateTime.UtcNow; It should be allowed to set ModDate to UTC date. The corresponding val…... Issue #2 : Aspose.Pdf returns incorrect...Discourse July 31, 2025, 9:54am 2 @oleksii88 Hi Oleksii, Thank you...

    forum.aspose.com/t/moddate-date-issues/315937
  3. Code snippet to create combination chart - Free...

    Hi Aspose team, Could you please help us code snippet to provide a combination chart containing Stacked horizontal bar in primary axis with clustered bar in secondary axis but as a hidden bar only the datalabel has to b…...Thilakbabu September 10, 2025, 2:32pm 1 Hi Aspose team, Could you...Discourse September 10, 2025, 2:33pm 2 @Thilakbabu To create a combination...

    forum.aspose.com/t/code-snippet-to-create-combi...
  4. Issue with Font Family Change During Mail Merge...

    Dear Team, I am currently utilizing the Aspose Mail Merge mechanism, and I’ve encountered an issue where, for a specific value, the font family changes unexpectedly. Specifically, when the value “µL/bee” is inserted int…...Family KeerthanaRamesh214 December 2, 2025, 5:38am 1 Dear Team, I am...Professionalize.Discourse December 2, 2025, 5:40am 2 @KeerthanaRamesh214 Based...

    forum.aspose.com/t/issue-with-font-family-chang...
  5. DocumentBuilder.MoveTo | Aspose.Words for .NET

    Discover the DocumentBuilder MoveTo method to easily navigate inline nodes and efficiently position your cursor at paragraph ends for seamless document editing.... Writeln ( "Run 2. " ); Assert . That ( doc . GetText...Trim (), Is . EqualTo ( "Run 2. \rRun 1." )); // Move the cursor...

    reference.aspose.com/words/net/aspose.words/doc...
  6. How to use XPath – Aspose.HTML for .NET

    Learn how to use Aspose.HTML to navigate through HTML and select nodes by XPath Query; how to select all photos from HTML using XPath expressions....the remainder when divided by 2, i.e. odd: XPath Expression Copy...// main / div [ position() mod 2 = 1 ]// img C# code Copy 1 var...

    docs.aspose.com/html/net/how-to-articles/how-to...
  7. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in JavaScript via C++ to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear.... formula1 = "=MOD(ROW(),2)=0" ; // Set the background color...formula =MOD(ROW(),2)=0 to =MOD(COLUMN(),2)=0 ; that is, instead...

    docs.aspose.com/cells/javascript-cpp/apply-shad...
  8. FieldIndex.has_sequence_name property | Aspose....

    FieldIndex.has_sequence_name property. Gets a value indicating whether a sequence should be used while the field's result building....and this XE field is on page 2, along with the custom separators...and "MySequence at 1 on page 2" on the right. index_entry = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Insert Hyperlinks in Worksheet|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Cells [ 2 , 0 ]. Value = "Email Link" ; hyperlinks . Add ( 2 , 0...subject=Hyperlinks" ); sheet . Cells [ 2 , 0 ]. SetStyle ( style ); //link...

    docs.aspose.com/cells/net/insert-hyperlinks-in-...
  10. SectionStart | Aspose.Words for Java

    The type of break at the beginning of the section in Java....writeln("This text is in section 2."); Assert.assertEquals(SectionStart...getPageSetup().getSectionStart()); // 2 - Starts the next section on the...

    reference.aspose.com/words/java/com.aspose.word...