Document Editor fixes.

This commit is contained in:
trovier 2023-08-29 02:08:11 +02:00
parent 4bc212d0fb
commit 894d08e290
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
<li><span class="onlineDocumentFeatures"><b>Autosave</b> is used in the <em>online version</em> to turn on/off automatic saving of changes you make while editing.</span></li>
<li><span class="desktopDocumentFeatures"><b>Autorecover</b> is used in the <em>desktop version</em> to turn on/off the option that allows automatically recovering documents in case the program closes unexpectedly.</span></li>
<li><b>Show the Paste Options button when the content is pasted</b>. The corresponding icon will appear when you paste content in the document.</li>
<li>The <b>Use smart paragraph selection</b> option is used to include the paragraph mark when a whole paragraph is selected.</li>
<li><b>Make the files compatible with older MS Word versions when saved as DOCX</b>. The files saved in DOCX format will become compatible with older Microsoft Word versions.</li>
</ol>

View File

@ -139,6 +139,7 @@
<ul>
<li>Specify the content control <b>Title</b>, <b>Placeholder</b>, or <b>Tag</b> in the corresponding fields. The title will be displayed when the control is selected. The placeholder is the main text displayed within the content control element. Tags are used to identify content controls so that you can make a reference to them in your code. </li>
<li>Choose if you want to display the content control with a <b>Bounding box</b> or not. Use the <b>None</b> option to display the control without the bounding box. If you select the <b>Bounding box</b> option, you can choose the <b>Color</b> of this box using the field below. Click the <b>Apply to All</b> button to apply the specified <b>Appearance</b> settings to all the content controls in the document.</li>
<li>Check the <b>Remove content control when contents are edited</b> box to remove the control and leave its contents as a plain text or graphical object when the control contents are edited.</li>
</ul>
<p>On the <b>Locking</b> tab, you can protect the content control from being deleted or edited using the following settings:</p>
<p><img alt="Content Control settings window - Locking" src="../images/ccsettingswindow2.png" /></p>