Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 35,602 for

index

(0.24 sec)
  1. 支持使用 C++ 在命名范围公式中支持德语区域设置|Documentation

    学习如何使用 Aspose.Cells 与 C++ 处理德语区域的命名范围公式。...new named range and get its index int32_t nameIndex = wsCol ....); // Get the named range by index Name namedRange = wsCol . GetNames...

    docs.aspose.com/cells/zh/cpp/support-for-german...
  2. Layout detecton|Documentation

    How to detect the layout on the provided image....Type Description index Integer The sequential index of the content...

    docs.aspose.com/ocr/java/layout_detection/
  3. VbaReferenceCollection Class | Aspose.Words for...

    Explore the Aspose.Words.Vba.VbaReferenceCollection class, a powerful tool for managing VbaReference objects efficiently in your projects....VbaReference object at the specified index. Methods Name Description Remove...VbaReference element at the specified index of the collection. Examples...

    reference.aspose.com/words/net/aspose.words.vba...
  4. Fill.GradientStops | Aspose.Words for .NET

    Discover how to enhance your designs with the GradientStops property, featuring a collection of GradientStop objects for stunning fill effects....// Remove gradient stop at index 1. gradientStops . RemoveAt...new gradient stop at the same index 1. gradientStops . Insert (...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Document.variables property | Aspose.Words for ...

    Document.variables property. Returns the collection of variables added to a document or template.... log ( `Index: ${ i } , Value: ${ variables...toEqual ( false ); // 2 - By index: variables . removeAt ( 1 );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. GradientStop.base_color property | Aspose.Words...

    GradientStop.base_color property. Gets a value representing the color of the gradient stop without any modifiers....) # Remove gradient stop at index 1. gradient_stops . remove_at...new gradient stop at the same index 1. gradient_stops . insert (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ReplacingArgs.groupIndex property | Aspose.Word...

    ReplacingArgs.groupIndex property. Identifies, by Index, a captured group in the Aspose.Words.Replacing.ReplacingArgs.Match that is to be replaced with the [ReplacingArgs.replacement](../replacement/) string....groupIndex property Identifies, by index, a captured group in the Aspose...args . groupName ) ? `\tGroup index:\t ${ args . groupIndex } `...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartSeriesCollection | Aspose.Words for Java

    Represents collection of a ChartSeries in Java....series can also be removed by index, like this. // This will remove...get(int index) Returns a ChartSeries at the specified index. getCount()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Glyph constructor | Aspose.Words for Python

    Glyph constructor. Initializes new instance of this class....Glyph constructor Glyph(glyph_index, advance, advance_offset, ascender_offset)...def __init__ ( self , glyph_index : int , advance : int , advance_offset...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Shape to Image of emf to png format gives blank...

    Dear Support, We are using Aspose.Diagram for .NET version 24.12.0 in a C#-application which is used on Windows platforms and Linux platforms. We have an issue with saving the shapes of a Visio-document in the master f…...Count}"); int index = 0; foreach (Shape shape in...emfShapes) { shape.ToImage($"emf2png{index}.png", imageSaveOptionsPNG);...

    forum.aspose.com/t/shape-to-image-of-emf-to-png...