Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 148,103 for

2

(0.09 sec)
  1. 通过链式操作简化变换矩阵的创建|Documentation

    Aspose.3D for Python via .NET API 提供了TransformBuilder类,它通过链操作简化了转换矩阵的创建。...rotate_euler_degree ( 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/zh/python-net/simplify-the-c...
  2. Excel cannot open the file as file format or fi...

    i opened online aspose-editor. Edit Excel Files Free Online i used 2 files for testing. an xltx file and xltm file. i selected a cell and applied fill color. Then i downloaded the file. when i opened the file i receiv…...aspose-cells divine1 October 30, 2025, 2:15pm 1 i opened online aspose-editor...Excel Files Free Online i used 2 files for testing. an xltx file...

    forum.aspose.com/t/excel-cannot-open-the-file-a...
  3. 选中单元格的数值计算问题 - Free Support Forum - aspose.com

    选中单元格的数值计算问题...Discourse April 16, 2025, 1:54am 2 @feng.qun.zhu.avaryholding.com...avaryholding.com April 16, 2025, 2:02am 3 当数值使用千分位格式时,计算出现了问题 wanghao...

    forum.aspose.com/t/topic/311370
  4. GeneralFormatCollection class | Aspose.Words fo...

    aspose.words.fields.GeneralFormatCollection class. Represents a typed collection of general formats...insert_field ( '= 2 + 3' ) self . assertEqual ( '= 2 + 3' , field...update () self . assertEqual ( '= 2 + 3 \\ # $###.00' , field . get_field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  5. AutoFit Rows for Merged Cells with C++|Document...

    Learn how to auto-fit rows for merged cells in Excel using Aspose.Cells for C++.... CreateRange ( 0 , 0 , 2 , 2 ); // Merge the cells range...GetCells (). CreateRange ( 0 , 0 , 2 , 2 ); // Merge the cells range2...

    docs.aspose.com/cells/cpp/autofit-rows-for-merg...
  6. Set Print Titles|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....example, rows are defined as $1:$2 and columns are defined as $A:$B...1 & 2 as title rows pageSetup . PrintTitleRows = "$1:$2" ; Download...

    docs.aspose.com/cells/net/set-print-titles/
  7. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::GetEnumerator method. Returns an enumerator object in C++....InsertField ( u "= 2 + 3" ); ASSERT_EQ ( u "= 2 + 3" , field ->...-> Update (); ASSERT_EQ ( u "= 2 + 3 \\ # $###.00" , field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. AutoFit Rows for Merged Cells with Node.js via ...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for Node.js via C++. Implement auto-fit functionality for merged cells in spreadsheets.... createRange ( 0 , 0 , 2 , 2 ); // Merge the cells range...getCells (). createRange ( 0 , 0 , 2 , 2 ); // Merge the cells range2...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-f...
  9. FieldAddressBlock.IncludeCountryOrRegionName | ...

    Discover the FieldAddressBlock IncludeCountryOrRegionName property to easily manage country/region name inclusion for enhanced address formatting....ADDRESSBLOCK " )); // Setting this to "2" will include all countries and...field . IncludeCountryOrRegi = "2" ; field . FormatAddressOnCount...

    reference.aspose.com/words/net/aspose.words.fie...
  10. NodeCollection.remove method | Aspose.Words for...

    NodeCollection.remove method. Removes the node from the collection and from the document.... write ( 'Run 2. ' ) # Every invocation of the...first_paragraph . runs self . assertEqual ( 2 , runs . count ) # We can also...

    reference.aspose.com/words/python-net/aspose.wo...