NumberingSchema.GetMinimumNumberOfDigits
Method
Description:
Returns the minimum number of digits to be used for formating the Number parameter of all enumerable elements of the given document.
Returns the minimum number of digits to be used for formating the Number parameter of all enumerable elements of the given document.
Remarks:
The number is used by all numbering schemas in the document.
The value can be modified by using the SetMinimumNumberOfDigits(Document, Int32) method.
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document this value is going to be applied to. |
Return Value
| Type | Description |
|---|---|
| Int32 | The current number of formatting digits |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |