SpacingPercent.Val-Eigenschaft
Value.Represents the attribte in schema: val
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As Int32Value
Get
Set
'Usage
Dim instance As SpacingPercent
Dim value As Int32Value
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public Int32Value Val { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Hinweise
The following information from the ECMA International Standard ECMA-376can be useful when working with this class.
Specifies the percentage of the size that the white space should be. It is specified here in terms of 100% being equal to 100,000, and 1% being specified in increments of 1,000.
The possible values for this attribute are defined by the ST_TextSpacingPercent simple type.