BackstageLabelControl.NoWrap Property
noWrap.Represents the attribte in schema: noWrap
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "noWrap")> _
Public Property NoWrap As BooleanValue
Get
Set
'Применение
Dim instance As BackstageLabelControl
Dim value As BooleanValue
value = instance.NoWrap
instance.NoWrap = value
[SchemaAttrAttribute(, "noWrap")]
public BooleanValue NoWrap { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue