Sort Score
Result 10 results
Languages All
Labels All
Results 4,171 - 4,180 of 157,077 for

2

(1.31 sec)
  1. Emboss Filters|Documentation

    Aspose.Imaging graphic library for Python supports kernel filters such Emboss3x3 as well as custom kernels....kernel [ [ 2 , 3 , 2 , ], [ 0 , 1 , 0 , ], [ - 2 , - 3 , - 2 , ], ]...

    docs.aspose.com/imaging/python-net/developer-gu...
  2. ListLevel.LinkedStyle | Aspose.Words for .NET

    Discover the ListLevel LinkedStyle property to easily manage and customize paragraph styles for your lists, enhancing your document's formatting and readability....Styles [ "Heading 1" ]; // Level 2 labels will display the current..."-II-"... docList . ListLevels [ 2 ]. NumberFormat = "-\x0002-" ;...

    reference.aspose.com/words/net/aspose.words.lis...
  3. Aspose 复选框消失问题 - Free Support Forum - aspose.com

    aspose复选框如果没点击过滚动到右侧再回来或者设置成固定列复选框就会消失,点击过的就能 aspose复选框消失.zip (859.8 KB) 保留下来...com December 19, 2025, 2:58am 1 aspose复选框如果没点击过滚动到右侧再回...Discourse December 19, 2025, 2:59am 2 @feng.qun.zhu.avaryholding...

    forum.aspose.com/t/aspose/323413
  4. Delete PDF Pages in Python|Aspose.PDF for Pytho...

    Learn how to delete pages from PDF files in Python....NET deletes page 2 from the input PDF and saves the...) document . pages . delete ( 2 ) document . save ( output_file_name...

    docs.aspose.com/pdf/python-net/delete-pages/
  5. ListLevel.is_legal property | Aspose.Words for ...

    ListLevel.is_legal property. True if the level turns all inherited numbers to Arabic, false if it preserves their number style....get_by_name ( 'Heading 1' ) # Level 2 labels will display the current..."-II-"... doc_list . list_levels [ 2 ] . number_format = '- \x02 -'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. IChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.IChartDataPoint class. Contains properties of a single data point on the chart....toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataPoints . at ( 2 ); dataPoint . format . fill ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartDataPointCollection class | Aspose.Words f...

    Aspose.Words.Drawing.Charts.ChartDataPointCollection class. Represents collection of a [ChartDataPoint](../chartdatapoint/)...toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataPoints . at ( 2 ); dataPoint . format . fill ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ListLevel.linked_style property | Aspose.Words ...

    ListLevel.linked_style property. Gets or sets the paragraph style that is linked to this list level....get_by_name ( 'Heading 1' ) # Level 2 labels will display the current..."-II-"... doc_list . list_levels [ 2 ] . number_format = '- \x02 -'...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CellFormat.shading property | Aspose.Words for ...

    CellFormat.shading property. Returns a [Shading](../../../aspose.words/shading/) object that refers to the shading formatting for the cell.... write ( 'Row 1, Col 2' ) builder . end_row () # Changing...insert_cell () builder . write ( 'Row 2, Col 1' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Image in Worksheet|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.... SetColumnWidth ( 2 , 50 ); //Add a picture to the...worksheet . Pictures . Add ( 3 , 2 , 3 , 2 , "../../data/aspose.png"...

    docs.aspose.com/cells/net/add-image-in-worksheet/