Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 36,465 for

index

(0.1 sec)
  1. 修改Visio形状的渐变|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....// get the gradient stop by index GradientStop stop = stops ....

    docs.aspose.com/diagram/zh/java/modify-the-grad...
  2. 指定图像分辨率、质量、压缩和其他选项|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....worksheet by //passing its sheet index Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/net/specify-image-reso...
  3. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection....- Removing a bookmark at an index in the bookmark collection:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Fields::FieldListNum::Remove met...

    Aspose::Words::Fields::FieldListNum::Remove method. Removes the field from the document. Returns a node right after the field. If the field's end is the last child of its parent node, returns its parent paragraph. If the field is already removed, returns null in C++....field from a collection at an index: fields -> RemoveAt ( 2 ); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. CustomXmlPropertyCollection.count property | As...

    CustomXmlPropertyCollection.count property. Gets the number of elements contained in the collection.... index_of_key ( 'Month' )) # Below...collection. # 1 - Remove by index: properties . remove_at ( 3...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Lists::ListLevel::get_CustomNumb...

    Aspose::Words::Lists::ListLevel::get_CustomNumberStyleFormat method. Gets or sets the custom number style format for this list level. For example: "a, ç, ĝ, ..." in C++....get value for the specified index of the list item. ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.lis...
  7. FontInfoCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.FontInfoCollection class, your go-to solution for managing document fonts efficiently and enhancing your document's visual appeal.... (2 indexers) SaveSubsetFonts { get; set;...Console . WriteLine ( $"Font index #{i}" ); Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.fon...
  8. CustomXmlPropertyCollection.clear method | Aspo...

    CustomXmlPropertyCollection.clear method. Removes all elements from the collection.... index_of_key ( 'Month' )) # Below...collection. # 1 - Remove by index: properties . remove_at ( 3...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataPoint.InvertIfNegative | Aspose.Words ...

    Discover how the ChartDataPoint InvertIfNegative property enhances data visualization by inverting colors for negative values, improving clarity and impact.... Index , Is . EqualTo ( i )); } } See...Aspose.Words ChartDataPoint.Index ChartDataPoint.Marker English...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Navigation with Cursor in C++|Aspose.Words for C++

    Navigate between different nodes within a document, such as a paragraph, bookmark, or a specific character using C++....addition, you can specify an index to move the cursor to any position...addition, you can specify an index to move the cursor to any position...

    docs.aspose.com/words/cpp/navigation-with-cursor/