Sort Score
Result 10 results
Languages All
Labels All
Results 6,921 - 6,930 of 149,637 for

2

(0.11 sec)
  1. ConditionalStyle | Aspose.Words for Java

    Represents special formatting applied to some area of a table with assigned table style in Java....write("Cell 2"); builder.endRow(); builder.insertCell();...setBackgroundPattern(Color.BLUE); // 2 - By index: tableStyle.getConditionalStyles()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Signature validation problems when converting f...

    Hello, I have an issue with multiple pdf signatures. My Aspose version is 22.5.0. The issue is that, when the original file is a .pdf, then the signatures get invalidated most of the time. So only the last one is valid…...Discourse September 29, 2025, 7:19am 2 @GregRus It appears you are encountering...asad.ali September 29, 2025, 2:37pm 4 @GregRus If possible, can...

    forum.aspose.com/t/signature-validation-problem...
  3. 获取图像的分辨率和尺寸|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中检索 PDF 中嵌入图像的分辨率和尺寸。...[ 0 ], 2 ) + Math . Pow ( lastCTM . Elements [ 1 ], 2 )); double...Elements [ 2 ], 2 ) + Math . Pow ( lastCTM . Elements [ 3 ], 2 )); //...

    docs.aspose.com/pdf/zh/net/get-resolution-and-d...
  4. 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...
  5. Stroke.visible property | Aspose.Words for Node.js

    Stroke.visible property. Gets or sets a flag indicating whether the stroke is visible....8 , 2.6 , 3.9 ], [ 2.7 , 3.2 , 0.8 , 1.7 ]); //...visible = false ; dataPoints . at ( 2 ). marker . format . fill . presetTextured...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Stroke.transparency property | Aspose.Words for...

    Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke....8 , 2.6 , 3.9 ], [ 2.7 , 3.2 , 0.8 , 1.7 ]); //...visible = false ; dataPoints . at ( 2 ). marker . format . fill . presetTextured...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Stroke.visible property | Aspose.Words for Python

    Stroke.visible property. Gets or sets a flag indicating whether the stroke is visible....8 , 2.6 , 3.9 ], y_values = [ 2.7 , 3.2 , 0.8 , 1.7 ])...visible = False data_points [ 2 ] . marker . format . fill . preset_textured...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartSeries.marker property | Aspose.Words for ...

    ChartSeries.marker property. Specifies a data marker...8 , 2.6 , 3.9 ], y_values = [ 2.7 , 3.2 , 0.8 , 1.7 ])...visible = False data_points [ 2 ] . marker . format . fill . preset_textured...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for С++ for more engaging slides....( defaultWorksheetInde , 0 , 2 , ObjectExt :: Box < System ::...:: String > ( u "Series 2" )), chart -> get_Type ()); // Takes...

    docs.aspose.com/slides/cpp/chart-data-label/
  10. DocumentBuilder | Aspose.Words for Java

    Provides methods to insert text images and other content specify font paragraph and section formatting in Java....write("Row 1, Cell 2."); // Call the builder's "EndRow"...insertCell(); builder.write("Row 2, Cell 1."); builder.insertCell();...

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