Add an Image
To add an image, put your cursor (click) after the name of the department member and paste the image in or use the image button (in the bottom row of buttons above) to upload an image from your computer. Click the image and align it with the right margin by using the "align right" button (same image as in Microsoft Word). To format the text to wrap around the image, "control-click" the image, choose "image properties," and select the icon in the "Alignment" category where the image is on the right and the text wraps around it. This icon is the furthest right.
Definition
void print(String message)
Parameters
message
Type: String
Message to print.
Response
Upon successful invocation, this feature returns ...
Exceptions
Exception
Condition
ArgumentNullException
message is null.
Remarks
Additional points to consider are ...
Examples
Example 1:
First example shows ...
Example 2:
Second example shows ...
Considerations
Give some considerations such as system requirements or "gotchas" for this setting or control or programming syntax.