Update screens - Document Editor, part 1

This commit is contained in:
Svetlana Maleeva 2022-01-10 11:58:10 +03:00
parent 3fb39bb22a
commit a2dba5fee3
44 changed files with 99 additions and 88 deletions

View File

@ -69,12 +69,12 @@
</li>
<li>
<p>
<img alt="Copy icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/copy_icon.png")%>" />
<img alt="Copy icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/copy_icon_local.png")%>" />
<b>Copy</b> the selected text/object,</p>
</li>
<li>
<p>
<img alt="Paste icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paste_icon.png")%>" />
<img alt="Paste icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paste_icon_local.png")%>" />
<b>Paste</b> previously copied text/object,</p>
</li>
<li>
@ -111,9 +111,9 @@
<h2 id="CutCopyPaste">Cut, copy, paste text</h2>
<p><b>To cut, copy and paste</b> text passages/objects within the current document use the corresponding options from the pop-up menu that appears when a text passage/object is selected:</p>
<ul>
<li><img alt="Cut icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/cut_icon.png")%>" /> <b>Cut</b> select a text fragment/object and use the <b>Cut</b> option from the pop-up menu to delete the selection and send it to the clipboard memory. The cut data can be later inserted to another place in the same document.</li>
<li><img alt="Copy icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/copy_icon.png")%>" /> <b>Copy</b> select a text fragment/object and use the <b>Copy</b> option from the pop-up menu to copy the selection to the clipboard memory. The copied data can be later inserted to another place in the same document.</li>
<li><img alt="Paste icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paste_icon.png")%>" /> <b>Paste</b> find the place in your document where you need to paste the previously copied text fragment/object and use the <b>Paste</b> option from the pop-up menu.
<li><img alt="Cut icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/cut_icon_local.png")%>" /> <b>Cut</b> select a text fragment/object and use the <b>Cut</b> option from the pop-up menu to delete the selection and send it to the clipboard memory. The cut data can be later inserted to another place in the same document.</li>
<li><img alt="Copy icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/copy_icon_local.png")%>" /> <b>Copy</b> select a text fragment/object and use the <b>Copy</b> option from the pop-up menu to copy the selection to the clipboard memory. The copied data can be later inserted to another place in the same document.</li>
<li><img alt="Paste icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paste_icon_local.png")%>" /> <b>Paste</b> find the place in your document where you need to paste the previously copied text fragment/object and use the <b>Paste</b> option from the pop-up menu.
The text/object will be inserted at the current cursor position. The data can be previously copied from the same document.</li>
</ul>
</div>

View File

@ -30,10 +30,10 @@
<p>To perform the undo/redo operations, use the corresponding icons at the top toolbar:</p>
<ul>
<li>tap the <b>Undo</b>
<img alt="Undo icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/undo.png")%>" />
<img alt="Undo icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/undo_local.png")%>" />
icon at the top toolbar to undo the last operation you performed.</li>
<li>tap the <b>Redo</b>
<img alt="Redo icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/redo.png")%>" />
<img alt="Redo icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/redo_local.png")%>" />
icon at the top toolbar to redo the last undone operation.</li>
</ul>
</div>

View File

@ -30,9 +30,9 @@
<div class="screen_text">
<ol>
<li>tap the
<img alt="Insert object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/deinsertobject.png")%>" />
<img alt="Insert object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/deinsertobject_local.png")%>" />
icon at the top toolbar to open the new object insertion panel,</li>
<li>switch to the <img alt="Other tab" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/other.png")%>" /> <b>Other</b> tab,</li>
<li>switch to the <img alt="Other tab" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/other_local.png")%>" /> <b>Other</b> tab,</li>
<li>select the
<img alt="Page Number local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/pagenumber_local.png")%>" />
<b>Page Number</b> option,</li>

View File

@ -32,9 +32,9 @@
<p><b>To insert a section break</b> at the current cursor position,</p>
<ol>
<li>tap the
<img alt="Insert object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/deinsertobject.png")%>" />
<img alt="Insert object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/deinsertobject_local.png")%>" />
icon at the top toolbar to open the new object insertion panel,</li>
<li>switch to the <img alt="Other tab" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/other.png")%>" /> <b>Other</b> tab,</li>
<li>switch to the <img alt="Other tab" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/other_local.png")%>" /> <b>Other</b> tab,</li>
<li>select the
<img alt="Break local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/break_local.png")%>" />
<b>Section break</b> option,</li>

View File

@ -31,7 +31,7 @@
<p><%-- To set page orientation, size or margins,--%>To open the <b>Document settings</b> section,</p>
<ol>
<li>tap the
<img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings.png")%>" />
<img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings_local.png")%>" />
<b>Settings</b> icon in the right corner of the top toolbar,</li>
<li>select the
<img alt="Document Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/documentsetup.png")%>" />
@ -48,7 +48,7 @@
<li><b>Show non-printing symbols</b> - this switcher is turned off by default. Toggle it to display or hide nonprinting characters in the document text.</li>
</ul>
</li>
<li>use the <img alt="Back arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closefile.png")%>" /> arrow on the left to return to the previous screen and close the settings panel by tapping the <b>Done</b> caption on the right.</li>
<li>use the <img alt="Back arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> arrow on the left to return to the previous screen and close the settings panel by tapping the <b>Done</b> caption on the right.</li>
</ol>
<%-- <p class="note"><b>Note</b>: all these parameters are applied to the entire document. If you need to set different

View File

@ -32,30 +32,30 @@
<li>open the text and paragraph settings panel by
<ul>
<li>tapping the
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject.png")%>" />
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject_local.png")%>" />
icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu,</li>
</ul>
</li>
<li>on the <b>TEXT</b> tab, swipe up to see all the settings,</li>
<li>on the <b>Text</b> tab, swipe up to see all the settings,</li>
<li>select the alignment type you would like to apply:
<ul>
<li>tap the <b>Align Left</b>
<img alt="Align Left icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/alignleft.png")%>" />
<img alt="Align Left icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/alignleft_local.png")%>" />
icon to line up the text by the left side of the page (the right side remains unaligned).</li>
<li>tap the <b>Align Center</b>
<img alt="Align Center icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/aligncenter.png")%>" />
<img alt="Align Center icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/aligncenter_local.png")%>" />
icon to line up the text by the center of the page (the right and the left sides remains unaligned).</li>
<li>tap the <b>Align Right</b>
<img alt="Align Right icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/alignright.png")%>" />
<img alt="Align Right icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/alignright_local.png")%>" />
icon to line up the text by the right side of the page (the left side remains unaligned).</li>
<li>tap the <b>Justify</b>
<img alt="Justify icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/justify.png")%>" />
<img alt="Justify icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/justify_local.png")%>" />
icon to line up the text by both the left and the right sides of the page (additional spacing is added where necessary to keep the alignment).</li>
</ul>
<p><img alt="Paragraph Alignment settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paragraph_indent.png")%>" /></p>
<p><img alt="Paragraph Alignment settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paragraph_indent_local.png")%>" /></p>
</li>
<li>close the text settings panel by tapping the <img alt="Close settings panel" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closesettingspanel.png")%>" /> arrow on the right.</li>
<li>close the text settings panel by tapping the <img alt="Close settings panel" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closesettingspanel_local.png")%>" /> arrow on the right.</li>
</ol>
</div>
</div>

View File

@ -33,17 +33,17 @@
<li>open the text and paragraph settings panel by
<ul>
<li>tapping the
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject.png")%>" />
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject_local.png")%>" />
icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu,</li>
</ul>
</li>
<li>switch to the <b>PARAGRAPH</b> tab,</li>
<li>select the preset you need from the <b>Paragraph styles</b> list (swipe it up to see more styles),
<p><img alt="Paragraph Styles settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paragraph_style.png")%>" /></p>
<li>switch to the <b>Paragraph</b> tab,</li>
<li>select the preset you need from the <b>Paragraph style</b> list (swipe it up to see more styles),
<p><img alt="Paragraph Styles settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paragraph_style_local.png")%>" /></p>
<p>The following formatting presets are available: caption, normal, no spacing, heading 1-9, title, subtitle, quote, intense quote, list paragraph, footer, header, footnote text.</p>
</li>
<li>close the paragraph settings panel by tapping the <img alt="Close settings panel" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closesettingspanel.png")%>" /> arrow on the right.</li>
<li>close the paragraph settings panel by tapping the <img alt="Close settings panel" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closesettingspanel_local.png")%>" /> arrow on the right.</li>
</ol>
</div>
</div>

