Thursday, August 20, 2015

test

test juga........... mulai.... akhir...
end.....

Saturday, March 7, 2015

Testing

How to insert sample text in Microsoft Office Word 2007 or in Microsoft Office Word 2010 To insert sample text in Word 2007 or Word 2010, use one of the following methods.

Method 1: Use rand()

To insert localized sample text in Word 2007 or Word 2010, type =rand() in the document where you want the text to appear, and then press ENTER .

The sample text that is inserted for the English version of Word 2007 or Word 2010 resembles the following text:

  1. On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document.

  2. You can use these galleries to insert tables, headers, footers, lists, cover pages, and other document building blocks.

  3. When you create pictures, charts, or diagrams, they also coordinate with your current document look.

You can easily change the formatting of selected text in the document text by choosing a look for the selected text from the Quick Styles gallery on the Home tab. You can also format text directly by using the other controls on the Home tab. Most controls offer a choice of using the look from the current theme or using a format that you specify directly.¶

You can control how many paragraphs and lines appear by adding numbers inside the parentheses of the rand() function. The =rand() function has the following syntax: =rand(p,l)

Note In this function, p is the number of paragraphs, and l is the number of lines that you want to appear in each paragraph. The following are some examples that show how the parameters work:

  • =rand(1) inserts one paragraph with three lines of text in the paragraph.
  • =rand(10,10) inserts 10 paragraphs with 10 lines of text in each paragraph.

The parameters are optional. If you omit the parameters, the default number of paragraphs is three, and the default number of lines per paragraph is also three.