<clientData>
(Client Data)
This element is used to set certain properties related to a drawing element on the client spreadsheet application.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
This attribute indicates whether to disable selection on drawing elements when the sheet is protected. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
This attribute indicates whether to print drawing elements when printing the sheet. The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AnchorClientData">
<attribute name="fLocksWithSheet" type="xsd:boolean" use="optional" default="true"/>
<attribute name="fPrintsWithSheet" type="xsd:boolean" use="optional" default="true"/>
</complexType>