:: com :: sun :: star :: text ::

interface XNumberingTypeInfo

Methods' Summary
getSupportedNumberingTypes returns the numbering type values that are supported by the component.  
getNumberingType returns the corresponding numbering type to an identifier.  
hasNumberingType determines whether an identifier is supported.  
getNumberingIdentifier returns the corresponding identifier to a numbering type.  
Methods' Details
getSupportedNumberingTypes
sequence< short >
getSupportedNumberingTypes();

Description
returns the numbering type values that are supported by the component.
See also
getNumberingType
short
getNumberingType( [in] string  NumberingIdentifier );

Description
returns the corresponding numbering type to an identifier.
hasNumberingType
boolean
hasNumberingType( [in] string  NumberingIdentifier );

Description
determines whether an identifier is supported.
getNumberingIdentifier
string
getNumberingIdentifier( [in] short  NumberingType );

Description
returns the corresponding identifier to a numbering type.
Top of Page