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

index

(1.9 sec)
  1. 通过 C++ 使用 Node.js 格式化工作簿中的工作表单元格|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化工作簿中的工作表单元格。自定义电子表格中数据的外观和样式。...(( header , index ) => { cells . get ( 1 , index + 1 ). putValue...forEach (( name , index ) => { cells . get ( index + 3 , 0 ). putValue...

    docs.aspose.com/cells/zh/nodejs-cpp/format-work...
  2. BorderCollection | Aspose.Words for Java

    A collection of Border objects in Java.... get(int index) Retrieves a Border object by index. getBottom()...boolean get(int index) public Border get(int index) Retrieves a...

    reference.aspose.com/words/java/com.aspose.word...
  3. Working with Form Fields in C#|Aspose.Words for...

    Understanding Form Fields feature, working with Form Fields using C#....particular form field by its index or name. The following code...obtaining the field (by name or index), assign the desired string...

    docs.aspose.com/words/net/working-with-form-fie...
  4. 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-...
  5. 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 a Video object and pass...slide’s reference through its index. Add a Video object and pass...

    docs.aspose.com/slides/python-net/video-frame/
  6. Working with Window Elements|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....); // get window object by index Window window = diagram . getWindows...); // get window object by index Window window = diagram . getWindows...

    docs.aspose.com/diagram/java/working-with-windo...
  7. 使用形状粘合|Documentation

    本节介绍如何使用 Aspose.Diagram 获取粘附到特定形状的形状。...location on the first connection index where to glue int shapeToBeginConnecti...location on the end connection index where to glue int shapeToEndConnection...

    docs.aspose.com/diagram/zh/net/working-with-sha...
  8. 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...
  9. 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...
  10. Work with Document Properties in C++|Aspose.Wor...

    Aspose.Words for C++ allows storing some useful information about your document, such as API and Version Number or Authorized Date, in built-in or custom document properties....through the indexer property by name or by index. BuiltInDocumentPrope...method to remove the property by index. You can also remove all properties...

    docs.aspose.com/words/cpp/work-with-document-pr...