com.aspose.cells
Class CustomXmlPart

java.lang.Object
    extended by com.aspose.cells.CustomXmlPart

public class CustomXmlPart 
extends java.lang.Object

Represents a InnerCustom XML Data Storage Part (custom XML data within a package).

Property Getters/Setters Summary
byte[]getData()
voidsetData(byte[] value)
           Gets or sets the XML content of this InnerCustom XML Data Storage Part.
byte[]getSchemaData()
voidsetSchemaData(byte[] value)
           Gets or sets the XML content of this InnerCustom XML Schema Data Storage Part.
 

Property Getters/Setters Detail

getData/setData

public byte[] getData() / public void setData(byte[] value)
Gets or sets the XML content of this InnerCustom XML Data Storage Part.

getSchemaData/setSchemaData

public byte[] getSchemaData() / public void setSchemaData(byte[] value)
Gets or sets the XML content of this InnerCustom XML Schema Data Storage Part.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.