Sort Score
Result 10 results
Languages All
Labels All
Results 6,391 - 6,400 of 154,424 for

2

(0.34 sec)
  1. ChartDataPointCollection.has_default_format met...

    ChartDataPointCollection.has_default_format method. Gets a flag indicating whether the data point at the specified index has default format....point with index 2 # so that the data point 2 looks the same as...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Create a Waterfall Chart with Legend Customizat...

    Hi Team, Could you please share the code snippet to render a waterfall chart for the below data using Aspose Slides Java version 25.6 ? Period Savings PrevYear -9 January 1 February 3 March 4 April -3 …...February 3 March 4 April -3 May 2 June 7 July 3 August 6 YTD 23...alone without hiding the other 2 legends. Sharing the ppt file...

    forum.aspose.com/t/create-a-waterfall-chart-wit...
  3. Variables defined in dynamically included docum...

    Hi there, When trying to access a variable that is defined in a dynamically inlcuded document (sub template), the code fails with an error message indicating that the variable name is not a field of the data source. It …...lyagin January 30, 2026, 5:17pm 2 @tibitabi This behavior is by...that: <<[s]>> . tibitabi February 2, 2026, 5:54am 3 Hi Ivan Thanks...

    forum.aspose.com/t/variables-defined-in-dynamic...
  4. Aspose Total using Aspose.SVG failing on M1 Mac...

    Unable to run Aspose.SVG from Aspose.Total on M1 Mac .Net 8.0 adding Aspose.SVG and Aspose.SVG.Drawing.SkiaSharp references. Two issuse new SkiaModulw() not found, and appears to be using System.Drawing.Common.dll missi…...cs(2,26): error CS0234: The type or...asad.ali June 18, 2025, 7:30pm 2 @bhutfless We request you to uninstall...

    forum.aspose.com/t/aspose-total-using-aspose-sv...
  5. Aspose::Words::Document::get_RevisionsView meth...

    Aspose::Words::Document::get_RevisionsView method. Gets or sets a value indicating whether to work with the original or revised version of a document in C++....Empty , paragraphs -> idx_get ( 2 ) -> get_ListLabel () -> get_LabelString..."a." , paragraphs -> idx_get ( 2 ) -> get_ListLabel () -> get_LabelString...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. 在Python中对行和列进行分组和取消分组|Documentation

    通过Aspose.Cells for Python Via Java API学习如何对行和列进行分组和取消分组...first three columns (from 0 to 2) and making them hidden by passing...true cells . groupColumns ( 0 , 2 , True ) \ # Saving the modified...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  7. DocumentPartSavingArgs | Aspose.Words for Java

    Provides data for the IDocumentPartSavingCallback.documentPartSavingcom.aspose.words.DocumentPartSavingArgs callback in Java....format("{0} part {1}, of type {2}.{3}", mOutFileName, ++mCount...setDocumentPartFileN(partFileName); // 2 - Create a custom stream for the...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.Barcode size is not working as expected ...

    Hi Team, i have C# code to generate barcode after that im using mergefiled to add barcode image to word document width and lenght of barcode image is not working as expected i have added code BarcodeGenerator barcode…...IsNullOrEmpty(temp[2]) ? Convert.ToSingle(temp[2]) : 0f; barcodeGenerator...IsNullOrEmpty(temp[2]) ? Convert.ToSingle(temp[2]) : 0f; bottom =...

    forum.aspose.com/t/aspose-barcode-size-is-not-w...
  9. VariableCollection | Aspose.Words for Java

    A collection of document variables in Java....assertEquals(2, variables.indexOfKey("Home address"));...assertFalse(variables.contains("City")); // 2 - By index: variables.removeAt(1);...

    reference.aspose.com/words/java/com.aspose.word...
  10. How can I check if a text value will visually f...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao worksheet.Cells.SetColumnWidthPixel(0, 5); worksheet.Cells.SetColumnWidthPixel(1, 5); var textRange = worksheet.Cells.CreateRange(0, 0,1, 2); textRange .…...CreateRange(0, 0,1, 2); textRange .Merge(); textRange...Discourse July 3, 2025, 11:44am 2 @imparthgalani Cause To determine...

    forum.aspose.com/t/how-can-i-check-if-a-text-va...