|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.documents.markup.CustomXmlPart
public class CustomXmlPart
Represents a Custom XML Data Storage Part (custom XML data within a openpackage).
A OOML or DOC document can contain one or more Custom XML Data Storage parts. Spire.Words preserves and
allows to create and extract Custom XML Data via the Document.getCustomXmlParts()
collection.
Document.getCustomXmlParts()
CustomPartCollection
Constructor Summary | |
---|---|
CustomXmlPart()
Initializes an instance of this class. |
Method Summary | |
---|---|
CustomXmlPart |
deepClone()
Makes a "deep enough" copy of the object. |
byte[] |
getData()
Gets the XML content of this Custom XML Data Storage Part. |
java.lang.String |
getId()
Gets the string that identifies this custom XML part within an OOXML document. |
void |
setData(byte[] value)
Sets the XML content of this Custom XML Data Storage Part. |
void |
setId(java.lang.String value)
Sets the string that identifies this custom XML part within an OOXML document. |
Constructor Detail |
---|
public CustomXmlPart()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String value)
value
- The value cannot be null.public byte[] getData()
public void setData(byte[] value)
value
- The value cannot be nullpublic CustomXmlPart deepClone()
CustomXmlPart.getData()
value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |