Back to Devexpress

AutoCorrectInfo.DecrementEndPosition() Method

officefileapi-devexpress-dot-xtrarichedit-dot-autocorrectinfo-d401af9c.md

latest1.1 KB
Original Source

AutoCorrectInfo.DecrementEndPosition() Method

Decreases a text range being analyzed by moving its end by one position.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public virtual void DecrementEndPosition()
vb
Public Overridable Sub DecrementEndPosition

Remarks

You can combine several incrementing and decrementing methods to resize and move the text frame in the document.

See Also

AutoCorrectInfo Class

AutoCorrectInfo Members

DevExpress.XtraRichEdit Namespace