Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 150,870 for

2

(0.19 sec)
  1. 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...
  2. 在 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...
  3. ECIEncodings|Aspose.BarCode for Python via .NET...

    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....Id:"\000003" ISO_8859_2 ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI...Id:"\000020" WIN1250 Windows 1250 Latin 2 (Central Europe) encoding. ECI...

    docs.aspose.com/barcode/python-net/api-referenc...
  4. 使用Apose组件或者Excel配置的批注功能,在导入或保存后重新渲染就丢失了 - Free ...

    image.png (84.6 KB)...com January 27, 2026, 2:58am 1 image.png 1388×391 84.6...Discourse January 27, 2026, 2:58am 2 @feng.qun.zhu.avaryholding...

    forum.aspose.com/t/apose-excel/324847
  5. how to customize UI appearance for modal window...

    This article describes how to customize UI appearance for modal window in GridJs....hover { transform : translateY ( -2 px ); box-shadow : 0 4 px 12 px...px rgba ( 102 , 126 , 234 , 0.2 ); border : none ; } . x-spre...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  6. 如何在GridJs中自定义模态窗口的UI外观|Documentation

    本文介绍了如何在GridJs中自定义模态窗口的UI外观。...hover { transform : translateY ( -2 px ); box-shadow : 0 4 px 12 px...px rgba ( 102 , 126 , 234 , 0.2 ); border : none ; } . x-spre...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  7. 如何在GridJs中自定义模态窗口的UI外观|Documentation

    本文介绍了如何在GridJs中自定义模态窗口的UI外观。...hover { transform : translateY ( -2 px ); box-shadow : 0 4 px 12 px...px rgba ( 102 , 126 , 234 , 0.2 ); border : none ; } . x-spre...

    docs.aspose.com/cells/zh/python-net/aspose-cell...
  8. Field.Remove | Aspose.Words for .NET

    Effortlessly remove fields from documents with the Field Remove method. Get precise node returns and handle empty fields seamlessly. Optimize your workflow!... EqualTo ( 5 )); // 2 - Get the collection to remove...an index: fields . RemoveAt ( 2 ); Assert . That ( fields . Count...

    reference.aspose.com/words/net/aspose.words.fie...
  9. 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...
  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...