Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 46,603 for

index

(0.1 sec)
  1. How to set the thickness of the "No Symbol" sha...

    I have produced a diagram with nodes (i.e. shapes) and connectors. So far all is perfect. The problem I have is that I cannot figure out how to make the “No Symbol” (the shape that is a circle with a line between it) s…...getShape(1); // Adjust the index as needed // Set the line weight...Make sure to replace the shape index with the correct one for your...

    forum.aspose.com/t/how-to-set-the-thickness-of-...
  2. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CustomDocumentProperties::Add method. Creates a new custom document property of the Boolean data type in C++.... // 1 - Remove by index: properties -> RemoveAt ( 1...document. // 1 - Remove by index: properties -> RemoveAt ( 1...

    reference.aspose.com/words/cpp/aspose.words.pro...
  3. Aspose::Words::Fields::FieldListNum::Remove met...

    Aspose::Words::Fields::FieldListNum::Remove method. Removes the field from the document. Returns a node right after the field. If the field's end is the last child of its parent node, returns its parent paragraph. If the field is already removed, returns null in C++....field from a collection at an index: fields -> RemoveAt ( 2 ); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. BookmarkCollection.clear method | Aspose.Words ...

    BookmarkCollection.clear method. Removes all bookmarks from this collection and from the document....- Removing a bookmark at an index in the bookmark collection:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::get_Count method. Gets the number of elements contained in the collection in C++.... // 1 - Remove a schema by index: schemas -> RemoveAt ( 2 );...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. I want to fetch the color of the hatch in dwg f...

    foreach (var entity in _cadImage.Entities) { var n = entity.LayerName; var l = _cadImage.Layers.GetLayer(n); { if (entity is CadHatch hatch) { Console.WriteLine("Polyline color ID is {0}, layer's name is {1…...color is set up is using color index (ColorId property) from known...@Asheesh32 , All hatches here have index-based colors, so you need to...

    forum.aspose.com/t/i-want-to-fetch-the-color-of...
  7. Arithmetic operations resulted in an overflow -...

    I’ve seen similar topics here before, but not with a public answer (at least that I’ve noticed.) I get the error in the subject line when attempting to convert an AVIF image to JPEG (or PNG). I’m using the code almost s…... The new error is “Index was outside the bounds of the...Exception 2: IndexOutOfRangeExcep: Index was outside the bounds of the...

    forum.aspose.com/t/arithmetic-operations-result...
  8. Aspose::Words::Lists::ListLevel::get_CustomNumb...

    Aspose::Words::Lists::ListLevel::get_CustomNumberStyleFormat method. Gets or sets the custom number style format for this list level. For example: "a, ç, ĝ, ..." in C++....get value for the specified index of the list item. ASSERT_EQ...

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

    Create and manage table in PowerPoint presentations in Java...slide’s reference through its index. Define an array of columnWidth...The first cell in a table is indexed as 0,0 (column 0, row 0). For...

    docs.aspose.com/slides/androidjava/manage-table/
  10. Create, Access, and Copy Named Ranges with C++|...

    Learn how to create, access, and copy named ranges in Excel files using Aspose.Cells with C++....range: FirstRow returns the index of the first row in the named...range. FirstColumn returns the index of the first column in the named...

    docs.aspose.com/cells/cpp/create-access-and-cop...