Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 36,097 for

index

(0.7 sec)
  1. Empty page not getting removed - Free Support F...

    Hi Team, I have the following code that removes empty pages in document. But in one particular document , empty page (page number 3 ) is not getting removed. Providing the code for reference and attaching the document…...getCount(); for (int index = nodeCount - 1; index >= 0; index--) { Node...Node node = nodeCollection.get(index); if (node.getNodeType() ==...

    forum.aspose.com/t/empty-page-not-getting-remov...
  2. Aspose::Words::Bibliography::PersonCollection::...

    Aspose::Words::Bibliography::PersonCollection::idx_set method. Gets or sets a person at the specified Index in C++....sets a person at the specified index. void Aspose :: Words :: Bibliography...PersonCollection :: idx_set ( int32_t index , const System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.bib...
  3. ListCollection.Item | Aspose.Words for .NET

    Access ListCollection items effortlessly by Index. Simplify your data management and enhance your coding efficiency with this powerful property!...] ListCollection indexer Gets a list by index. public List this...this [ int index ] { get ; } Examples Shows how to verify owner...

    reference.aspose.com/words/net/aspose.words.lis...
  4. How to Delete Pivot Table using Node.js

    This article defines the process of how to delete pivot table using Node.js. It contains the instructions for the IDE settings, a list of steps, and a runnable sample code to remove pivot table using Node.js...desired pivot table using its index in the removeAt() method Save...table is deleted using the index. Code to Remove Pivot Table...

    kb.aspose.com/cells/nodejs/how-to-delete-pivot-...
  5. FieldRD class | Aspose.Words for Python

    aspose.words.fields.FieldRD class. Implements the RD field...authorities, or an index with the TOC, TOA, or INDEX field Inheritance:...contents, table of authorities, or index. format Gets a FieldFormat object...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Hiding and Showing Rows and Columns in Ruby|Doc...

    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....methods take the row/column index as a parameter to hide the specific...parameters: Row or column index – the index of a row or column that...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  7. Using LightCells API|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....the next row index to be saved. If a valid row index is returned...returned (the row index must be in ascending order for the rows to be...

    docs.aspose.com/cells/java/using-lightcells-api/
  8. Add Hyperlinks to Cells|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.... int index = worksheet . Hyperlinks . Add...); worksheet . Hyperlinks [ index ]. TextToDisplay = "Aspose Site...

    docs.aspose.com/cells/net/add-hyperlinks-to-cells/
  9. 在Ruby中管理文档属性|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....开发人员可以使用该示例中下面演示的 custom_properties 集合的 Index 或 Name 来获取特定属性。 Ruby 代码 def...using the property index puts "Property By Index: " + custom_properties...

    docs.aspose.com/cells/zh/java/managing-document...
  10. Aspose::Words::Notes::Footnote::get_ReferenceMa...

    Aspose::Words::Notes::Footnote::get_ReferenceMark method. Gets/sets custom reference mark to be used for this footnote. Default value is empty string, meaning auto-numbered footnotes are used in C++....reference mark // will be its index among all the section's footnotes...footnote will use instead of its index number. footnote -> set_ReferenceMark...

    reference.aspose.com/words/cpp/aspose.words.not...