A shift Down,I guess......
Answer:
The best answer would be
Explanation:
To access this command ...
Select the Format tab - Properties - Paragraph properties - Bleeds and spaces
Public int setLimit(parameter) {
if (parameter > 10) {
return 10;
} else {
return parameter;
}
}