View File

@ -34,19 +34,19 @@
<li>open the text and paragraph settings panel by
<ul>
<li>tapping the
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject.png")%>" />
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject_local.png")%>" />
icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu,</li>
</ul>
</li>
<li>on the <b>TEXT</b> tab, swipe up to see all the settings,</li>
<li>on the <b>Text</b> tab, swipe up to see all the settings,</li>
<li>use the respective icons: <b>Decrease Indent</b>
<img alt="Decrease Indent" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/decreaseindent.png")%>" />
<img alt="Decrease Indent" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/decreaseindent_local.png")%>" />
and <b>Increase Indent</b>
<img alt="Increase Indent" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/increaseindent.png")%>" />,
<p><img alt="Paragraph Indent settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paragraph_indent.png")%>" /></p>
<img alt="Increase Indent" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/increaseindent_local.png")%>" />,
<p><img alt="Paragraph Indent settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paragraph_indent_local.png")%>" /></p>
</li>
<li>close the text settings panel by tapping the <img alt="Close settings panel" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closesettingspanel.png")%>" /> arrow on the right.</li>
<li>close the text settings panel by tapping the <img alt="Close settings panel" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closesettingspanel_local.png")%>" /> arrow on the right.</li>
</ol>
<!--<p>You can also use the horizontal <b>ruler</b> to set indents.</p>
<img alt="Ruler - Indent markers" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/indents_ruler.png")%>" />

View File

@ -34,12 +34,12 @@
<li>open the text and paragraph settings panel by
<ul>
<li>tapping the
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject.png")%>" />
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject_local.png")%>" />
icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu,</li>
</ul>
</li>
<li>on the <b>TEXT</b> tab, swipe up to see all the settings,</li>
<li>on the <b>Text</b> tab, swipe up to see all the settings,</li>
<li>select the list type you would like to start:
<ul>
<li>tap the <b>Bullets</b> option to create an <b>Unordered list</b> with markers and select the marker type,</li>
@ -47,15 +47,15 @@
</ul>
<p><img alt="List settings local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paragraph_list_local.png")%>" /></p>
</li>
<li>close the paragraph settings panel by tapping the <img alt="Back" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back.png")%>" /> arrow on the left.</li>
<li>close the paragraph settings panel by tapping the <img alt="Back" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> arrow on the left.</li>
<li>now each time you press the <img alt="Enter key" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/enterkey.png")%>" /> <b>Enter</b> key at the end of the line a new ordered or unordered list item will appear. To stop that, tap the
<img alt="Backspace key" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/backspace.png")%>" />
key and continue with the common text paragraph.</li>
</ol>
<p>You can also change the text indentation in the lists using the <b>Decrease Indent</b>
<img alt="Decrease Indent icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/decreaseindent.png")%>" /> and <b>Increase Indent</b>
<img alt="Increase Indent icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/increaseindent.png")%>" />
icons on the <b>TEXT</b> tab.</p>
<img alt="Decrease Indent icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/decreaseindent_local.png")%>" /> and <b>Increase Indent</b>
<img alt="Increase Indent icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/increaseindent_local.png")%>" />
icons on the <b>Text</b> tab.</p>
</div>
</div>
</div>

View File

@ -35,16 +35,16 @@
<li>open the text and paragraph settings panel by
<ul>
<li>tapping the
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject.png")%>" />
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject_local.png")%>" />
icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu,</li>
</ul>
</li>
<li>switch to the <b>PARAGRAPH</b> tab,</li>
<li>switch to the <b>Paragraph</b> tab,</li>
<li>tap the <b>Background</b> option to open the color palette panel (swipe it up to see more colors),</li>
<li>select the necessary color on the <b>Theme colors</b> or <b>Standard colors</b> palette or create your own <b>Custom color</b>,
<p><img alt="Paragraph Background settings local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paragraph_background_local.png")%>" /></p>
<p>To add a new <b>Custom Color</b>, follow these steps:</p>
<p>To add a new <b>Custom color</b>, follow these steps:</p>
<ol>
<li>tap the <img alt="Custom color" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/addcustomcolor_local.png")%>" /> icon in the <b>Custom colors</b> section.</li>
<li>using the color palette, choose the necessary color and select its hue level,
@ -55,7 +55,7 @@
</li>
</ol>
</li>
<li>close the paragraph settings panel by tapping the <img alt="Back" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back.png")%>" /> arrow on the left.</li>
<li>close the paragraph settings panel by tapping the <img alt="Back" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> arrow on the left.</li>
</ol>
<%--<p><b>To clear the background color</b> of a certain paragraph, use the
<img alt="No Fill" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/nofill.png")%>" />

