Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 152,092 for

2

(0.5 sec)
  1. FieldIndex.sequence_separator property | Aspose...

    FieldIndex.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers....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...
  2. Update Links in PDF|Aspose.PDF for Java

    Update links in PDF programmatically. This guide is about how to update links in PDF in Java language.... Using 2 means page will be displayed in...XYZExplicitDestinati ( 1 , 1 , 2 , 2 )); // Save the document with...

    docs.aspose.com/pdf/java/update-links/
  3. Chart.series property | Aspose.Words for Node.js

    Chart.series property. Provides access to series collection....= [ "Category 1" , "Category 2" , "Category 3" ]; // Insert two...series . add ( "Series 2" , categories , [ 64.2 , 79.5 , 94.0 ]);...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ListFormat.list property | Aspose.Words for Python

    ListFormat.list property. Gets or sets the list this paragraph is a member of....'Level ' + str ( i )) i += 1 # 2 - A bulleted list: # This list...writeln ( 'Bulleted list item 2.' ) builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  5. GradientStop | Aspose.Words for .NET

    Create stunning gradients effortlessly with the GradientStop constructor. Initialize and customize your designs with ease for vibrant visual appeal!...gradientStop = gradientStops [ 2 ]; gradientStops . Remove ( gradientStop...gradientStops . Count , Is . EqualTo ( 2 )); Assert . That ( gradientStops...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Support for TOCOL function in version 24.2.0.0 ...

    Hi, In my application, I am writing some value in my workbook and then using CalculateFormula() to recalculate the workbook because the written value can impact the values in other cells. But I am noticing the cells tha…...2.0.0 Aspose.Cells Product Family...COUNTA(‘DR-EL_Values’!$B:$B)-2),OFFSET(‘DR-EL_Values’!$A$3,0...

    forum.aspose.com/t/support-for-tocol-function-i...
  7. Serialization error and Trailer not found after...

    Hi, We were using Aspose Java 19.10 version for aspose-pdf. We upgraded it to 24.10 and few of our files started failing with below stack trace. Could you’ll help to identify the cause and fix? com.aspose.pdf.PageColle…...Product Family kavita09 July 2, 2025, 1:01am 1 Hi, We were using...Professionalize.Discourse July 2, 2025, 1:02am 2 @kavita09 Cause The error...

    forum.aspose.com/t/serialization-error-and-trai...
  8. Aspose::Words::DocumentBuilder::InsertHtml meth...

    Aspose::Words::DocumentBuilder::InsertHtml method. Inserts an HTML string into the document in C++....center" , paragraphs -> idx_get ( 2 ) -> GetText (). Trim ()); ASSERT_EQ...Center , paragraphs -> idx_get ( 2 ) -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. When saving Word docx as PDF, the "Alt Text" is...

    Hi, We are using Aspose Words Java version 25.1. We have a Word docx file with images/shapes containing “Alt Text” on them. When we convert it into PDF using below code, the converted PDF doesn’t have “Alt Text” on tho…...Discourse February 6, 2026, 7:09am 2 @oraspose You’re seeing the image...other structural information [5]. 2. What does ExportDocumentStruct...

    forum.aspose.com/t/when-saving-word-docx-as-pdf...
  10. Paragraph | Aspose.Words for Java

    Represents a paragraph of text in Java....accept(hiddenContentRemover); // 2 - Table node: Table table = doc...accept(hiddenContentRemover); // 2 - Table node: Table table = doc...

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