ixdlscontentwriter-ag凯发旗舰厅



com.spire.doc.interfaces
interface ixdlscontentwriter


public interface ixdlscontentwriter

summary description for ixdlscontentwriter.


method summary
 void writechildbinaryelement(java.lang.string name, byte[] value)
          writes the child binary element.
 void writechildelement(java.lang.string name, java.lang.object value)
          writes the child element.
 void writechildrefelement(java.lang.string name, int reftoelement)
          writes the child ref element.
 void writechildstringelement(java.lang.string name, java.lang.string value)
          writes the child string element.
 
method detail

writechildbinaryelement

void writechildbinaryelement(java.lang.string name,
                             byte[] value)
writes the child binary element.
parameters:
name - the name.
value - the value.

writechildstringelement

void writechildstringelement(java.lang.string name,
                             java.lang.string value)
writes the child string element.
parameters:
name - the name.
value - the value.

writechildelement

void writechildelement(java.lang.string name,
                       java.lang.object value)
writes the child element.
parameters:
name - the name.
value - the value.

writechildrefelement

void writechildrefelement(java.lang.string name,
                          int reftoelement)
writes the child ref element.
parameters:
name - the name.
reftoelement - the ref to element.


网站地图