Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeRichTextString

    Show / Hide Table of Contents

    Class RangeRichTextString

    Summary description for RangeRichTextString.

    Inheritance
    System.Object
    CommonWrapper
    RichTextString
    RangeRichTextString
    Implements
    ICloneParent
    IRTFWrapper
    System.IDisposable
    IRichTextString
    IParentApplication
    IOptimizedUpdate
    Inherited Members
    RichTextString.m_text
    RichTextString.m_book
    RichTextString.m_rtfParent
    RichTextString.m_lCellIndex
    RichTextString.SetParents()
    RichTextString.GetFont(Int32)
    RichTextString.GetFont(Int32, Boolean)
    RichTextString.SetFont(Int32, Int32, IFont)
    RichTextString.ClearFormatting()
    RichTextString.Append(String, IFont)
    RichTextString.Substring(Int32, Int32)
    RichTextString.GetFontIndex(Int32)
    RichTextString.GetFontByIndex(Int32)
    RichTextString.CopyFrom(RichTextString, Dictionary<Int32, Int32>)
    RichTextString.Parse(TextWithFormat, Dictionary<Int32, Int32>, ExcelParseOptions)
    RichTextString.Clone(Object)
    RichTextString.Clear()
    RichTextString.AddFont(IFont)
    RichTextString.Text
    RichTextString.RtfText
    RichTextString.IsFormatted
    RichTextString.Parent
    RichTextString.Application
    RichTextString.StringSize
    RichTextString.TextObject
    RichTextString.Workbook
    RichTextString.DefaultFontIndex
    CommonWrapper.BeginCallsCount
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class RangeRichTextString : RichTextString, ICloneParent, IRTFWrapper, IDisposable, IRichTextString, IParentApplication, IOptimizedUpdate

    Constructors

    RangeRichTextString(IApplication, Object, Int32, Int32)

    Declaration
    public RangeRichTextString(IApplication application, object parent, int row, int column)
    Parameters
    Type Name Description
    IApplication application
    System.Object parent
    System.Int32 row
    System.Int32 column

    RangeRichTextString(IApplication, Object, Int64)

    Declaration
    public RangeRichTextString(IApplication application, object parent, long cellIndex)
    Parameters
    Type Name Description
    IApplication application
    System.Object parent
    System.Int64 cellIndex

    Cell index.

    RangeRichTextString(IApplication, Object, Int64, TextWithFormat)

    Declaration
    public RangeRichTextString(IApplication application, object parent, long cellIndex, TextWithFormat text)
    Parameters
    Type Name Description
    IApplication application
    System.Object parent
    System.Int64 cellIndex

    Cell index.

    TextWithFormat text

    Formatted text object.

    Properties

    DefaultFont

    Returns default font. Read-only.

    Declaration
    public override FontImpl DefaultFont { get; }
    Property Value
    Type Description
    FontImpl
    Overrides
    RichTextString.DefaultFont

    Index

    Returns index of the string.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    BeginUpdate()

    This method is called before any changes made to the rich text string.

    Declaration
    public override void BeginUpdate()
    Overrides
    RichTextString.BeginUpdate()

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    EndUpdate()

    This method is called after any changes made to the rich text string.

    Declaration
    public override void EndUpdate()
    Overrides
    RichTextString.EndUpdate()

    Implements

    ICloneParent
    IRTFWrapper
    System.IDisposable
    IRichTextString
    IParentApplication
    IOptimizedUpdate
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved