:: com :: sun :: star :: util ::

interface XIndent
Description
allows indentation of the object to be changed.
Developers Guide
Spreadsheets - Indentation

Methods' Summary
decrementIndent shifts the indentation by one default step to the left.  
incrementIndent shifts the indentation by one default step to the right.  
Methods' Details
decrementIndent
void
decrementIndent();

Description
shifts the indentation by one default step to the left.
incrementIndent
void
incrementIndent();

Description
shifts the indentation by one default step to the right.
Top of Page