Syntax
interface XNumberingTypeInfo : com::sun::star::uno::XInterface ;
Description
provides access to the numbering types that are supported by a component.
To be able to store unknown numbering types in a file format the numbering types
correspond to an identifier.
See also
- unknown ?
- NumberingRules
See also
- unknown ?
- NumberingType
Method Details
|
|
Syntax
- sequence< short > getSupportedNumberingTypes
();
Description
returns the numbering type values that are supported by the component.
See also
- unknown ?
Syntax
- short getNumberingType
(
- string NumberingIdentifier );
Description
returns the corresponding numbering type to an identifier.
Syntax
- boolean hasNumberingType
(
- string NumberingIdentifier );
Description
determins whether an identifier is supported.
Syntax
- string getNumberingIdentifier
(
- short NumberingType );
Description
returns the corresponding identifiert to a numbering type.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.