Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XIndent

Base Interface
com::sun::star::uno::XInterface

Description
allows indentation of the object to be changed.


Known Services which Export this Interface

com::sun::star::sheet::SheetCell represents a single addressable cell in a spreadsheet document.
com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.
com::sun::star::sheet::SheetCellRanges represents a collection of cell ranges in a spreadsheet document.

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