proofing Attribute

Microsoft Office InfoPath

proofing Attribute

Switches the proofing features, such as the spelling checker, on or off.

Type

      xsf:xdYesNo
    

Remarks

The proofing attribute is an optional attribute of the editWith element.

Values include "yes" and "no". The default value is "yes".

Example

The following is an example of the proofing attribute as it is used in the editWith element:

    <xsf:editing>
   <xsf:xmlToEdit name="CD_10"
      item="/CustomUISample/CDCollection/CD" 
      container="/CustomUISample">
      <xsf:editWith caption="CD"
         proofing="yes"
         component="xCollection">
         <xsf:fragmentToInsert>
            <xsf:chooseFragment parent="CDCollection">
               <CD>
                  <Title></Title>
                  <Artist></Artist>
                  <Tracks>
                     <Track></Track>
                     <Track></Track>
                  </Tracks>
               </CD>
            </xsf:chooseFragment>
         </xsf:fragmentToInsert>
      </xsf:editWith>
   </xsf:xmlToEdit>
</xsf:editing>