Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Since this is an SAP page, we will be using the keys defined under SAPScripting
and not e.key.Enter
, which can be used for non-SAP pages."
A block of code is set as follows:
<VariableSizedWrapGrid Orientation="Horizontal" MaximumRowsOrColumns="3" ItemHeight="200" ItemWidth="200"> <Rectangle Fill="Red" /> <Rectangle Fill="Blue" /> <Rectangle Fill="Green" /> <Rectangle Fill="Yellow" /> </VariableSizedWrapGrid>
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "Right-click on the GLOBAL node in the Workflow perspective and select the New Workflow… option from the context menu."
Tips or important notes
Appear like this.