TextCharacterPropertiesType.Baseline Property
Baseline.Represents the attribte in schema: baseline
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "baseline")> _
Public Property Baseline As Int32Value
Get
Set
'Применение
Dim instance As TextCharacterPropertiesType
Dim value As Int32Value
value = instance.Baseline
instance.Baseline = value
[SchemaAttrAttribute(, "baseline")]
public Int32Value Baseline { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
See Also
Reference
TextCharacterPropertiesType Class