SpacingPoints.Val Property
Value.Represents the attribte in schema: val
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "val")> _
Public Property Val As Int32Value
Get
Set
'Uso
Dim instance As SpacingPoints
Dim value As Int32Value
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public Int32Value Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the size of the white space in point size. Whole points are specified in increments of 100, starting with 100 being a point size of 1. For example, a font point size of 12 would be 1200, and a font point size of 12.5 would be 1250.
The possible values for this attribute are defined by the ST_TextSpacingPoint simple type.