Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 37,080 for

index

(0.64 sec)
  1. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background color Step 3: Overlay text on top of the filled color (new text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...int upperLeftRow = 0; // Row index for the shape int upperLeftColumn...upperLeftColumn = 0; // Column index for the shape int width = 100; //...

    forum.aspose.com/t/display-text-content-on-top-...
  2. 使用窗口元素|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/zh/java/working-with-wi...
  3. LayoutEnumerator Class | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.LayoutEnumerator class for efficient document layout enumeration. Explore page geometry, text, and structure effortlessly!...type, geometry, text and page index where entity is rendered, as...PageIndex { get; } Gets the 1-based index of a page which contains the...

    reference.aspose.com/words/net/aspose.words.lay...
  4. 更改 EPS 的 XMP 元数据中的数组项 | C++

    本文将通过代码片段讲解和演示使用 Aspose.Page API 解决方案(适用于 C++)更改 EPS 文件的 XMP 元数据中的数组项的过程。...23 // Change title item at index 0 24 xmp -> SetArrayItem(u "dc:title"...26 // Change creator item at index 0 27 xmp -> SetArrayItem(u "dc:creator"...

    docs.aspose.com/page/zh/cpp/xmp-metadata/change...
  5. Delete Named Ranges with JavaScript via C++|Doc...

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for JavaScript via C++....or defined names by text or index in the list. <!DOCTYPE html>...// Delete a defined name by index. Ensure to check the count before...

    docs.aspose.com/cells/javascript-cpp/delete-nam...
  6. FieldEditTime | Aspose.Words for Java

    Implements the EDITTIME field in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldAutoNum | Aspose.Words for Java

    Implements the AUTONUM field in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldAutoText | Aspose.Words for Java

    Implements the AUTOTEXT field in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldNumWords | Aspose.Words for Java

    Implements the NUMWORDS field in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...

    reference.aspose.com/words/java/com.aspose.word...
  10. Display font Metrics | .NET API Solution

    .NET API Solution to manage fonts. Learn how to view font metrics like width, kerning, ascent, descent, with a few lines of C# code.... To get the glyph index for ‘A’ symbol use GetGlyphIndex()...unicode = ( char ) 65 ; //Glyph index for 'A' uint glIndex = cmapTable...

    products.aspose.com/font/net/font-metrics/