次の方法で共有


NonVisualDrawingShapeProperties.TextBox Property

Text Box.Represents the attribte in schema: txBox

Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "txBox")> _
Public Property TextBox As BooleanValue
    Get
    Set
'使用
Dim instance As NonVisualDrawingShapeProperties
Dim value As BooleanValue

value = instance.TextBox

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

NonVisualDrawingShapeProperties Class

NonVisualDrawingShapeProperties Members

DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace