:: com :: sun :: star :: text ::
|
| interface XNumberingTypeInfo |
|
- 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
- NumberingRules, ::com::sun::star::style::NumberingType
|
| 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
- determins whether an identifier is supported.
|
|
getNumberingIdentifier
| string |
| getNumberingIdentifier( |
[in] short |
NumberingType ); |
- Description
- returns the corresponding identifiert to a numbering type.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.