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

interface XIndent
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XIndent
Description
allows indentation of the object to be changed.
Developers Guide
8.3.2 Spreadsheet Documents - Working with Spreadsheet Documents - Formatting - 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