Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 46,606 for

index

(0.12 sec)
  1. Document.package_custom_parts property | Aspose...

    Document.package_custom_parts property. Gets or sets the collection of custom parts (arbitrary content) that are linked to the OOXML package using unknown relationships.... for index , part in enumerate ( doc ....package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t Name:...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. Aspose.PSD for Java 23.4 - Release Notes|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....entrySet ()) { int index ; while (( index = sb . indexOf ( kvp...- 1 ) { sb . replace ( index , index + kvp . getKey (). length...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  4. 处理颜色|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....color to the palette at 55th index Color color = Color . FromArgb...FillBackgroundColor = IndexedColors . Aqua . Index ; style . FillPattern = FillPattern...

    docs.aspose.com/cells/zh/net/working-with-colors/
  5. Modern API|Aspose.Slides for Node.js via .NET D...

    Modern API...for ( var index = 0 ; index < bitmaps . length ; index ++ ) { var...var thumbnail = bitmaps [ index ]; var imageio = java . import...

    docs.aspose.com/slides/nodejs-java/modern-api/
  6. Manage Worksheets of Microsoft Excel files.|Doc...

    This article shows how to Manage Worksheets of Microsoft Excel files by the Aspose.Cells for Python via .NET API....referenced by passing the sheet index of the new worksheet to the...worksheet by specifying its name or index. How to Remove Worksheets using...

    docs.aspose.com/cells/python-net/manage-workshe...
  7. Complete removal of digital signatures - Free S...

    Hi. I have tried to remove the digital signatures from pdfs using the code as described here: Remove Signature from PDF File|Aspose.PDF for .NET. It looks like the signature is removed but not everything related to digi…... for (int index = 0; index < sigNames.Count; index++) { Console...WriteLine($"Removed {sigNames[index]}"); pdFileSignature.Remove...

    forum.aspose.com/t/complete-removal-of-digital-...
  8. Get all the text in all the slides|Aspose.Slide...

    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....sldText , string docName , int index ) { using ( PresentationDocument...string relId = ( slideIds [ index ] as SlideId ). RelationshipId...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  9. DocumentPropertyCollection Class | Aspose.Words...

    Discover the Aspose.Words.Properties.DocumentPropertyCollection class, your go-to for managing BuiltIn and Custom Document Properties efficiently....DocumentProperty object by index. virtual Item { get; } Returns...IndexOf ( string ) Gets the index of a property by name. Remove...

    reference.aspose.com/words/net/aspose.words.pro...
  10. 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...