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

interface XIndent
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XIndent
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
allows indentation of the object to be changed.
Developers Guide
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