Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 155,664 for

2

(0.1 sec)
  1. Simplify the creation of transformation matrix ...

    Aspose.3D for .NET API offers the TransformBuilder class which simplifies the creation of the transformation matrix by the chain operations....RotateEulerDegree ( 0 , 180 , 0 ) // Scale by 2 will change the (x, y, z) into...into (2x, 2y, 2z) . Scale ( 2 ) // change the (x, y, z) into (z...

    docs.aspose.com/3d/net/simplify-the-creation-of...
  2. BorderCollection.right property | Aspose.Words ...

    BorderCollection.right property. Gets the right border.... Single , 2.0 , "#000000" ); // Create a row...builder . writeln ( "Row 1, Cell 2." ); builder . endRow (); // Reset...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. BorderCollection.top property | Aspose.Words fo...

    BorderCollection.top property. Gets the top border.... Single , 2.0 , "#000000" ); // Create a row...builder . writeln ( "Row 1, Cell 2." ); builder . endRow (); // Reset...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Read schedules in Open Plan for import to Risko...

    Riskonnect ARM uses Aspose Tasks to read .mpp, Project Server, and Primavera schedules. Are you open to doing the same with Deltek Open Plan?...Product Family gshetler February 2, 2026, 9:41pm 1 Riskonnect ARM...Professionalize.Discourse February 2, 2026, 9:42pm 2 @gshetler You’d like to...

    forum.aspose.com/t/read-schedules-in-open-plan-...
  5. FieldCompare.ComparisonOperator | Aspose.Words ...

    Discover the FieldCompare ComparisonOperator property—easily manage your comparison operators for enhanced data analysis and efficiency.... RightExpression = "2" ; field . Update (); // The COMPARE...Is . EqualTo ( " COMPARE 3 < 2" )); Assert . That ( field . Result...

    reference.aspose.com/words/net/aspose.words.fie...
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – C# 를 사용한 PDF 변환 솔루션 https://products.aspose.com/pdf/ko/net/conversion/ Recent content in C# 를 사용한 PDF 변환 솔루션 on Aspsoe.PDF Products Hugo -- goh......2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – C# 를 사용한...is-justify-content-center is-hidden-mobile mb-2 https://products.aspose.com/p...

    products.aspose.com/pdf/ko/net/conversion/index...
  7. Style.aliases property | Aspose.Words for Python

    Style.aliases property. Gets all aliases of this style...MyStyle Alias 1,MyStyle Alias 2". # If a style's name has multiple...'MyStyle Alias 1' , 'MyStyle Alias 2' ], style . aliases ) self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...words-java Crane March 28, 2025, 2:32pm 1 for (Paragraph paragraph...Discourse March 28, 2025, 2:34pm 2 @Crane To modify the footnote...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  9. DocumentBuilder.cellFormat property | Aspose.Wo...

    DocumentBuilder.cellFormat property. Returns an object that represents current table cell formatting properties.... write ( "Row 1, Col 2" ); builder . endRow (); // Changing...insertCell (); builder . write ( "Row 2, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Accessing array element by index in Excel templ...

    Hello, In the Word template, we can access specific array elements using elementAt function. I wanted to know if we can achieve the same functionality in the Excel template too. I tried the following smart markers to …...zhao April 11, 2025, 2:29pm 21 @sagaofsilence.dev Sorry...current to end, please use array[2:] . I will reimplement -1 in smart...

    forum.aspose.com/t/accessing-array-element-by-i...