NoLineBreaksBeforeKinsoku.Language Property
lang.Represents the attribte in schema: w:lang
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "lang")> _
Public Property Language As StringValue
Get
Set
'Usage
Dim instance As NoLineBreaksBeforeKinsoku
Dim value As StringValue
value = instance.Language
instance.Language = value
[SchemaAttrAttribute(, "lang")]
public StringValue Language { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
See Also
Reference
NoLineBreaksBeforeKinsoku Class