Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 36,464 for

index

(0.36 sec)
  1. Splitter.ExtractPages | Aspose.Words for .NET

    Effortlessly extract specific pages from any document with our Splitter ExtractPages method. Save them in your desired format for easy access!...startPageIndex Int32 The zero-based index of the first page to extract...startPageIndex Int32 The zero-based index of the first page to extract...

    reference.aspose.com/words/net/aspose.words.low...
  2. BuildingBlockCollection Class | Aspose.Words fo...

    Discover the Aspose.Words BuildingBlockCollection class, a powerful tool for managing document BuildingBlock objects efficiently and enhancing your workflow....building block at the given index. (2 indexers) Methods Name Description...Node ) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/net/aspose.words.bui...
  3. FormFieldCollection.RemoveAt | Aspose.Words for...

    Effortlessly remove a form field using the FormFieldCollection RemoveAt method. Streamline your forms with this efficient Index-based solution....specified index. public void RemoveAt ( int index ) Parameter...Type Description index Int32 The zero-based index of the form field...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Regarding find the cell positions of images/cha...

    Is there any way to find the position of images/charts while select the image /chart. At client level mean When i select the image in the viewer I want the positions....getPicture(index) ). For a chart use Worksheet...getCharts() (or Worksheet.getChart(index) ). Read its placement properties...

    forum.aspose.com/t/regarding-find-the-cell-posi...
  5. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....getPropertyName(int index)., .remove(String name), .contains(String...IDocumentProperties.getPropertyName(int index)., .remove(string name), .contains(string...

    docs.aspose.com/slides/java/public-api-and-back...
  6. Aspose::Words::ConditionalStyleCollection::idx_...

    Aspose::Words::ConditionalStyleCollection::idx_get method. Retrieves a ConditionalStyle object by conditional style type in C++....get_AliceBlue ()); // 2 - By index: tableStyle -> get_ConditionalStyles...ConditionalStyle object by index. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::Tables::RowCollection class | As...

    Aspose::Words::Tables::RowCollection class. Provides typed access to a collection of Row nodes. To learn more, visit the documentation article in C++....Retrieves a Row at the given index. IndexOf (const System::Sha...>&) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Public API Changes in Aspose.Cells 8.7.0|Docume...

    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 desired Worksheet via its index or name Worksheet sheet = book...FormatConditions to the collection int index = sheet . getConditionalFormat...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Inserting and Deleting Rows and Columns of an E...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for C++ API....InsertRow method takes the index of the row where the new row...takes two parameters: Row index – the index of the row from where...

    docs.aspose.com/cells/cpp/inserting-and-deletin...
  10. How to get the gridspan of a cell in table - Fr...

    I have the table structure something like: <w:tr> <w:tc> <w:p><w:r><w:t>T3 Row3 -1</w:t></w:r></w:p> </w:tc> <w:tc> <w:tcPr> <w:gridSpan w:val=“2”/> </w:tcPr> <w:p><w:r><w:t>T3 Row3 -2</w:t></w:r></w:p> </w:tc> <w:tc> <w…...0; // logical column index (not cell index) for (Cell cell : row...cellText ); // Move column index by grid span columnIndex +=...

    forum.aspose.com/t/how-to-get-the-gridspan-of-a...