TextCharacterPropertiesType.Spacing Property
Spacing.Represents the attribte in schema: spc
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "spc")> _
Public Property Spacing As Int32Value
Get
Set
'Usage
Dim instance As TextCharacterPropertiesType
Dim value As Int32Value
value = instance.Spacing
instance.Spacing = value
[SchemaAttrAttribute(, "spc")]
public Int32Value Spacing { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
See Also
Reference
TextCharacterPropertiesType Class