Sort Score
Result 10 results
Languages All
Labels All
Results 5,811 - 5,820 of 150,436 for

2

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

    Aspose::Words::Fields::FieldBuilder class. Builds a field from field code tokens (arguments and switches). To learn more, visit the documentation article in C++....field -> GetFieldCode ()); // 2 - Nested field: // Use a field...leftExpression -> AddArgument ( 2 ); leftExpression -> AddArgument...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Merge images Via net, all supported image forma...

    Using Aspose.Imaging you can easily Merge images Via net...images operation allows to combine 2 or more images into one vertically...by combining many (more than 2) images into a single whole, sometimes...

    products.aspose.com/imaging/net/merge/
  3. X and Y axis labels are incorrectly rendered wh...

    Hi, When converting some charts from DOCX to PDF, we noticed rendered charts may have extra Y axis labels, and X axis labels are messed up. Code: var doc = new Document(@“.\test.docx”); doc.Save(@“.\out.pdf”); I’v…...Discourse July 10, 2025, 1:01pm 2 @ServerSide527 Hello, Thank you...vyacheslav.deryushev July 10, 2025, 2:11pm 3 @ServerSide527 We have...

    forum.aspose.com/t/x-and-y-axis-labels-are-inco...
  4. 在 Visio 页面中自动放置一组形状|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....setDistanceInHorizon ( 2 ); options . setDistanceInVertica ( 2 ); // set auto...

    docs.aspose.com/diagram/zh/java/auto-space-a-co...
  5. Using border-radius and box-shadow in Html -> P...

    Hello, I’m trying to get a rectangle with rounded corners and shadow by converting HTML into PDF. I’m using latest Aspose.HTML v25.05 for this. A proper HTML does not work when processing through Aspose.Html and saving…...position: absolute; z-index: 2; padding: 10px; } .rounded { border-radius:..."output.pdf"); comparison.png (84.2 KB) output.pdf (14.9 KB) ctrtemplate...

    forum.aspose.com/t/using-border-radius-and-box-...
  6. Table.FirstRow | Aspose.Words for .NET

    Discover the FirstRow property of tables, effortlessly access the first row node for streamlined data management and enhanced table functionality.... EqualTo ( 2 )); Shows how to combine the rows...FirstSection . Body . Tables [ 0 ]; // 2 - Using the "GetChild" method:...

    reference.aspose.com/words/net/aspose.words.tab...
  7. ChartAxisTitle class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartAxisTitle class. Provides access to the axis title properties...Category 1' , 'AW Category 2' ], values = [ 1 , 2 ]) chart_axis_x_title...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Getting Barcode Region Information from the Ima...

    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....$point [ 2 ] -> x . ", Y = " . ( string ) $point [ 2 ] -> y ....

    docs.aspose.com/barcode/java/getting-barcode-re...
  9. Image insert from stream with alt text - Free S...

    Hi, I’m attempting to insert an Image at an x,y coordinate on a page while providing alternative text. I see that there is an IllustrationElement for this (Illustration Structure Elements | Aspose.PDF for .NET API Refer…...ali March 26, 2019, 12:39pm 2 @bruceb6 Thanks for contacting...notifier September 19, 2025, 2:45pm 3 The issues you have found...

    forum.aspose.com/t/image-insert-from-stream-wit...
  10. 创建或添加表格到PDF|Aspose.PDF for Java

    学习如何在PDF文档中创建或添加表格,应用单元格样式,拆分表格到页面上,并自定义行和列等。...( "Column (" + row_count + ", 2)" ); row . getCells (). add (..."Test 2 1" ); Cell cell = row2 . getCells (). add ( "Test 2 2" );...

    docs.aspose.com/pdf/zh/java/add-table-in-existi...