Share via


ArgumentSize.Val Property

Definition

Value

Represents the following attribute in the schema: m:val

[DocumentFormat.OpenXml.SchemaAttr(21, "val")]
public DocumentFormat.OpenXml.IntegerValue Val { get; set; }
public DocumentFormat.OpenXml.IntegerValue Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(21, "val")]
public DocumentFormat.OpenXml.IntegerValue? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("m:val")]
public DocumentFormat.OpenXml.IntegerValue? Val { get; set; }
public DocumentFormat.OpenXml.IntegerValue? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(21, "val")>]
member this.Val : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("m:val")>]
member this.Val : DocumentFormat.OpenXml.IntegerValue with get, set
Public Property Val As IntegerValue

Property Value

Returns Int32Value.

Attributes

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 38fc7146-515b-426a-9a7f-60f505ec5c4a, by default the term has script-script size. If the user wants to see 8190b077-c7c1-4e75-9edd-f606151c02d9 at script size, he or she should set the val to +1 (that is, one size larger). If the user wants to see 8190b077-c7c1-4e75-9edd-f606151c02d9 at text size, he or she should set the val to +2 (that is, two sizes larger).

val of 2bdcda11-f644-4cd4-b768-2e867e2e4af0 in b2022665-c0c9-4667-b0cd-f446584703f0 Display
Default 38fc7146-515b-426a-9a7f-60f505ec5c4a
+1 63cfaa32-796a-4a00-88e5-63faeac178f6
+2 fac415ec-4389-4314-8790-9aba2872d648
val of 5edc14af-5fd4-4264-9ed4-2eff526d57e0 Display
Default 0f764e4b-604b-418e-82aa-47569c7c133f
-1 e3af5f4a-cb55-4e73-b2da-31259c6fb35b
-2 0cd8f464-dfbf-4895-8c43-c6d1d5f4d3cc

The possible values for this attribute are defined by the ST_Integer2 simple type.

Applies to