CharacterFormat
NumberSpaceType Property
|
Gets or sets the number space type.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public NumberSpaceType NumberSpaceType { get; set; }
Public Property NumberSpaceType As NumberSpaceType
Get
Set
public:
property NumberSpaceType NumberSpaceType {
NumberSpaceType get ();
void set (NumberSpaceType value);
}
member NumberSpaceType : NumberSpaceType with get, set
Property Value
Type:
NumberSpaceType
See Also