Compatibility.DoNotSuppressIndentation Property

Do Not Ignore Floating Objects When Calculating Paragraph Indentation.Represents the element tag in schema: w:doNotSuppressIndentation

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property DoNotSuppressIndentation As DoNotSuppressIndentation
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As DoNotSuppressIndentation

value = instance.DoNotSuppressIndentation

instance.DoNotSuppressIndentation = value
public DoNotSuppressIndentation DoNotSuppressIndentation { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation
Returns DoNotSuppressIndentation.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace