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