View File

@ -33,17 +33,17 @@
<li>open the text and paragraph settings panel by
<ul>
<li>tapping the
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject.png")%>" />
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject_local.png")%>" />
icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu,</li>
</ul>
</li>
<li>on the <b>TEXT</b> tab, swipe up to see all the settings,</li>
<li>tap the <b>Line Spacing</b> option,</li>
<li>on the <b>Text</b> tab, swipe up to see all the settings,</li>
<li>tap the <b>Line spacing</b> option,</li>
<li>select the necessary line height value,
<p><img alt="Paragraph line spacing settings local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paragraph_linespacing_local.png")%>" /></p>
</li>
<li>close the text settings panel by tapping the <img alt="Back" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back.png")%>" /> arrow on the left.</li>
<li>close the text settings panel by tapping the <img alt="Back" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> arrow on the left.</li>
</ol>
<h2 id="SpaceBetweenParagraphs">Set the amount of space between paragraphs</h2>
<ol>
@ -51,31 +51,31 @@
<li>open the text and paragraph settings panel by
<ul>
<li>tapping the
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject.png")%>" />
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject_local.png")%>" />
icon at the top toolbar, or</li>
<li>tapping the
<img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu,</li>
</ul>
</li>
<li>switch to the <b>PARAGRAPH</b> tab,</li>
<li>tap the <b>Advanced settings</b> menu item,</li>
<li>switch to the <b>Paragraph</b> tab,</li>
<li>tap the <b>Advanced</b> menu item,</li>
<li>use the corresponding options to achieve the desired results:
<ul>
<li><b>Before</b>/<b>After</b> - set the amount of space before/after the paragraph using the
<img alt="Downwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/minus.png")%>" />
<img alt="Downwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/minus_local.png")%>" />
or
<img alt="Upwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/plus.png")%>" />
<img alt="Upwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/plus_local.png")%>" />
arrows to decrease or increase the current value.</li>
<li><b>First Line</b> - set the offset from the left side of the page for the first line of the paragraph using the
<img alt="Downwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/minus.png")%>" />
<li><b>First line</b> - set the offset from the left side of the page for the first line of the paragraph using the
<img alt="Downwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/minus_local.png")%>" />
or
<img alt="Upwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/plus.png")%>" />
<img alt="Upwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/plus_local.png")%>" />
arrows to decrease or increase the current value.</li>
<li><b>Space Between Paragraphs</b> - turn this option on in case you want to add space between paragraphs of the same style,</li>
<li><b>Space between paragraphs</b> - turn this option on in case you want to add space between paragraphs of the same style,</li>
</ul>
<p><img alt="Paragraph spacing settings local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/paragraph_spacing_local.png")%>" /></p>
</li>
<li>close the paragraph settings panel by tapping the <img alt="Back" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back.png")%>" /> arrow on the left.</li>
<li>close the paragraph settings panel by tapping the <img alt="Back" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> arrow on the left.</li>
</ol>
</div>
</div>

View File

@ -30,22 +30,22 @@
<div class="screen_text">
<h2 id="AddHyperlink">Add a hyperlink</h2>
<ol>
<li>tap the <img alt="Insert object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/deinsertobject.png")%>" /> icon at the top toolbar to open the new object insertion panel,</li>
<li>switch to the <b>Other</b> tab,</li>
<li>tap the <img alt="Insert object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/deinsertobject_local.png")%>" /> icon at the top toolbar to open the new object insertion panel,</li>
<li>switch to the <img alt="Other tab" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/other_local.png")%>" /> <b>Other</b> tab,</li>
<li>select the <img alt="Link local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/link_local.png")%>" /> <b>Link</b> option,</li>
<li>after that the <b>Add Link</b> screen will appear where you can specify the hyperlink parameters:
<li>after that the <b>Add link</b> screen will appear where you can specify the hyperlink parameters:
<ul>
<li><b>Link</b> - enter a URL in the format <em>http://www.example.com</em>.</li>
<li>
<b>Display</b> - enter a text that will get clickable and lead to the web address specified in the upper field.
<p class="note">If you've selected a text passage before tapping the
<img alt="Insert object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/deinsertobject.png")%>" />
<img alt="Insert object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/deinsertobject_local.png")%>" />
icon, the <b>Display</b> field will be filled with the selected text fragment.</p>
</li>
<li><b>Screen Tip</b> - enter a text that will become visible in a small pop-up window that provides a brief note or label pertaining to the hyperlink being pointed to.</li>
<li><b>Screen tip</b> - enter a text that will become visible in a small pop-up window that provides a brief note or label pertaining to the hyperlink being pointed to.</li>
</ul>
<p>
<img alt="Hyperlink Settings window" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/insertlink.png")%>" /></p>
<img alt="Hyperlink Settings window" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/insertlink_local.png")%>" /></p>
</li>
<li>tap the <b>INSERT</b> button.</li>
</ol>
@ -54,13 +54,13 @@
<ol>
<li>select the link and open the text and paragraph settings panel by
<ul>
<li>tapping the <img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject.png")%>" /> icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject_local.png")%>" /> icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu,</li>
</ul>
</li>
<li>switch to the <b>HYPERLINK</b> tab and perform the actions you need:
<li>switch to the <b>Hyperlink</b> tab and perform the actions you need:
<ul>
<li>edit your data and tap the <b>EDIT LINK</b> button to save the changes.</li>
<li>edit your data and tap the <b>SAVE LINK</b> button to save the changes.</li>
<li>use the <b>REMOVE LINK</b> button to delete the added hyperlink.</li>
</ul>
</li>

View File

@ -29,11 +29,11 @@
<div class="screen_text">
<p>To apply the formatting to the text, select it and open the text and paragraph settings panel by:</p>
<ul>
<li>tapping the <img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject.png")%>" /> icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject_local.png")%>" /> icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu,</li>
</ul>
<p>On the <b>TEXT</b> tab, use one of the available settings. Use the <img alt="Return" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closefile.png")%>" /> icon on the left to return to the previous settings section.</p>
<p><img alt="Text settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/textsettingspanel.png")%>" /></p>
<p>On the <b>Text</b> tab, use one of the available settings. Use the <img alt="Return" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> icon on the left to return to the previous settings section.</p>
<p><img alt="Text settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/textsettingspanel_local.png")%>" /></p>
<p><img alt="Bold" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/bold.png")%>" />
<b>Bold</b> - tap this icon to make the font bold giving it more weight.</p>
<p><img alt="Italic" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/italic.png")%>" />
@ -42,22 +42,22 @@
<b>Underline</b> - tap this icon to make the text underlined with the line going under the letters.</p>
<p><img alt="Strikethrough" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/strikethrough.png")%>" />
<b>Strikethrough</b> - tap this icon to make the text struck out with the line going through the letters.</p>
<p>Swipe up and tap the <b>Additional Formatting</b> option. Use one of the following options:</p>
<p><img alt="Text advanced settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/textadvancedsettings.png")%>" /></p>
<p>Swipe up and tap the <b>Addvanced settings</b> option. Use one of the following options:</p>
<p><img alt="Text advanced settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/textadvancedsettings_local.png")%>" /></p>
<ul>
<li><b>Strikethrough</b> is used to make the text struck out with the line going through the letters.</li>
<li><b>Double Strikethrough</b> is used to make the text struck out with the double line going through the letters.</li>
<li><b>Double strikethrough</b> is used to make the text struck out with the double line going through the letters.</li>
<li><b>Superscript</b> is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions.</li>
<li><b>Subscript</b> is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas.</li>
<li><b>Small Caps</b> is used to make all letters lower case.</li>
<li><b>All Caps</b> is used to make all letters upper case.</li>
<li><b>Letter Spacing</b> is used to set the space between the characters. Tap
<img alt="Downwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/minus.png")%>" />
<li><b>Small caps</b> is used to make all letters lower case.</li>
<li><b>All caps</b> is used to make all letters upper case.</li>
<li><b>Letter spacing</b> is used to set the space between the characters. Tap
<img alt="Downwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/minus_local.png")%>" />
or
<img alt="Upwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/plus.png")%>" />
<img alt="Upwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/plus_local.png")%>" />
arrows to decrease or increase the current value.</li>
</ul>
<p>Close the text settings panel by tapping the <img alt="Back" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back.png")%>" /> arrow on the left.</p>
<p>Close the text settings panel by tapping the <img alt="Back" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> arrow on the left.</p>
</div>
</div>
</div>

View File

@ -31,29 +31,40 @@
<p>To apply the formatting to the text, select it and open the text and paragraph settings panel by:</p>
<ul>
<li>tapping the
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject.png")%>" />
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editobject_local.png")%>" />
icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu.</li>
</ul>
<p>On the <b>TEXT</b> tab, use one of the available settings. Use the <img alt="Return" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closefile.png")%>" /> icon on the left to return to the previous settings section.</p>
<p><img alt="Text settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/textsettingspanel.png")%>" /></p>
<p>On the <b>Text</b> tab, use one of the available settings. Use the <img alt="Return" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> icon on the left to return to the previous settings section.</p>
<p><img alt="Text settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/textsettingspanel_local.png")%>" /></p>
<ul>
<li>Tap the font name displayed on the left (e.g. <em>Arial</em>) and select a different font from the list of the available ones.</li>
<li>Tap the font size displayed on the right (e.g. <em>11 pt</em>) and use the
<img alt="Downwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/minus.png")%>" />
<li>Tap the font size displayed on the right (e.g. <em>11.0</em>) and use the
<img alt="Downwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/minus_local.png")%>" />
or
<img alt="Upwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/plus.png")%>" />
<img alt="Upwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/plus_local.png")%>" />
arrows to decrease or increase the current value.</li>
<li><b>Font Color</b> - is used to change the color of the characters in the text. Tap this option to open the the color palettes panel (swipe up to see more colors). Select the necessary color on the <b>Theme Colors</b> or <b>Standard Colors</b> palette.
<li><b>Font color</b> - is used to change the color of the characters in the text. Tap this option to open the the color palettes panel (swipe up to see more colors). Select the necessary color on the <b>Theme colors</b> or <b>Standard colors</b> palette or create your own <b>Custom color</b>.
<p>To add a new <b>Custom color</b>, follow these steps:</p>
<ol>
<li>tap the <img alt="Custom color" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/addcustomcolor_local.png")%>" /> icon in the <b>Custom colors</b> section.</li>
<li>using the color palette, choose the necessary color and select its hue level,
<p><img alt="Custom color" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/addcustomcolor2_local.png")%>" /></p>
</li>
<li>tap the <b>OK</b> button to apply the color to the selected text.
<p>The added color will also be placed in the <b>Custom colors</b> section, where the recently used custom colors are located.</p>
</li>
</ol>
</li>
<p>After you change the default font color, you can use the <b>Automatic</b> option on the color palettes panel to quickly restore the automatic color for the selected text passage.</p>
</li>
<li><b>Highlight Color</b> - is used to mark the necessary part of the text by adding a color band that imitates highlighter pen effect around the text. Tap this option to open the the color palettes panel (swipe up to see more colors). Select the necessary color on the <b>Theme Colors</b> or <b>Standard Colors</b> palette or add your own <b>Custom Color</b> as it is described in the instruction above.
<li><b>Highlight color</b> - is used to mark the necessary part of the text by adding a color band that imitates highlighter pen effect around the text. Tap this option to open the the color palette panel and select the necessary color.
<p>To clear the highlight color, choose the
<img alt="No Fill" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/nofill.png")%>" />
<b>No Fill</b> option on the <b>Standard Colors</b> palette.</p>
<img alt="Without filling" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/nofill_local.png")%>" />
<b>Without filling</b> option.</p>
</li>
</ul>
<p>Close the text settings panel by tapping the <img alt="Close settings panel" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closesettingspanel.png")%>" /> arrow on the right.</p>
<p>Close the text settings panel by tapping the <img alt="Close settings panel" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/closesettingspanel_local.png")%>" /> arrow on the right.</p>
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B