Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 133,247 for

2

(0.22 sec)
  1. Style.linkedStyleName property | Aspose.Words f...

    Style.linkedStyleName property. Gets/sets the name of the [Style](../) linked to this one...MyStyle Alias 1,MyStyle Alias 2". // If a style's name has multiple..."MyStyle Alias 1" , "MyStyle Alias 2" ]); expect ( style . baseStyleName...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartSeriesGroupCollection class | Aspose.Words...

    aspose.words.drawing.charts.ChartSeriesGroupCollection class. Represents a collection of [ChartSeriesGroup](../chartseriesgroup/) objects....= [ 'Category 1' , 'Category 2' , 'Category 3' ] series . add...= [ 2 , 3 , 4 ]) series . add ( series_name = 'Series 2 of primary...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CellVerticalAlignment enumeration | Aspose.Word...

    Aspose.Words.Tables.CellVerticalAlignment enumeration. Specifies vertical justification of text inside a table cell.... write ( "Row 1, cell 2." ); builder . endRow (); // While...Upward ; builder . write ( "Row 2, cell 1." ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartDataLabelCollection indexer | Aspose.Words...

    ChartDataLabelCollection indexer. Returns [ChartDataLabel](../../chartdatalabel/) for the specified index.... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Style.linked_style_name property | Aspose.Words...

    Style.linked_style_name property. Gets/sets the name of the [Style](../) linked to this one...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...
  6. Parameters of 1D Barcode Generation|Documentation

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for Android..., DataLogic 2-of-5 , IATA 2-of-5 , Interleaved 2-of-5 , ITF 6...14 , Matrix 2-of-5 , MSI , OPC , PZN , Standard 2-of-5 , and VIN...

    docs.aspose.com/barcode/androidjava/1d-barcodes...
  7. Parameters of 1D Barcode Generation|Documentation

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for Python..., DataLogic 2-of-5 , IATA 2-of-5 , Interleaved 2-of-5 , ITF 6...14 , Matrix 2-of-5 , MSI , OPC , PZN , Standard 2-of-5 , and VIN...

    docs.aspose.com/barcode/python-java/generate-1d...
  8. Aspose::Words::Fields::FieldOptions::get_Compar...

    Aspose::Words::Fields::FieldOptions::get_ComparisonExpressionEvaluator method. Gets or sets the field comparison expressions evaluator in C++....{0} {1} {2} \"true argument\" \"false argument\" ". // 2. " COMPARE...COMPARE {0} {1} {2} ". SharedPtr < Field > field = builder -> InsertField...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_ShowLeaderLines method. Allows to specify if data label leader lines need be shown. Default value is false in C++....get_Name ()); ASSERT_EQ ( u "Series 2" , chart -> get_Series () -> idx_get...-> get_Series () -> idx_get ( 2 ) -> get_Name ()); // Apply data...

    reference.aspose.com/words/cpp/aspose.words.dra...
  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/