com.aspose.cells

Class CustomXmlPart

  • java.lang.Object
    • 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()
void
setData(byte[]value)
           Gets or sets the XML content of this InnerCustom XML Data Storage Part.
java.lang.StringgetID()
void
setID(java.lang.Stringvalue)
           Gets and sets the id of the custom xml part.
byte[]getSchemaData()
void
setSchemaData(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.
      • getID/setID

        public java.lang.String getID() / public void setID(java.lang.String value)
        
        Gets and sets the id of the custom xml part.

    setData

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

    setSchemaData

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

    setID

    public voidsetID(java.lang.Stringvalue)
    
    Gets and sets the id of the custom xml part.