BevelType.Height Property
h.Represents the attribte in schema: w14:h
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "h")> _
Public Property Height As Int64Value
Get
Set
'Применение
Dim instance As BevelType
Dim value As Int64Value
value = instance.Height
instance.Height = value
[SchemaAttrAttribute(, "h")]
public Int64Value Height { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int64Value