Documentation Center

visible

The visible element is used to determine whether users can view the change tracking feature.

When the visible element is set to false with changeTracking enabled, the author will be making changes to the document, but not see the UI involved in the changeTracking feature.

<x:changeTracking>
  <x:enabled>true</x:enabled>
  <x:visible>false</x:visible>
</x:changeTracking>

Values

true - Users will be able to see the change tracking panel. This value is default.

false - Users cannot see the change tracking panel (part of the UI)..

Parent element

changeTracking