|
|||||||||
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 or sets the XML content of this Custom XML Data Storage Part. |
java.lang.String |
getId()
Gets or sets the string that identifies this custom XML part within an OOXML document. |
void |
setData(byte[] value)
Gets or sets the XML content of this Custom XML Data Storage Part. |
void |
setId(java.lang.String value)
Gets or 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)
public byte[] getData()
public void setData(byte[] value)
public CustomXmlPart deepClone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |