[Table of Contents] [docx version]

Error! No text of specified style in document.

clientData (Client Data)

This element is used to set certain properties related to a drawing element on the client spreadsheet application.

Parent Elements

absoluteAnchor5.6.2.1); oneCellAnchor5.6.2.23); twoCellAnchor5.6.2.32)

 

Attributes

Description

fLocksWithSheet (Locks With Sheet Flag)

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.

fPrintsWithSheet (Prints With Sheet Flag)

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>