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