Sort Score
Result 10 results
Languages All
Labels All
Results 5,921 - 5,930 of 133,247 for

2

(0.08 sec)
  1. Get Master Object from Drawing in PHP|Documenta...

    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....vsd" ); $master_id = 2 ; \ # Get master object by id...$master_name = "Background tranquil .2" ; \ # Get master object by name...

    docs.aspose.com/diagram/java/get-master-object-...
  2. Missing text in labels - Free Support Forum - a...

    Hi, when I try to get an image from a chart in Excel, only parts of the labels are picked. In the example, you will see that ‘Type…’ is missing. Here is the code: Aspose.Cells.License lic = new Cells.License(); lic…...zhao March 28, 2025, 2:09pm 2 @Nachti We have opened the...

    forum.aspose.com/t/missing-text-in-labels/310539
  3. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table.... assertEqual ( 2 , tables [ 1 ] . rows . count...first_section . body . tables [ 0 ] # 2 - Using the "GetChild" method:...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 图表数据标签|Aspose.Slides 文档

    在Java中设置PowerPoint图表数据标签和距离...getCell ( defaultWorksheetInde , 2 , 1 , 0 . 50 )); series . getDataPoints...( defaultWorksheetInde , 0 , 2 , "Blues" ), chart . getType ());...

    docs.aspose.com/slides/zh/java/chart-data-label/
  5. Aspose Cells Copying the Empty rows while rplac...

    Hello Team, input_outputdoc.zip (133.0 KB) Excel_Word_Doc.zip (763.2 KB) I am replacing excel sheet data in word at that time Aspose cells are considering few rows at the end of the table which doesn’t have the data, …...2 KB) I am replacing excel sheet...Discourse May 16, 2025, 12:39pm 2 @bkalightaspose1125 To remove...

    forum.aspose.com/t/aspose-cells-copying-the-emp...
  6. Aspose::Words::Fields::FieldCollection::RemoveA...

    Aspose::Words::Fields::FieldCollection::RemoveAt method. Removes a field at the specified index from this collection and from the document in C++.... fields -> get_Count ()); // 2 - Get the collection to remove...an index: fields -> RemoveAt ( 2 ); ASSERT_EQ ( 3 , fields -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in C# or .NET...= 5 ; } } // Merges cells 1 & 2 of row 1 tbl . MergeCells ( tbl...0) (2, 0) (3, 0) (0, 1) (1, 1) (2, 1) (3, 1) (0, 2) (1, 2) (2...

    docs.aspose.com/slides/net/manage-table/
  8. Aspose::Words::Tables::RowFormat::get_HeadingFo...

    Aspose::Words::Tables::RowFormat::get_HeadingFormat method. True if the row is repeated as a table heading on every page when the table spans more than one page in C++....builder -> Write ( u "Heading row 2" ); builder -> EndRow (); builder...:: Format ( u "Row {0}, column 2." , table -> get_Rows () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in Java...5 ); } } // Merges cells 1 & 2 of row 1 tbl . mergeCells ( tbl...0) (2, 0) (3, 0) (0, 1) (1, 1) (2, 1) (3, 1) (0, 2) (1, 2) (2...

    docs.aspose.com/slides/java/manage-table/
  10. ListLevel.custom_number_style_format property |...

    ListLevel.custom_number_style_format property. Gets or sets the custom number style format for this list level...' , paras [ 2 ] . list_label . label_string...assertEqual ( '002.' , paras [ 2 ] . list_label . label_string...

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