Version

OutdentList Method

Outdents the RichTextList (bulleted or numbered list) associated with the paragraph at the specified documentOffset. If the paragraph at the 'documentOffset' is not part of a list then this method does nothing.
Syntax
'Declaration
 
Public Sub OutdentList( _
   ByVal documentOffset As Integer, _
   Optional ByVal amount As Nullable(Of Extent) _
) 
public void OutdentList( 
   int documentOffset,
   Nullable<Extent> amount
)

Parameters

documentOffset
List associated with the paragraph at this document offset is modified.
amount
A positive amount by which to outdent. If null then outdents by a default amount.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also