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()
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
public class DocumentPositionHandler
Constructors
Declaration
public DocumentPositionHandler(DocumentAdv document)
Parameters
Properties
Declaration
public DocumentAdv Document { get; }
Property Value
Gets the ending position of the document
Declaration
public TextPosition EndingPosOfDocument { get; }
Property Value
Gets the starting position of the document
Declaration
public TextPosition StartingPosOfDocument { get; }
Property Value
Methods
Declaration
public void DeleteColumn()
Declaration
public void DeleteColumn(TableAdv table, int indextodelete)
Parameters
Type |
Name |
Description |
TableAdv |
table |
|
System.Int32 |
indextodelete |
|
Declaration
public void DeleteTable()
Declaration
public ElementBox GetPreviousSpanBox(ElementBox elementBox)
Parameters
Returns
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
Declaration
Declaration
public void SelectCell(TableCellAdv tablecell)
Parameters
Declaration
public void SelectColumn()
Declaration
public void SelectColumn(TableAdv table, int index)
Parameters
Type |
Name |
Description |
TableAdv |
table |
|
System.Int32 |
index |
|
Declaration
public void SelectColumn(double x1, double x2)
Parameters
Type |
Name |
Description |
System.Double |
x1 |
|
System.Double |
x2 |
|
Declaration
public void SelectColumn(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Declaration
Declaration
public void SelectRow(TableRowAdv rowtoselect)
Parameters
Declaration
public void SelectTable()
Declaration
public void SetCurrentInlineStyle()
Declaration
public void SetDefaultInlineStyle()
Declaration
public void UpdateCurrentInlineStyle(ElementBox elementBox)
Parameters
Declaration
public void UpdateParagraphStyle(ParagraphAdv paragraph)
Parameters