TextParagraphPropertiesType.Height Property
Hanging Punctuation.Represents the attribte in schema: hangingPunct
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "hangingPunct")> _
Public Property Height As BooleanValue
Get
Set
用法
Dim instance As TextParagraphPropertiesType
Dim value As BooleanValue
value = instance.Height
instance.Height = value
[SchemaAttrAttribute(, "hangingPunct")]
public BooleanValue Height { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
See Also
Reference
TextParagraphPropertiesType Class