menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentPositionHandler - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocumentPositionHandler

    Inheritance
    System.Object
    DocumentPositionHandler
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class DocumentPositionHandler

    Constructors

    DocumentPositionHandler(DocumentAdv)

    Declaration
    public DocumentPositionHandler(DocumentAdv document)
    Parameters
    Type Name Description
    DocumentAdv document

    Properties

    Document

    Declaration
    public DocumentAdv Document { get; }
    Property Value
    Type
    DocumentAdv

    EndingPosOfDocument

    Gets the ending position of the document

    Declaration
    public TextPosition EndingPosOfDocument { get; }
    Property Value
    Type
    TextPosition

    StartingPosOfDocument

    Gets the starting position of the document

    Declaration
    public TextPosition StartingPosOfDocument { get; }
    Property Value
    Type
    TextPosition

    Methods

    DeleteColumn()

    Declaration
    public void DeleteColumn()

    DeleteColumn(TableAdv, Int32)

    Declaration
    public void DeleteColumn(TableAdv table, int indextodelete)
    Parameters
    Type Name Description
    TableAdv table
    System.Int32 indextodelete

    DeleteTable()

    Declaration
    public void DeleteTable()

    GetPreviousSpanBox(ElementBox)

    Declaration
    public ElementBox GetPreviousSpanBox(ElementBox elementBox)
    Parameters
    Type Name Description
    ElementBox elementBox
    Returns
    Type
    ElementBox

    InsertInline(Inline)

    Inserts the inline into current text position

    Declaration
    public void InsertInline(Inline newInline)
    Parameters
    Type Name Description
    Inline newInline

    InsertText(String)

    Inserts the text using the TextPosition

    Declaration
    public void InsertText(string str)
    Parameters
    Type Name Description
    System.String str

    MergeSelectedCells(BlockAdv, TableCellAdv, MergedCellsHistory)

    Declaration
    public void MergeSelectedCells(BlockAdv startblock, TableCellAdv startcell, MergedCellsHistory history)
    Parameters
    Type Name Description
    BlockAdv startblock
    TableCellAdv startcell
    MergedCellsHistory history

    SelectCell()

    Declaration
    public void SelectCell()

    SelectCell(TableCellAdv)

    Declaration
    public void SelectCell(TableCellAdv tablecell)
    Parameters
    Type Name Description
    TableCellAdv tablecell

    SelectColumn()

    Declaration
    public void SelectColumn()

    SelectColumn(TableAdv, Int32)

    Declaration
    public void SelectColumn(TableAdv table, int index)
    Parameters
    Type Name Description
    TableAdv table
    System.Int32 index

    SelectColumn(Double, Double)

    Declaration
    public void SelectColumn(double x1, double x2)
    Parameters
    Type Name Description
    System.Double x1
    System.Double x2

    SelectColumn(Int32)

    Declaration
    public void SelectColumn(int index)
    Parameters
    Type Name Description
    System.Int32 index

    SelectRow()

    Declaration
    public void SelectRow()

    SelectRow(TableRowAdv)

    Declaration
    public void SelectRow(TableRowAdv rowtoselect)
    Parameters
    Type Name Description
    TableRowAdv rowtoselect

    SelectTable()

    Declaration
    public void SelectTable()

    SetCurrentInlineStyle()

    Declaration
    public void SetCurrentInlineStyle()

    SetDefaultInlineStyle()

    Declaration
    public void SetDefaultInlineStyle()

    UpdateCurrentInlineStyle(ElementBox)

    Declaration
    public void UpdateCurrentInlineStyle(ElementBox elementBox)
    Parameters
    Type Name Description
    ElementBox elementBox

    UpdateParagraphStyle(ParagraphAdv)

    Declaration
    public void UpdateParagraphStyle(ParagraphAdv paragraph)
    Parameters
    Type Name Description
    ParagraphAdv paragraph
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved