interface XIndent in module com::sun::star::util::

(Global Index)

Syntax

interface XIndent : com::sun::star::uno::XInterface ;

Description

allows indentation of the object to be changed.

Method Summary

decrementIndent shifts the indentation by one default step to the left.

incrementIndent shifts the indentation by one default step to the right.

Method Details



decrementIndent

Syntax

void decrementIndent ();

Description

shifts the indentation by one default step to the left.


incrementIndent

Syntax

void incrementIndent ();

Description

shifts the indentation by one default step to the right.

Top of Page