Sort Score
Result 10 results
Languages All
Labels All
Results 9,311 - 9,320 of 150,702 for

2

(0.86 sec)
  1. PDF Font Loss Issue When Converting Documents o...

    Hi Team, When converting Word documents to PDF format using Aspose.Words on our server environment, fonts (specifically those highlighted in yellow in the attached input Word file) are not being embedded or rendered cor…...noskov August 7, 2025, 2:40pm 2 @Surekha Usually, the such...

    forum.aspose.com/t/pdf-font-loss-issue-when-con...
  2. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides Node.js code using C++ to insert and delete rows in an Excel worksheet....// Insert 10 rows at row index 2 (insertion starts at the 3rd row)...sheet . getCells (). insertRows ( 2 , 10 ); // Delete 5 rows now (8th...

    docs.aspose.com/cells/nodejs-cpp/insert-or-dele...
  3. Query Cell Areas Mapped to XML Map Path using W...

    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....CellArea ( C1 : C8 )[ 0 , 2 , 7 , 2 ] Aspose . Cells . CellArea...

    docs.aspose.com/cells/net/query-cell-areas-mapp...
  4. Query Cell Areas Mapped to XML Map Path using W...

    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....CellArea ( C1 : C8 )[ 0 , 2 , 7 , 2 ] Aspose . Cells . CellArea...

    docs.aspose.com/cells/python-net/query-cell-are...
  5. 使用 C++ 通过 Node.js 插入或删除 Excel 工作表中的行|Documentation

    本文提供了使用 C++ 的 Node.js 代码,用于在 Excel 工作表中插入和删除行。...// Insert 10 rows at row index 2 (insertion starts at 3rd row)...sheet . getCells (). insertRows ( 2 , 10 ); // Delete 5 rows now....

    docs.aspose.com/cells/zh/nodejs-cpp/insert-or-d...
  6. RelativeVerticalPosition enumeration | Aspose.W...

    aspose.words.drawing.RelativeVerticalPosition enumeration. Specifies to what the vertical position of a shape or text frame is relative.... width ) / 2 shape . top = ( builder . page_setup...page_height - shape . height ) / 2 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DropDownItemCollection.Remove | Aspose.Words fo...

    Effortlessly remove specific values from your DropDownItemCollection with our intuitive Remove method. Streamline your data management today!... Add ( "Four" ); // 2 - Insert an item before another...dropDownItems . Remove ( "Four" ); // 2 - Remove an item at an index:...

    reference.aspose.com/words/net/aspose.words.fie...
  8. SdtListItemCollection.removeAt method | Aspose....

    SdtListItemCollection.removeAt method. Removes a list item at the specified index.... SdtListItem ( "Item 2" , "Value 2" )); listItems . add ( new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldAutoText | Aspose.Words for Java

    Implements the AUTOTEXT field in Java....getFieldCode()); // 2 - Using a GLOSSARY field: FieldGlossary...fieldAutoText.getFieldCode()); // 2 - Using a GLOSSARY field: FieldGlossary...

    reference.aspose.com/words/java/com.aspose.word...
  10. SdtListItem.DisplayText | Aspose.Words for .NET

    Discover how the SdtListItem DisplayText property enhances your content by customizing displayed text, improving user engagement and clarity....new SdtListItem ( "Item 2" , "Value 2" )); listItems . Add ( new...

    reference.aspose.com/words/net/aspose.words.mar...