Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 37,038 for

index

(0.15 sec)
  1. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...Paragraph, true)) { int index; if (paragraph.GetAncestor(NodeType...StyleName = "Heading 11"; //get index of current paragraph and insert...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  2. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how cells look and appear....conditional formatting int index = sheet . GetConditionalFormat...GetConditionalFormat (). Get ( index ); // Sets the conditional format...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  3. Copying and Moving Worksheets|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....version of the method takes the index of the source worksheet as a...takes the target worksheet index as a parameter. The following...

    docs.aspose.com/cells/go-cpp/copying-and-moving...
  4. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with JavaScript and Aspose.Slides for Node.js via Java and speed up presentation editing and data updates....slide’s reference through its index. Create an Table object and...slide’s reference through its index. Define an array of columnWidth...

    docs.aspose.com/slides/nodejs-java/manage-rows-...
  5. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....row index, modify the formula to retrieve the column index. The...

    docs.aspose.com/cells/go-cpp/apply-shading-to-a...
  6. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C# to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....row index, modify the formula to retrieve the column index. The...

    docs.aspose.com/cells/net/apply-shading-to-alte...
  7. PageSet | Aspose.Words for Java

    Describes a random set of pages in Java....page via // the zero-based index to start rendering the document...one-page set based on exact page index. PageSet(int[] pages) Creates...

    reference.aspose.com/words/java/com.aspose.word...
  8. JSON Data and Word Template Output - Free Suppo...

    ‌JSON Content and Word Output The JSON content is: {"form":{ "gender":"M"}}. In Word, the output statement is: <<[form.gender]>>, which works fine. However, if the JSON content is: {"form":{ "smoke":["Y","N"]}}. In W…...correctly output the data at index 0 of the JSON array? Foreach...correctly output the data at index 0 of a JSON array in your Word...

    forum.aspose.com/t/json-data-and-word-template-...
  9. Aspose::Words::Settings::OdsoFieldMapData::set_...

    Aspose::Words::Settings::OdsoFieldMapData::set_Name method. Specifies the column name within an external data source for the column whose Index is specified by the Column property. The default value is an empty string in C++....source for the column whose index is specified by the Column property...

    reference.aspose.com/words/cpp/aspose.words.set...
  10. DropDownItemCollection.Contains | Aspose.Words ...

    Discover if a DropDownItemCollection includes your specified value with our efficient Contains method. Enhance your data management effortlessly!...another item at a specified index: dropDownItems . Insert ( 3...// 2 - Remove an item at an index: dropDownItems . RemoveAt (...

    reference.aspose.com/words/net/aspose.words.fie...