Hi,
I'd like to set the "showingPlcHdr" property for an SdtPr object. Unfortunatelly it is represented by a BooleanDefaultTrue object, which from my understanding also stands for the "temporary" property (s.b.). How can I ensure that the "showingPlcHdr" property is set and not the "temporary" one?
This is the corresponding part from SdtPr.java:
/**
* <element name="lock" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Lock" minOccurs="0"/>
* <element name="placeholder" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Placeholder" minOccurs="0"/>
* <element name="showingPlcHdr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
* <element name="dataBinding" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_DataBinding" minOccurs="0"/> ...