Share via


TextParagraphPropertiesType.LatinLineBreak Property

Latin Line Break.Represents the attribte in schema: latinLnBrk

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "latinLnBrk")> _
Public Property LatinLineBreak As BooleanValue
    Get
    Set
'Usage
Dim instance As TextParagraphPropertiesType
Dim value As BooleanValue

value = instance.LatinLineBreak

instance.LatinLineBreak = value
[SchemaAttrAttribute(, "latinLnBrk")]
public BooleanValue LatinLineBreak { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

TextParagraphPropertiesType Class

TextParagraphPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace