public class CustomXmlPartCollection extends CollectionBase
| Modifier and Type | Method and Description |
|---|---|
int |
add(byte[] data,
byte[] shemaData)
Adds an item to the collection.
|
CustomXmlPart |
get(int index)
Gets an item at the specified index.
|
CustomXmlPart |
selectByID(java.lang.String id)
Gets an item by id.
|
public int add(byte[] data,
byte[] shemaData)
data - The XML content of this Custom XML Data Storage Part.shemaData - The set of XML schemas that are associated with this custom XML part.public CustomXmlPart get(int index)
get in class CollectionBaseindex - The index.public CustomXmlPart selectByID(java.lang.String id)
id - Contains the GUID for the custom XML part.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.