Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 27,620 for

index

(0.08 sec)
  1. Convert OTP to SVG using C++ application | prod...

    Sample C++ conversion code for OTP document to SVG format. Use example code for batch OTP to SVG conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/otp-t...
  2. 与GridJs客户端端协同工作|Documentation

    本文介绍了GridJs中的客户端JavaScript API或函数。...ri: Row index of the target cell. // - ci: Column index of the...parameters are: ri : row index ci : column index 获取单元格样式 xs . sheet...

    docs.aspose.com/cells/zh/python-net/aspose-cell...
  3. Autofit Rows and Columns in Excel using Python

    This guide focuses on how to auto fit Excel using Python. It includes the IDE settings, a step-by-step process, and a code sample to auto fit in Excel using Python....class object using its name or index Auto-fit the rows and columns...worksheet using its zero-based index or the worksheet name. Finally...

    kb.aspose.com/cells/python/autofit-rows-and-col...
  4. Autofit Rows and Columns in Excel using Java

    This tutorial explains how to auto fit Excel using Java. It covers the IDE setup, a list of steps, and a runnable sample code to auto fit in Excel using Java....the Worksheet class using its index or name Then auto-fit the columns...particular sheet with the zero-based index or by mentioning the worksheet...

    kb.aspose.com/cells/java/autofit-rows-and-colum...
  5. ParagraphCollection Class | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphCollection for seamless access to structured Paragraph nodes, enhancing document manipulation and efficiency in your projects....Paragraph 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/par...
  6. Aspose::Words::Settings::OdsoFieldMapData class...

    Aspose::Words::Settings::OdsoFieldMapData class. Specifies how a column in the external data source shall be mapped to the predefined merge fields within the document. To learn more, visit the documentation article in C++....const Specifies the zero-based index of the column within an external...source for the column whose index is specified by the Column property...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. CustomXmlPropertyCollection.index_of_key method...

    CustomXmlPropertyCollection.Index_of_key method. Returns the zero-based Index of the specified property in the collection....index_of_key method index_of_key(name) Returns the zero-based...zero-based index of the specified property in the collection. def index_of_key...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ListLevelCollection | Aspose.Words for Java

    A collection of list formatting for each level in a list in Java....Description get(int index) Gets a list level by index. getCount() Gets...set(int index, ListLevel value) Gets a list level by index. get(int...

    reference.aspose.com/words/java/com.aspose.word...
  9. Different attachment count between .msg and mai...

    i got different attachment count between the mail in pst file and msg file.Pst: PersonalStorage pst = PersonalStorage.FromFile(pstpath); FolderInfo folderinfo = pst.RootFolder.GetSubFolder("Inbox"); …...for (int index = 0, i = 0; i < count; i++) { index = i * 50;...messageInfoCollectio = folderinfo.GetContents(index, 50);// max 50 foreach (MessageInfo...

    forum.aspose.com/t/different-attachment-count-b...
  10. HeaderFooterCollection class | Aspose.Words for...

    Aspose.Words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)...indexOf(node) Returns the zero-based index of the specified node. (Inherited...from NodeCollection ) insert(index, node) Inserts a node into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...