Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 35,546 for

index

(0.19 sec)
  1. OfficeMath class | Aspose.Words for Python

    aspose.words.math.OfficeMath class. Represents an Office Math object such as function, equation, matrix or alike...Node ) get_child(node_type, index, is_deep) Returns an Nth child...(Inherited from Node ) index_of(child) Returns the index of the specified...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Adding Hyperlinks to Link Data in Aspose.Cells|...

    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....worksheet by passing its sheet index Worksheet worksheet = workbook...worksheet by passing its sheet index Worksheet worksheet = workbook...

    docs.aspose.com/cells/net/adding-hyperlinks-to-...
  3. Extract Text and Images from XLTM File Online a...

    Online XLTM file parser app. C++ API C++ code to extract text in rows and cells from XLTM spreadhseets....its index Use Picture class to get picture with its index using...

    products.aspose.com/total/cpp/parse/xltm/
  4. Extract Text and Images from XLSB File Online a...

    Online XLSB file parser app. C++ API C++ code to extract text in rows and cells from XLSB spreadhseets....its index Use Picture class to get picture with its index using...

    products.aspose.com/total/cpp/parse/xlsb/
  5. 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-...
  6. Manage SmartArt in PowerPoint Presentations in ...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for .NET using clear C# code samples that speed up slide design and automation....reference of a slide by using its Index. Add SmartArt BasicBlockList...a slide’s reference by its index. Add a chart with default data...

    docs.aspose.com/slides/net/manage-smartart/
  7. Add Videos to Presentations in Python|Aspose.Sl...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Python via .NET. Fast how-to guide....slide’s reference through its index. Add an IVideo object and pass...slide’s reference through its index. Add an IVideo object and pass...

    docs.aspose.com/slides/python-net/video-frame/
  8. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between workbooks using Aspose.Cells for Node.js via C++. Efficiently manage your workbook structures....worksheet called Move from index 1 to index 2 in FirstWorkbook.xlsx...

    docs.aspose.com/cells/nodejs-cpp/copy-and-move-...
  9. 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...
  10. 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...