TextBodyProperties.FromWordArt Property
From WordArt.Represents the attribte in schema: fromWordArt
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "fromWordArt")> _
Public Property FromWordArt As BooleanValue
Get
Set
'Usage
Dim instance As TextBodyProperties
Dim value As BooleanValue
value = instance.FromWordArt
instance.FromWordArt = value
[SchemaAttrAttribute(, "fromWordArt")]
public BooleanValue FromWordArt { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
See Also
Reference
DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace