From 9bcc5f53bd012afc91b7c86cd0779d179f93ab71 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Tue, 4 Jan 2022 20:56:48 -0300 Subject: tdf#135175 Styles Inspector Help page + Borrowed contents from Jean Weber and Shivam Kumar + Added more descriptive examples Change-Id: Ie045498e5c0239686f20f4fe55b40067c4bb893c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127978 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/swriter/01/style_inspector.xhp | 92 ++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 source/text/swriter/01/style_inspector.xhp (limited to 'source') diff --git a/source/text/swriter/01/style_inspector.xhp b/source/text/swriter/01/style_inspector.xhp new file mode 100644 index 0000000000..713b72c4b6 --- /dev/null +++ b/source/text/swriter/01/style_inspector.xhp @@ -0,0 +1,92 @@ + + + + + + + Style Inspector + /text/swriter/01/style_inspector.xhp + + + + + +styles;inspector +style inspector + +
+

Style Inspector

+ The Style Inspector is located on the Sidebar. It displays all the attributes of the styles (paragraph and character) and any direct formatting present in the paragraph and character where the cursor is located. These details can be useful when you are trying to figure out why some formatting in a document appears to be incorrect or inconsistent. +
+ +
+ Open the sidebar, click on the Style Inspector icon + + + + + Icon Style Inspector + + + + Icon Style Inspector on the Sidebar + + +
+ Press CommandCtrl+Alt+5 +
+

The Style Inspector Panel

+

Properties

+ Paragraph Styles: shows the list of the paragraph styles applied to the text at the cursor position, following the style hierarchy, where the parent style comes above any child style. + + Paragraph direct formatting: shows the list of paragraph properties which are set directly to the text at the cursor location. + + Character Styles: shows the list of the character styles applied to the text at the cursor, following hierarchy, where the parent style comes above any child style. + + Character direct formatting: shows the list of character properties which are set directly to the text at the cursor location. + +

Values

+ Display the values of the properties. +

Usage

+ Use the Style Inspector to uncover formatting issues in your text document. + + + Style properties overwritten by direct formatting are greyed out in the Paragraph and Character style tree, indicating that the style property is not effective anymore. + + + Paragraph style properties that are re-defined by a child paragraph style are greyed out. + + + Character style properties that are re-defined by a child character style are greyed out. + + + Paragraph style and direct properties that are re-defined by character styles or character direct properties are greyed. + + + For example, if the margins of the paragraph are changed by direct formatting using the rulers, the margins property of the paragraph style are greyed out and the margins properties are displayed in the Paragraph Direct Formatting entry of the Style Inspector. + + Another example, if the Emphasis character style highlights a word with a yellow background, and the user mistakenly overwrote it by using a white background, the yellow attribute would be greyed-out and white is listed under Direct Formatting in the Style Inspector. The Style Inspector shows only those attributes that diverge from the parent (which is usually the Default Paragraph Style). + + Some features of the Style Inspector are of interest mainly to advanced users: + + + The Style Inspector can show any hidden RDF (Resource Description Framework, a W3C standard) metadata at the cursor position associated with text spans, paragraphs, and bookmarks. For annotated text spans, “Nested Text Content” item can show the boundary of the nested annotated text ranges and metadata fields. + + + Custom color metadata field shadings can be set for an annotated text range or a metadata field, for visualization of metadata categories in the document editor. Use View - Field Shadings or press CommandCtrl+F8 to disable or enable these field shadings. + + +
+ Release notes for Style Inspector + RDF Metadata in Style Inspector + Custom color metadata +
+ +
-- cgit