Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 35,544 for

index

(0.13 sec)
  1. Forms2OleControlCollection.Item | Aspose.Words ...

    Access the Forms2OleControl object effortlessly with the Item property. Simplify your control management by retrieving items at any Index seamlessly....Hide ] Forms2OleControlColl indexer Gets Forms2OleControl object...specified index. public Forms2OleControl this [ int index ] { get...

    reference.aspose.com/words/net/aspose.words.dra...
  2. GeneralFormatCollection.count property | Aspose...

    GeneralFormatCollection.count property. Gets the total number of the items in the collection.... update () for index , general_format in enumerate...print ( f 'General format index { index } : { general_format } '...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.Cells using C++....// Access second worksheet (index 1) Worksheet sheet = wb . GetWorksheets...relating to pivot table int index = sheet . GetTimelines (). Add...

    docs.aspose.com/cells/cpp/create-timeline/
  4. ShapeBase class | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...from Node ) getBuildingBlock(index, isDeep) Returns an Nth child...CompositeNode ) getChild(nodeType, index, isDeep) Returns an Nth child...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::IndexOf method. Returns the zero-based Index of the specified value in the collection in C++....method Returns the zero-based index of the specified value in the...ReturnValue The zero based index. Negative value if not found...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word document...from Node ) getBuildingBlock(index, isDeep) Returns an Nth child...CompositeNode ) getChild(nodeType, index, isDeep) Returns an Nth child...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. IMailMergeDataSource | Aspose.Words for Java

    Implement this interface to allow mail merge from a custom data source such as a list of objects in Java....get(final int index) { return (Customer) super.get(index); } public...set(final int index, final Customer value) { super.set(index, value);...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Drawing::Charts::ChartDataPointC...

    Aspose::Words::Drawing::Charts::ChartDataPointCollection class. Represents collection of a ChartDataPoint. To learn more, visit the documentation article in C++....data point at the specified index has default format. idx_get...ChartDataPoint for the specified index. Is (const System::TypeInfo&)...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::LowCode::Splitter::ExtractPages ...

    Aspose::Words::LowCode::Splitter::ExtractPages method. Extracts a specified range of pages from a document stream and saves the extracted pages to an output stream using the specified save format in C++....startPageIndex int32_t The zero-based index of the first page to extract...startPageIndex int32_t The zero-based index of the first page to extract...

    reference.aspose.com/words/cpp/aspose.words.low...
  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...