ArgumentSize.Val Property
Value.Represents the attribte in schema: m:val
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "val")> _
Public Property Val As IntegerValue
Get
Set
'Uso
Dim instance As ArgumentSize
Dim value As IntegerValue
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public IntegerValue Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.IntegerValue
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies a value between -2 and 2 for the property defined by the parent XML element. The positive or negative sign specifies in which direction to change argument size; the absolute value specifies by how much.
The table below represents two cases in which argument size can be changed: superscripts and boxes.
In the superscript object , by default the term has script-script size. If the user wants to see at script size, he or she should set the val to +1 (that is, one size larger). If the user wants to see at text size, he or she should set the val to +2 (that is, two sizes larger).
val of in |
Display |
---|---|
Default |
|
+1 |
|
+2 |
val of |
Display |
---|---|
Default |
|
-1 |
|
-2 |
The possible values for this attribute are defined by the ST_Integer2 simple type.