Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 35,649 for

index

(0.13 sec)
  1. 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...
  2. 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...
  3. 如何添加数据条条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用 Data Bars 条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。... cell_area_name , color ): index = self . _sheet . conditional_formattings... conditional_formattings [ index ] area = self . get_cell_area_by_name...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  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. FootnoteSeparator class | Aspose.Words for Python

    aspose.words.notes.FootnoteSeparator class. Represents a container for the footnote/endnote separator and continuation content of a document....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...
  6. 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/
  7. Set Barcode Checksum Controls in Java|Documenta...

    How to Set Checksum for 1D Barcodes in Aspose.BarCode for Java...preceding digits modulo the index of the maximum encoded character...weighted based on its position index. Barcode Checksum Settings Different...

    docs.aspose.com/barcode/java/set-checksum-contr...
  8. Set Barcode Checksum Controls in Python via Jav...

    How to Set Checksum for 1D Barcodes in Aspose.BarCode for Python via Java...preceding digits modulo the index of the maximum encoded character...weighted based on its position index. Barcode Checksum Settings Different...

    docs.aspose.com/barcode/python-java/set-checksu...
  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...