TextCharacterPropertiesType.NormalizeHeight Property
Normalize Heights.Represents the attribte in schema: normalizeH
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "normalizeH")> _
Public Property NormalizeHeight As BooleanValue
Get
Set
'Usage
Dim instance As TextCharacterPropertiesType
Dim value As BooleanValue
value = instance.NormalizeHeight
instance.NormalizeHeight = value
[SchemaAttrAttribute(, "normalizeH")]
public BooleanValue NormalizeHeight { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
See Also
Reference
TextCharacterPropertiesType Class