Using the method Obj_SetStructure allows you to set or alter the print definition of a document.
| Attribute | Description |
|---|---|
| selection | Name of the selection |
Example
<selections>
<selection name="Partner_Letter" title="Partner_Letter" active="True">
<selparam name="Partnernumber" displayname="PartnerNumberTest" mask=""/>0815</selparam>
</selection>
<selection name="Partner_V2" title="Partner_V2" active="False"/>
</selections>
| Element | Description |
|---|---|
|
selections |
Collection element of all existing data references/selections in a bundle |
|
selection |
Description of a data reference with the attributes: name: Name of the data reference title: Title of the data reference active: true: Active selection false: XML selection (data passed to MWS via the method SetData) |
|
selparams |
Parameter description for active selection with the attributes: name: Name of the parameter displayname: Display name of the parameter mask: Input mask DATA: Current value of the parameter, if already set |