Difference between revisions of "Documentation/Dashboard/Styles"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Added how to display markup using <nowiki>, needs to be checked for accuracy)
Line 1: Line 1:
 
{{DISPLAYTITLE:Styles}}
 
{{DISPLAYTITLE:Styles}}
  
{| cellpadding="3" cellspacing="1" style="background-color: #666666; margin-left: 3em;"  
+
{| cellpadding="3" cellspacing="1" style="background-color: #666666; margin-left: 1em;"  
 
|- bgcolor="#DDDDDD"
 
|- bgcolor="#DDDDDD"
! Style !! Wiki syntax example !! What you get   
+
! width="20%" | Style  
 +
! width="40%" | Wiki syntax example  
 +
! width="40%" | What you get   
 
|- bgcolor="#FFFFFF"
 
|- bgcolor="#FFFFFF"
 
| Headings,<br> levels 1, 2, 3
 
| Headings,<br> levels 1, 2, 3
Line 83: Line 85:
  
 
|- bgcolor="#FFFFFF"
 
|- bgcolor="#FFFFFF"
| Displaying markup {{Documentation/NeedsRework}}
+
| Displaying markup
| Highlight text and select the nowiki icon at the top of the text editing box (you must end the nowiki to have a linebreak.)
+
| Highlight text and select the nowiki icon at the top of the text editing box.
 
<nowiki><nowiki>==Example Title==</nowiki></nowiki>
 
<nowiki><nowiki>==Example Title==</nowiki></nowiki>
 
|<nowiki>==Example Title==</nowiki>
 
|<nowiki>==Example Title==</nowiki>
  
 
|}
 
|}
 +
 +
Style: Displaying markup
 +
{{Documentation/CheckedAccuracy|--09:58, 27 January 2009 (UTC)[[User:Mwaller|Mwaller]]}}
 +
 +
{{PDL1}}
 +
 +
[[Category:Guidelines]]
 +
[[Category:How to]]

Revision as of 09:58, 27 January 2009


Style Wiki syntax example What you get
Headings,
levels 1, 2, 3
==Working with Layers==

===Hiding Layers===
====Showing Hidden Layers====

Working with Layers

Hiding Layers

Showing Hidden Layers

Bullet lists OpenOffice Draw provides three default layers:

*Layout
*Controls
*Dimension lines

OpenOffice Draw provides three default layers:

  • Layout
  • Controls
  • Dimension lines
Numbered lists To hide a layer

# Select a layer, and then choose '''Format > Layer'''.
# In the properties area, clear the '''Visible''' check box and click '''OK'''.

To hide a layer

  1. Select a layer, and then choose Format > Layer.
  2. In the properties area, clear the Visible check box and click OK.
Note {{Documentation/Note | You cannot change the name of or delete a predefined StarOffice Draw layer.}}

Template:Documentation/Note

Tip {{Documentation/Tip | You can make a layer visible or invisible by clicking on its tab while holding down the Shift key.}}

Template:Documentation/Tip

Caution {{Documentation/Caution | The validation of a signature is not a legally binding guarantee of any kind.}}
Documentation caution.png The validation of a signature is not a legally binding guarantee of any kind.
Emphasis (also used for menu paths and GUI elements) The '''layout''' layer is the default work space. The layout layer is the default work space.
Menu paths Select a layer, and then choose '''Format > Layer'''. Select a layer, and then choose Format > Layer.
Links See the [http://en.wikipedia.org/wiki/Layers_%28digital_image_editing%29 Layer] entry in Wikipedia. See the Layer entry in Wikipedia.
Code in running text The <tt>Select Case</tt> statement... The Select Case statement...
Short code examples Open a terminal and enter:
tar -vxzf ''filename''
Open a terminal and enter:
   tar -vxzf filename 
Long code examples (The <code>...</code> tags are deprecated.)

<source lang="oobas">
Option Explicit

Sub Main
Dim oDoc as Object
. . .
End Sub 'Main
</source>

(The <code>...</code> tags are deprecated.)
Option Explicit
 
Sub Main
Dim oDoc as Object
. . . 
End Sub 'Main
Displaying markup Highlight text and select the nowiki icon at the top of the text editing box.

<nowiki>==Example Title==</nowiki>

==Example Title==

Style: Displaying markup


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools