Freigeben über


PercentageType.Val Eigenschaft

Definition

Wert

Stellt das folgende Attribut im Schema dar: val

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

Eigenschaftswert

Gibt zurück Int32Value.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Gibt den Wert der blauen Komponente an. Der zugewiesene Wert wird als Prozentsatz angegeben, wobei 0 % das minimale Blau und 100 % das maximale Blau angibt.

Im Folgenden wird die Füllung vom RGB-Wert RRGGBB = (00, FF, 00) in den Wert RRGGBB= (00, FF, FF) geändert:

<a:solidFill>  
  <a:srgbClr val="00FF00">  
    <a:blue val="100000"/>  
  </a:srgbClr>  
</a:solidFill>  

Die möglichen Werte für dieses Attribut werden durch den ST_Percentage einfachen Typ definiert.

Gilt für: