736 строки
44 KiB
Plaintext
736 строки
44 KiB
Plaintext
---
|
|
projectTitle: RichTextKit
|
|
projectSubTitle: v0.4
|
|
projectUrlPrefix: /richtextkit/
|
|
prismLanguages:
|
|
- csharp
|
|
navTree:
|
|
- text: Guides
|
|
href: .
|
|
subItems:
|
|
- text: Overview
|
|
href: .
|
|
- text: Installation
|
|
href: install
|
|
- text: Basic Concepts
|
|
href: basics
|
|
- text: Creating a Text Block
|
|
href: textBlock
|
|
- text: Controlling Layout
|
|
href: layout
|
|
- text: Rendering Text
|
|
href: rendering
|
|
- text: Measuring Text
|
|
href: measuring
|
|
- text: Hit Testing
|
|
href: hittesting
|
|
- text: Caret Information
|
|
href: caret
|
|
- text: License
|
|
href: license
|
|
- text: Topten.RichTextKit
|
|
href: ./ref/Topten.RichTextKit
|
|
subItems:
|
|
- text: CaretInfo
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.CaretInfo
|
|
- text: Fields
|
|
subItems:
|
|
- text: CaretRectangle|./ref/Topten.RichTextKit.CaretInfo.CaretRectangle
|
|
- text: CaretXCoord|./ref/Topten.RichTextKit.CaretInfo.CaretXCoord
|
|
- text: CodePointIndex|./ref/Topten.RichTextKit.CaretInfo.CodePointIndex
|
|
- text: LineIndex|./ref/Topten.RichTextKit.CaretInfo.LineIndex
|
|
- text: None|./ref/Topten.RichTextKit.CaretInfo.None
|
|
- text: Properties
|
|
subItems:
|
|
- text: IsNone|./ref/Topten.RichTextKit.CaretInfo.IsNone
|
|
- text: CaretPosition
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.CaretPosition
|
|
- text: Constructors|./ref/Topten.RichTextKit.CaretPosition..ctor
|
|
- text: Fields
|
|
subItems:
|
|
- text: AltPosition|./ref/Topten.RichTextKit.CaretPosition.AltPosition
|
|
- text: CodePointIndex|./ref/Topten.RichTextKit.CaretPosition.CodePointIndex
|
|
- text: FontFallback
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.FontFallback
|
|
- text: Constructors|./ref/Topten.RichTextKit.FontFallback..ctor
|
|
- text: Fields
|
|
subItems:
|
|
- text: CharacterMatcher|./ref/Topten.RichTextKit.FontFallback.CharacterMatcher
|
|
- text: Methods
|
|
subItems:
|
|
- text: GetFontRuns|./ref/Topten.RichTextKit.FontFallback.GetFontRuns
|
|
- text: FontFallback.Run
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.FontFallback.Run
|
|
- text: Fields
|
|
subItems:
|
|
- text: Length|./ref/Topten.RichTextKit.FontFallback.Run.Length
|
|
- text: Start|./ref/Topten.RichTextKit.FontFallback.Run.Start
|
|
- text: Typeface|./ref/Topten.RichTextKit.FontFallback.Run.Typeface
|
|
- text: FontMapper
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.FontMapper
|
|
- text: Constructors|./ref/Topten.RichTextKit.FontMapper..ctor
|
|
- text: Fields
|
|
subItems:
|
|
- text: Default|./ref/Topten.RichTextKit.FontMapper.Default
|
|
- text: Methods
|
|
subItems:
|
|
- text: TypefaceFromStyle|./ref/Topten.RichTextKit.FontMapper.TypefaceFromStyle
|
|
- text: FontRun
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.FontRun
|
|
- text: Constructors|./ref/Topten.RichTextKit.FontRun..ctor
|
|
- text: Fields
|
|
subItems:
|
|
- text: Ascent|./ref/Topten.RichTextKit.FontRun.Ascent
|
|
- text: Clusters|./ref/Topten.RichTextKit.FontRun.Clusters
|
|
- text: Descent|./ref/Topten.RichTextKit.FontRun.Descent
|
|
- text: Direction|./ref/Topten.RichTextKit.FontRun.Direction
|
|
- text: GlyphPositions|./ref/Topten.RichTextKit.FontRun.GlyphPositions
|
|
- text: Glyphs|./ref/Topten.RichTextKit.FontRun.Glyphs
|
|
- text: Leading|./ref/Topten.RichTextKit.FontRun.Leading
|
|
- text: Length|./ref/Topten.RichTextKit.FontRun.Length
|
|
- text: RelativeCodePointXCoords|./ref/Topten.RichTextKit.FontRun.RelativeCodePointXCoords
|
|
- text: RunKind|./ref/Topten.RichTextKit.FontRun.RunKind
|
|
- text: Start|./ref/Topten.RichTextKit.FontRun.Start
|
|
- text: Style|./ref/Topten.RichTextKit.FontRun.Style
|
|
- text: StyleRun|./ref/Topten.RichTextKit.FontRun.StyleRun
|
|
- text: Typeface|./ref/Topten.RichTextKit.FontRun.Typeface
|
|
- text: Width|./ref/Topten.RichTextKit.FontRun.Width
|
|
- text: XCoord|./ref/Topten.RichTextKit.FontRun.XCoord
|
|
- text: Properties
|
|
subItems:
|
|
- text: CodePoints|./ref/Topten.RichTextKit.FontRun.CodePoints
|
|
- text: End|./ref/Topten.RichTextKit.FontRun.End
|
|
- text: HalfLeading|./ref/Topten.RichTextKit.FontRun.HalfLeading
|
|
- text: Line|./ref/Topten.RichTextKit.FontRun.Line
|
|
- text: NextRun|./ref/Topten.RichTextKit.FontRun.NextRun
|
|
- text: PreviousRun|./ref/Topten.RichTextKit.FontRun.PreviousRun
|
|
- text: TextHeight|./ref/Topten.RichTextKit.FontRun.TextHeight
|
|
- text: Methods
|
|
subItems:
|
|
- text: GetXCoordOfCodePointIndex|./ref/Topten.RichTextKit.FontRun.GetXCoordOfCodePointIndex
|
|
- text: LeadingWidth|./ref/Topten.RichTextKit.FontRun.LeadingWidth
|
|
- text: MoveGlyphs|./ref/Topten.RichTextKit.FontRun.MoveGlyphs
|
|
- text: FontRunKind
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.FontRunKind
|
|
- text: FontVariant
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.FontVariant
|
|
- text: HitTestResult
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.HitTestResult
|
|
- text: Fields
|
|
subItems:
|
|
- text: AltCaretPosition|./ref/Topten.RichTextKit.HitTestResult.AltCaretPosition
|
|
- text: ClosestCodePointIndex|./ref/Topten.RichTextKit.HitTestResult.ClosestCodePointIndex
|
|
- text: ClosestLine|./ref/Topten.RichTextKit.HitTestResult.ClosestLine
|
|
- text: None|./ref/Topten.RichTextKit.HitTestResult.None
|
|
- text: OverCodePointIndex|./ref/Topten.RichTextKit.HitTestResult.OverCodePointIndex
|
|
- text: OverLine|./ref/Topten.RichTextKit.HitTestResult.OverLine
|
|
- text: Properties
|
|
subItems:
|
|
- text: CaretPosition|./ref/Topten.RichTextKit.HitTestResult.CaretPosition
|
|
- text: IsNone|./ref/Topten.RichTextKit.HitTestResult.IsNone
|
|
- text: ICharacterMatcher
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.ICharacterMatcher
|
|
- text: Methods
|
|
subItems:
|
|
- text: MatchCharacter|./ref/Topten.RichTextKit.ICharacterMatcher.MatchCharacter
|
|
- text: IStyle
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.IStyle
|
|
- text: Properties
|
|
subItems:
|
|
- text: BackgroundColor|./ref/Topten.RichTextKit.IStyle.BackgroundColor
|
|
- text: FontFamily|./ref/Topten.RichTextKit.IStyle.FontFamily
|
|
- text: FontItalic|./ref/Topten.RichTextKit.IStyle.FontItalic
|
|
- text: FontSize|./ref/Topten.RichTextKit.IStyle.FontSize
|
|
- text: FontVariant|./ref/Topten.RichTextKit.IStyle.FontVariant
|
|
- text: FontWeight|./ref/Topten.RichTextKit.IStyle.FontWeight
|
|
- text: FontWidth|./ref/Topten.RichTextKit.IStyle.FontWidth
|
|
- text: HaloBlur|./ref/Topten.RichTextKit.IStyle.HaloBlur
|
|
- text: HaloColor|./ref/Topten.RichTextKit.IStyle.HaloColor
|
|
- text: HaloWidth|./ref/Topten.RichTextKit.IStyle.HaloWidth
|
|
- text: LetterSpacing|./ref/Topten.RichTextKit.IStyle.LetterSpacing
|
|
- text: LineHeight|./ref/Topten.RichTextKit.IStyle.LineHeight
|
|
- text: ReplacementCharacter|./ref/Topten.RichTextKit.IStyle.ReplacementCharacter
|
|
- text: StrikeThrough|./ref/Topten.RichTextKit.IStyle.StrikeThrough
|
|
- text: TextColor|./ref/Topten.RichTextKit.IStyle.TextColor
|
|
- text: TextDirection|./ref/Topten.RichTextKit.IStyle.TextDirection
|
|
- text: Underline|./ref/Topten.RichTextKit.IStyle.Underline
|
|
- text: IStyleExtensions
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.IStyleExtensions
|
|
- text: Methods
|
|
subItems:
|
|
- text: HasSameLayout|./ref/Topten.RichTextKit.IStyleExtensions.HasSameLayout
|
|
- text: IsSame|./ref/Topten.RichTextKit.IStyleExtensions.IsSame
|
|
- text: Key|./ref/Topten.RichTextKit.IStyleExtensions.Key
|
|
- text: RichString
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.RichString
|
|
- text: Constructors|./ref/Topten.RichTextKit.RichString..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: DefaultAlignment|./ref/Topten.RichTextKit.RichString.DefaultAlignment
|
|
- text: DefaultDirection|./ref/Topten.RichTextKit.RichString.DefaultDirection
|
|
- text: DefaultStyle|./ref/Topten.RichTextKit.RichString.DefaultStyle
|
|
- text: EllipsisEnabled|./ref/Topten.RichTextKit.RichString.EllipsisEnabled
|
|
- text: Length|./ref/Topten.RichTextKit.RichString.Length
|
|
- text: LineCount|./ref/Topten.RichTextKit.RichString.LineCount
|
|
- text: MaxHeight|./ref/Topten.RichTextKit.RichString.MaxHeight
|
|
- text: MaxLines|./ref/Topten.RichTextKit.RichString.MaxLines
|
|
- text: MaxWidth|./ref/Topten.RichTextKit.RichString.MaxWidth
|
|
- text: MeasuredHeight|./ref/Topten.RichTextKit.RichString.MeasuredHeight
|
|
- text: MeasuredLength|./ref/Topten.RichTextKit.RichString.MeasuredLength
|
|
- text: MeasuredWidth|./ref/Topten.RichTextKit.RichString.MeasuredWidth
|
|
- text: Revision|./ref/Topten.RichTextKit.RichString.Revision
|
|
- text: Truncated|./ref/Topten.RichTextKit.RichString.Truncated
|
|
- text: Methods
|
|
subItems:
|
|
- text: Add|./ref/Topten.RichTextKit.RichString.Add
|
|
- text: Alignment|./ref/Topten.RichTextKit.RichString.Alignment
|
|
- text: BackgroundColor|./ref/Topten.RichTextKit.RichString.BackgroundColor
|
|
- text: BaseDirection|./ref/Topten.RichTextKit.RichString.BaseDirection
|
|
- text: Bold|./ref/Topten.RichTextKit.RichString.Bold
|
|
- text: DiscardLayout|./ref/Topten.RichTextKit.RichString.DiscardLayout
|
|
- text: FontFamily|./ref/Topten.RichTextKit.RichString.FontFamily
|
|
- text: FontItalic|./ref/Topten.RichTextKit.RichString.FontItalic
|
|
- text: FontSize|./ref/Topten.RichTextKit.RichString.FontSize
|
|
- text: FontVariant|./ref/Topten.RichTextKit.RichString.FontVariant
|
|
- text: FontWeight|./ref/Topten.RichTextKit.RichString.FontWeight
|
|
- text: FontWidth|./ref/Topten.RichTextKit.RichString.FontWidth
|
|
- text: GetCaretInfo|./ref/Topten.RichTextKit.RichString.GetCaretInfo
|
|
- text: HaloBlur|./ref/Topten.RichTextKit.RichString.HaloBlur
|
|
- text: HaloColor|./ref/Topten.RichTextKit.RichString.HaloColor
|
|
- text: HaloWidth|./ref/Topten.RichTextKit.RichString.HaloWidth
|
|
- text: HitTest|./ref/Topten.RichTextKit.RichString.HitTest
|
|
- text: LetterSpacing|./ref/Topten.RichTextKit.RichString.LetterSpacing
|
|
- text: LineHeight|./ref/Topten.RichTextKit.RichString.LineHeight
|
|
- text: MarginBottom|./ref/Topten.RichTextKit.RichString.MarginBottom
|
|
- text: MarginLeft|./ref/Topten.RichTextKit.RichString.MarginLeft
|
|
- text: MarginRight|./ref/Topten.RichTextKit.RichString.MarginRight
|
|
- text: MarginTop|./ref/Topten.RichTextKit.RichString.MarginTop
|
|
- text: Normal|./ref/Topten.RichTextKit.RichString.Normal
|
|
- text: Paint|./ref/Topten.RichTextKit.RichString.Paint
|
|
- text: Paragraph|./ref/Topten.RichTextKit.RichString.Paragraph
|
|
- text: Pop|./ref/Topten.RichTextKit.RichString.Pop
|
|
- text: Push|./ref/Topten.RichTextKit.RichString.Push
|
|
- text: StrikeThrough|./ref/Topten.RichTextKit.RichString.StrikeThrough
|
|
- text: TextColor|./ref/Topten.RichTextKit.RichString.TextColor
|
|
- text: TextDirection|./ref/Topten.RichTextKit.RichString.TextDirection
|
|
- text: Underline|./ref/Topten.RichTextKit.RichString.Underline
|
|
- text: StrikeThroughStyle
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.StrikeThroughStyle
|
|
- text: Style
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Style
|
|
- text: Constructors|./ref/Topten.RichTextKit.Style..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: BackgroundColor|./ref/Topten.RichTextKit.Style.BackgroundColor
|
|
- text: FontFamily|./ref/Topten.RichTextKit.Style.FontFamily
|
|
- text: FontItalic|./ref/Topten.RichTextKit.Style.FontItalic
|
|
- text: FontSize|./ref/Topten.RichTextKit.Style.FontSize
|
|
- text: FontVariant|./ref/Topten.RichTextKit.Style.FontVariant
|
|
- text: FontWeight|./ref/Topten.RichTextKit.Style.FontWeight
|
|
- text: FontWidth|./ref/Topten.RichTextKit.Style.FontWidth
|
|
- text: HaloBlur|./ref/Topten.RichTextKit.Style.HaloBlur
|
|
- text: HaloColor|./ref/Topten.RichTextKit.Style.HaloColor
|
|
- text: HaloWidth|./ref/Topten.RichTextKit.Style.HaloWidth
|
|
- text: LetterSpacing|./ref/Topten.RichTextKit.Style.LetterSpacing
|
|
- text: LineHeight|./ref/Topten.RichTextKit.Style.LineHeight
|
|
- text: ReplacementCharacter|./ref/Topten.RichTextKit.Style.ReplacementCharacter
|
|
- text: StrikeThrough|./ref/Topten.RichTextKit.Style.StrikeThrough
|
|
- text: TextColor|./ref/Topten.RichTextKit.Style.TextColor
|
|
- text: TextDirection|./ref/Topten.RichTextKit.Style.TextDirection
|
|
- text: Underline|./ref/Topten.RichTextKit.Style.Underline
|
|
- text: Methods
|
|
subItems:
|
|
- text: Modify|./ref/Topten.RichTextKit.Style.Modify
|
|
- text: Seal|./ref/Topten.RichTextKit.Style.Seal
|
|
- text: StyledText
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.StyledText
|
|
- text: Constructors|./ref/Topten.RichTextKit.StyledText..ctor
|
|
- text: Fields
|
|
subItems:
|
|
- text: _codePoints|./ref/Topten.RichTextKit.StyledText._codePoints
|
|
- text: _hasTextDirectionOverrides|./ref/Topten.RichTextKit.StyledText._hasTextDirectionOverrides
|
|
- text: _styleRuns|./ref/Topten.RichTextKit.StyledText._styleRuns
|
|
- text: Properties
|
|
subItems:
|
|
- text: CodePoints|./ref/Topten.RichTextKit.StyledText.CodePoints
|
|
- text: Length|./ref/Topten.RichTextKit.StyledText.Length
|
|
- text: StyleRuns|./ref/Topten.RichTextKit.StyledText.StyleRuns
|
|
- text: Methods
|
|
subItems:
|
|
- text: AddText|./ref/Topten.RichTextKit.StyledText.AddText
|
|
- text: ApplyStyle|./ref/Topten.RichTextKit.StyledText.ApplyStyle
|
|
- text: CharacterToCodePointIndex|./ref/Topten.RichTextKit.StyledText.CharacterToCodePointIndex
|
|
- text: Clear|./ref/Topten.RichTextKit.StyledText.Clear
|
|
- text: CodePointToCharacterIndex|./ref/Topten.RichTextKit.StyledText.CodePointToCharacterIndex
|
|
- text: DeleteText|./ref/Topten.RichTextKit.StyledText.DeleteText
|
|
- text: Extract|./ref/Topten.RichTextKit.StyledText.Extract
|
|
- text: GetStyleAtOffset|./ref/Topten.RichTextKit.StyledText.GetStyleAtOffset
|
|
- text: InsertText|./ref/Topten.RichTextKit.StyledText.InsertText
|
|
- text: OnChanged|./ref/Topten.RichTextKit.StyledText.OnChanged
|
|
- text: StyleManager
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.StyleManager
|
|
- text: Constructors|./ref/Topten.RichTextKit.StyleManager..ctor
|
|
- text: Fields
|
|
subItems:
|
|
- text: Default|./ref/Topten.RichTextKit.StyleManager.Default
|
|
- text: Properties
|
|
subItems:
|
|
- text: CurrentStyle|./ref/Topten.RichTextKit.StyleManager.CurrentStyle
|
|
- text: DefaultStyle|./ref/Topten.RichTextKit.StyleManager.DefaultStyle
|
|
- text: Methods
|
|
subItems:
|
|
- text: BackgroundColor|./ref/Topten.RichTextKit.StyleManager.BackgroundColor
|
|
- text: Bold|./ref/Topten.RichTextKit.StyleManager.Bold
|
|
- text: FontFamily|./ref/Topten.RichTextKit.StyleManager.FontFamily
|
|
- text: FontItalic|./ref/Topten.RichTextKit.StyleManager.FontItalic
|
|
- text: FontSize|./ref/Topten.RichTextKit.StyleManager.FontSize
|
|
- text: FontVariant|./ref/Topten.RichTextKit.StyleManager.FontVariant
|
|
- text: FontWeight|./ref/Topten.RichTextKit.StyleManager.FontWeight
|
|
- text: FontWidth|./ref/Topten.RichTextKit.StyleManager.FontWidth
|
|
- text: FromStyle|./ref/Topten.RichTextKit.StyleManager.FromStyle
|
|
- text: HaloBlur|./ref/Topten.RichTextKit.StyleManager.HaloBlur
|
|
- text: HaloColor|./ref/Topten.RichTextKit.StyleManager.HaloColor
|
|
- text: HaloWidth|./ref/Topten.RichTextKit.StyleManager.HaloWidth
|
|
- text: LetterSpacing|./ref/Topten.RichTextKit.StyleManager.LetterSpacing
|
|
- text: LineHeight|./ref/Topten.RichTextKit.StyleManager.LineHeight
|
|
- text: Pop|./ref/Topten.RichTextKit.StyleManager.Pop
|
|
- text: Push|./ref/Topten.RichTextKit.StyleManager.Push
|
|
- text: ReplacementCharacter|./ref/Topten.RichTextKit.StyleManager.ReplacementCharacter
|
|
- text: Reset|./ref/Topten.RichTextKit.StyleManager.Reset
|
|
- text: StrikeThrough|./ref/Topten.RichTextKit.StyleManager.StrikeThrough
|
|
- text: TextColor|./ref/Topten.RichTextKit.StyleManager.TextColor
|
|
- text: TextDirection|./ref/Topten.RichTextKit.StyleManager.TextDirection
|
|
- text: Underline|./ref/Topten.RichTextKit.StyleManager.Underline
|
|
- text: Update|./ref/Topten.RichTextKit.StyleManager.Update
|
|
- text: StyleRun
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.StyleRun
|
|
- text: Constructors|./ref/Topten.RichTextKit.StyleRun..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: CodePoints|./ref/Topten.RichTextKit.StyleRun.CodePoints
|
|
- text: End|./ref/Topten.RichTextKit.StyleRun.End
|
|
- text: Length|./ref/Topten.RichTextKit.StyleRun.Length
|
|
- text: Start|./ref/Topten.RichTextKit.StyleRun.Start
|
|
- text: Style|./ref/Topten.RichTextKit.StyleRun.Style
|
|
- text: SwapHelper
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.SwapHelper
|
|
- text: Methods
|
|
subItems:
|
|
- text: Swap<T>|./ref/Topten.RichTextKit.SwapHelper.Swap[T]
|
|
- text: TextAlignment
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.TextAlignment
|
|
- text: TextBlock
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.TextBlock
|
|
- text: Constructors|./ref/Topten.RichTextKit.TextBlock..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: Alignment|./ref/Topten.RichTextKit.TextBlock.Alignment
|
|
- text: BaseDirection|./ref/Topten.RichTextKit.TextBlock.BaseDirection
|
|
- text: CaretIndicies|./ref/Topten.RichTextKit.TextBlock.CaretIndicies
|
|
- text: EllipsisEnabled|./ref/Topten.RichTextKit.TextBlock.EllipsisEnabled
|
|
- text: FontMapper|./ref/Topten.RichTextKit.TextBlock.FontMapper
|
|
- text: FontRuns|./ref/Topten.RichTextKit.TextBlock.FontRuns
|
|
- text: LineCount|./ref/Topten.RichTextKit.TextBlock.LineCount
|
|
- text: LineIndicies|./ref/Topten.RichTextKit.TextBlock.LineIndicies
|
|
- text: Lines|./ref/Topten.RichTextKit.TextBlock.Lines
|
|
- text: MaxHeight|./ref/Topten.RichTextKit.TextBlock.MaxHeight
|
|
- text: MaxLines|./ref/Topten.RichTextKit.TextBlock.MaxLines
|
|
- text: MaxWidth|./ref/Topten.RichTextKit.TextBlock.MaxWidth
|
|
- text: MeasuredHeight|./ref/Topten.RichTextKit.TextBlock.MeasuredHeight
|
|
- text: MeasuredLength|./ref/Topten.RichTextKit.TextBlock.MeasuredLength
|
|
- text: MeasuredOverhang|./ref/Topten.RichTextKit.TextBlock.MeasuredOverhang
|
|
- text: MeasuredPadding|./ref/Topten.RichTextKit.TextBlock.MeasuredPadding
|
|
- text: MeasuredWidth|./ref/Topten.RichTextKit.TextBlock.MeasuredWidth
|
|
- text: RenderWidth|./ref/Topten.RichTextKit.TextBlock.RenderWidth
|
|
- text: Truncated|./ref/Topten.RichTextKit.TextBlock.Truncated
|
|
- text: WordBoundaryIndicies|./ref/Topten.RichTextKit.TextBlock.WordBoundaryIndicies
|
|
- text: Methods
|
|
subItems:
|
|
- text: AddEllipsis|./ref/Topten.RichTextKit.TextBlock.AddEllipsis
|
|
- text: Copy|./ref/Topten.RichTextKit.TextBlock.Copy
|
|
- text: FindFontRunForCodePointIndex|./ref/Topten.RichTextKit.TextBlock.FindFontRunForCodePointIndex
|
|
- text: GetCaretInfo|./ref/Topten.RichTextKit.TextBlock.GetCaretInfo
|
|
- text: HitTest|./ref/Topten.RichTextKit.TextBlock.HitTest
|
|
- text: HitTestLine|./ref/Topten.RichTextKit.TextBlock.HitTestLine
|
|
- text: Layout|./ref/Topten.RichTextKit.TextBlock.Layout
|
|
- text: LookupCaretIndex|./ref/Topten.RichTextKit.TextBlock.LookupCaretIndex
|
|
- text: Paint|./ref/Topten.RichTextKit.TextBlock.Paint
|
|
- text: ResetPooledMemory|./ref/Topten.RichTextKit.TextBlock.ResetPooledMemory
|
|
- text: TextDirection
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.TextDirection
|
|
- text: TextLine
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.TextLine
|
|
- text: Constructors|./ref/Topten.RichTextKit.TextLine..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: BaseLine|./ref/Topten.RichTextKit.TextLine.BaseLine
|
|
- text: End|./ref/Topten.RichTextKit.TextLine.End
|
|
- text: Height|./ref/Topten.RichTextKit.TextLine.Height
|
|
- text: Length|./ref/Topten.RichTextKit.TextLine.Length
|
|
- text: MaxAscent|./ref/Topten.RichTextKit.TextLine.MaxAscent
|
|
- text: MaxDescent|./ref/Topten.RichTextKit.TextLine.MaxDescent
|
|
- text: NextLine|./ref/Topten.RichTextKit.TextLine.NextLine
|
|
- text: PreviousLine|./ref/Topten.RichTextKit.TextLine.PreviousLine
|
|
- text: Runs|./ref/Topten.RichTextKit.TextLine.Runs
|
|
- text: Start|./ref/Topten.RichTextKit.TextLine.Start
|
|
- text: TextBlock|./ref/Topten.RichTextKit.TextLine.TextBlock
|
|
- text: TextHeight|./ref/Topten.RichTextKit.TextLine.TextHeight
|
|
- text: Width|./ref/Topten.RichTextKit.TextLine.Width
|
|
- text: YCoord|./ref/Topten.RichTextKit.TextLine.YCoord
|
|
- text: Methods
|
|
subItems:
|
|
- text: HitTest|./ref/Topten.RichTextKit.TextLine.HitTest
|
|
- text: TextPaintOptions
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.TextPaintOptions
|
|
- text: Constructors|./ref/Topten.RichTextKit.TextPaintOptions..ctor
|
|
- text: Fields
|
|
subItems:
|
|
- text: Default|./ref/Topten.RichTextKit.TextPaintOptions.Default
|
|
- text: Properties
|
|
subItems:
|
|
- text: Edging|./ref/Topten.RichTextKit.TextPaintOptions.Edging
|
|
- text: Hinting|./ref/Topten.RichTextKit.TextPaintOptions.Hinting
|
|
- text: IsAntialias|./ref/Topten.RichTextKit.TextPaintOptions.IsAntialias
|
|
- text: LcdRenderText|./ref/Topten.RichTextKit.TextPaintOptions.LcdRenderText
|
|
- text: Selection|./ref/Topten.RichTextKit.TextPaintOptions.Selection
|
|
- text: SelectionColor|./ref/Topten.RichTextKit.TextPaintOptions.SelectionColor
|
|
- text: SelectionHandleColor|./ref/Topten.RichTextKit.TextPaintOptions.SelectionHandleColor
|
|
- text: SelectionHandleScale|./ref/Topten.RichTextKit.TextPaintOptions.SelectionHandleScale
|
|
- text: SubpixelPositioning|./ref/Topten.RichTextKit.TextPaintOptions.SubpixelPositioning
|
|
- text: Methods
|
|
subItems:
|
|
- text: Clone|./ref/Topten.RichTextKit.TextPaintOptions.Clone
|
|
- text: TextRange
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.TextRange
|
|
- text: Constructors|./ref/Topten.RichTextKit.TextRange..ctor
|
|
- text: Fields
|
|
subItems:
|
|
- text: AltPosition|./ref/Topten.RichTextKit.TextRange.AltPosition
|
|
- text: End|./ref/Topten.RichTextKit.TextRange.End
|
|
- text: Start|./ref/Topten.RichTextKit.TextRange.Start
|
|
- text: Properties
|
|
subItems:
|
|
- text: CaretPosition|./ref/Topten.RichTextKit.TextRange.CaretPosition
|
|
- text: IsRange|./ref/Topten.RichTextKit.TextRange.IsRange
|
|
- text: Length|./ref/Topten.RichTextKit.TextRange.Length
|
|
- text: Maximum|./ref/Topten.RichTextKit.TextRange.Maximum
|
|
- text: Minimum|./ref/Topten.RichTextKit.TextRange.Minimum
|
|
- text: Normalized|./ref/Topten.RichTextKit.TextRange.Normalized
|
|
- text: Reversed|./ref/Topten.RichTextKit.TextRange.Reversed
|
|
- text: Methods
|
|
subItems:
|
|
- text: Clamp|./ref/Topten.RichTextKit.TextRange.Clamp
|
|
- text: IsEqual|./ref/Topten.RichTextKit.TextRange.IsEqual
|
|
- text: Offset|./ref/Topten.RichTextKit.TextRange.Offset
|
|
- text: Union|./ref/Topten.RichTextKit.TextRange.Union
|
|
- text: UpdateForEdit|./ref/Topten.RichTextKit.TextRange.UpdateForEdit
|
|
- text: UnderlineStyle
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.UnderlineStyle
|
|
- text: Topten.RichTextKit.Editor
|
|
href: ./ref/Topten.RichTextKit.Editor
|
|
subItems:
|
|
- text: DocumentChangeInfo
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Editor.DocumentChangeInfo
|
|
- text: Fields
|
|
subItems:
|
|
- text: CodePointIndex|./ref/Topten.RichTextKit.Editor.DocumentChangeInfo.CodePointIndex
|
|
- text: ImeCaretOffset|./ref/Topten.RichTextKit.Editor.DocumentChangeInfo.ImeCaretOffset
|
|
- text: IsUndoing|./ref/Topten.RichTextKit.Editor.DocumentChangeInfo.IsUndoing
|
|
- text: NewLength|./ref/Topten.RichTextKit.Editor.DocumentChangeInfo.NewLength
|
|
- text: OldLength|./ref/Topten.RichTextKit.Editor.DocumentChangeInfo.OldLength
|
|
- text: Semantics|./ref/Topten.RichTextKit.Editor.DocumentChangeInfo.Semantics
|
|
- text: EditSemantics
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Editor.EditSemantics
|
|
- text: ITextDocumentView
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Editor.ITextDocumentView
|
|
- text: Methods
|
|
subItems:
|
|
- text: OnDocumentChange|./ref/Topten.RichTextKit.Editor.ITextDocumentView.OnDocumentChange
|
|
- text: OnDocumentDidChange|./ref/Topten.RichTextKit.Editor.ITextDocumentView.OnDocumentDidChange
|
|
- text: OnDocumentWillChange|./ref/Topten.RichTextKit.Editor.ITextDocumentView.OnDocumentWillChange
|
|
- text: OnRedraw|./ref/Topten.RichTextKit.Editor.ITextDocumentView.OnRedraw
|
|
- text: OnReset|./ref/Topten.RichTextKit.Editor.ITextDocumentView.OnReset
|
|
- text: NavigationKind
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Editor.NavigationKind
|
|
- text: Paragraph
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Editor.Paragraph
|
|
- text: Constructors|./ref/Topten.RichTextKit.Editor.Paragraph..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: CaretIndicies|./ref/Topten.RichTextKit.Editor.Paragraph.CaretIndicies
|
|
- text: CodePointIndex|./ref/Topten.RichTextKit.Editor.Paragraph.CodePointIndex
|
|
- text: ContentHeight|./ref/Topten.RichTextKit.Editor.Paragraph.ContentHeight
|
|
- text: ContentWidth|./ref/Topten.RichTextKit.Editor.Paragraph.ContentWidth
|
|
- text: ContentXCoord|./ref/Topten.RichTextKit.Editor.Paragraph.ContentXCoord
|
|
- text: ContentYCoord|./ref/Topten.RichTextKit.Editor.Paragraph.ContentYCoord
|
|
- text: Length|./ref/Topten.RichTextKit.Editor.Paragraph.Length
|
|
- text: LineIndicies|./ref/Topten.RichTextKit.Editor.Paragraph.LineIndicies
|
|
- text: MarginBottom|./ref/Topten.RichTextKit.Editor.Paragraph.MarginBottom
|
|
- text: MarginLeft|./ref/Topten.RichTextKit.Editor.Paragraph.MarginLeft
|
|
- text: MarginRight|./ref/Topten.RichTextKit.Editor.Paragraph.MarginRight
|
|
- text: MarginTop|./ref/Topten.RichTextKit.Editor.Paragraph.MarginTop
|
|
- text: TextBlock|./ref/Topten.RichTextKit.Editor.Paragraph.TextBlock
|
|
- text: WordBoundaryIndicies|./ref/Topten.RichTextKit.Editor.Paragraph.WordBoundaryIndicies
|
|
- text: Methods
|
|
subItems:
|
|
- text: CopyStyleFrom|./ref/Topten.RichTextKit.Editor.Paragraph.CopyStyleFrom
|
|
- text: GetCaretInfo|./ref/Topten.RichTextKit.Editor.Paragraph.GetCaretInfo
|
|
- text: HitTest|./ref/Topten.RichTextKit.Editor.Paragraph.HitTest
|
|
- text: HitTestLine|./ref/Topten.RichTextKit.Editor.Paragraph.HitTestLine
|
|
- text: Layout|./ref/Topten.RichTextKit.Editor.Paragraph.Layout
|
|
- text: Paint|./ref/Topten.RichTextKit.Editor.Paragraph.Paint
|
|
- text: SelectionKind
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Editor.SelectionKind
|
|
- text: TextDocument
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Editor.TextDocument
|
|
- text: Constructors|./ref/Topten.RichTextKit.Editor.TextDocument..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: DefaultAlignment|./ref/Topten.RichTextKit.Editor.TextDocument.DefaultAlignment
|
|
- text: DefaultStyle|./ref/Topten.RichTextKit.Editor.TextDocument.DefaultStyle
|
|
- text: ImeCompositionOffset|./ref/Topten.RichTextKit.Editor.TextDocument.ImeCompositionOffset
|
|
- text: IsImeComposing|./ref/Topten.RichTextKit.Editor.TextDocument.IsImeComposing
|
|
- text: Length|./ref/Topten.RichTextKit.Editor.TextDocument.Length
|
|
- text: LineWrap|./ref/Topten.RichTextKit.Editor.TextDocument.LineWrap
|
|
- text: MarginBottom|./ref/Topten.RichTextKit.Editor.TextDocument.MarginBottom
|
|
- text: MarginLeft|./ref/Topten.RichTextKit.Editor.TextDocument.MarginLeft
|
|
- text: MarginRight|./ref/Topten.RichTextKit.Editor.TextDocument.MarginRight
|
|
- text: MarginTop|./ref/Topten.RichTextKit.Editor.TextDocument.MarginTop
|
|
- text: MeasuredContentWidth|./ref/Topten.RichTextKit.Editor.TextDocument.MeasuredContentWidth
|
|
- text: MeasuredHeight|./ref/Topten.RichTextKit.Editor.TextDocument.MeasuredHeight
|
|
- text: MeasuredOverhang|./ref/Topten.RichTextKit.Editor.TextDocument.MeasuredOverhang
|
|
- text: MeasuredWidth|./ref/Topten.RichTextKit.Editor.TextDocument.MeasuredWidth
|
|
- text: PageWidth|./ref/Topten.RichTextKit.Editor.TextDocument.PageWidth
|
|
- text: PlainTextMode|./ref/Topten.RichTextKit.Editor.TextDocument.PlainTextMode
|
|
- text: SingleLineMode|./ref/Topten.RichTextKit.Editor.TextDocument.SingleLineMode
|
|
- text: Text|./ref/Topten.RichTextKit.Editor.TextDocument.Text
|
|
- text: UndoManager|./ref/Topten.RichTextKit.Editor.TextDocument.UndoManager
|
|
- text: Methods
|
|
subItems:
|
|
- text: Extract|./ref/Topten.RichTextKit.Editor.TextDocument.Extract
|
|
- text: FinishImeComposition|./ref/Topten.RichTextKit.Editor.TextDocument.FinishImeComposition
|
|
- text: GetCaretInfo|./ref/Topten.RichTextKit.Editor.TextDocument.GetCaretInfo
|
|
- text: GetOvertypeRange|./ref/Topten.RichTextKit.Editor.TextDocument.GetOvertypeRange
|
|
- text: GetSelectionRange|./ref/Topten.RichTextKit.Editor.TextDocument.GetSelectionRange
|
|
- text: GetStyleAtOffset|./ref/Topten.RichTextKit.Editor.TextDocument.GetStyleAtOffset
|
|
- text: GetText|./ref/Topten.RichTextKit.Editor.TextDocument.GetText
|
|
- text: HitTest|./ref/Topten.RichTextKit.Editor.TextDocument.HitTest
|
|
- text: Navigate|./ref/Topten.RichTextKit.Editor.TextDocument.Navigate
|
|
- text: Paint|./ref/Topten.RichTextKit.Editor.TextDocument.Paint
|
|
- text: Redo|./ref/Topten.RichTextKit.Editor.TextDocument.Redo
|
|
- text: RegisterView|./ref/Topten.RichTextKit.Editor.TextDocument.RegisterView
|
|
- text: ReplaceText|./ref/Topten.RichTextKit.Editor.TextDocument.ReplaceText
|
|
- text: RevokeView|./ref/Topten.RichTextKit.Editor.TextDocument.RevokeView
|
|
- text: SetMargins|./ref/Topten.RichTextKit.Editor.TextDocument.SetMargins
|
|
- text: StartImeComposition|./ref/Topten.RichTextKit.Editor.TextDocument.StartImeComposition
|
|
- text: Undo|./ref/Topten.RichTextKit.Editor.TextDocument.Undo
|
|
- text: UpdateImeComposition|./ref/Topten.RichTextKit.Editor.TextDocument.UpdateImeComposition
|
|
- text: Topten.RichTextKit.Utils
|
|
href: ./ref/Topten.RichTextKit.Utils
|
|
subItems:
|
|
- text: BinarySearchExtension
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.BinarySearchExtension
|
|
- text: Methods
|
|
subItems:
|
|
- text: BinarySearch<T>|./ref/Topten.RichTextKit.Utils.BinarySearchExtension.BinarySearch[T]
|
|
- text: Buffer<T>
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.Buffer[T]
|
|
- text: Constructors|./ref/Topten.RichTextKit.Utils.Buffer[T]..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: Item|./ref/Topten.RichTextKit.Utils.Buffer[T].Item
|
|
- text: Length|./ref/Topten.RichTextKit.Utils.Buffer[T].Length
|
|
- text: Underlying|./ref/Topten.RichTextKit.Utils.Buffer[T].Underlying
|
|
- text: Methods
|
|
subItems:
|
|
- text: Add|./ref/Topten.RichTextKit.Utils.Buffer[T].Add
|
|
- text: AsSlice|./ref/Topten.RichTextKit.Utils.Buffer[T].AsSlice
|
|
- text: Clear|./ref/Topten.RichTextKit.Utils.Buffer[T].Clear
|
|
- text: Delete|./ref/Topten.RichTextKit.Utils.Buffer[T].Delete
|
|
- text: GetRanges|./ref/Topten.RichTextKit.Utils.Buffer[T].GetRanges
|
|
- text: Insert|./ref/Topten.RichTextKit.Utils.Buffer[T].Insert
|
|
- text: Replace|./ref/Topten.RichTextKit.Utils.Buffer[T].Replace
|
|
- text: Split|./ref/Topten.RichTextKit.Utils.Buffer[T].Split
|
|
- text: SubSlice|./ref/Topten.RichTextKit.Utils.Buffer[T].SubSlice
|
|
- text: IRun
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.IRun
|
|
- text: Properties
|
|
subItems:
|
|
- text: Length|./ref/Topten.RichTextKit.Utils.IRun.Length
|
|
- text: Offset|./ref/Topten.RichTextKit.Utils.IRun.Offset
|
|
- text: MappedSlice<T>
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.MappedSlice[T]
|
|
- text: Constructors|./ref/Topten.RichTextKit.Utils.MappedSlice[T]..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: Item|./ref/Topten.RichTextKit.Utils.MappedSlice[T].Item
|
|
- text: Length|./ref/Topten.RichTextKit.Utils.MappedSlice[T].Length
|
|
- text: Mapping|./ref/Topten.RichTextKit.Utils.MappedSlice[T].Mapping
|
|
- text: Underlying|./ref/Topten.RichTextKit.Utils.MappedSlice[T].Underlying
|
|
- text: Methods
|
|
subItems:
|
|
- text: ToArray|./ref/Topten.RichTextKit.Utils.MappedSlice[T].ToArray
|
|
- text: RunExtensions
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.RunExtensions
|
|
- text: Methods
|
|
subItems:
|
|
- text: CheckValid<T>|./ref/Topten.RichTextKit.Utils.RunExtensions.CheckValid[T]
|
|
- text: GetInterectingRuns<T>|./ref/Topten.RichTextKit.Utils.RunExtensions.GetInterectingRuns[T]
|
|
- text: GetIntersectingRunsReverse<T>|./ref/Topten.RichTextKit.Utils.RunExtensions.GetIntersectingRunsReverse[T]
|
|
- text: TotalLength<T>|./ref/Topten.RichTextKit.Utils.RunExtensions.TotalLength[T]
|
|
- text: Slice<T>
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.Slice[T]
|
|
- text: Constructors|./ref/Topten.RichTextKit.Utils.Slice[T]..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: Empty|./ref/Topten.RichTextKit.Utils.Slice[T].Empty
|
|
- text: Item|./ref/Topten.RichTextKit.Utils.Slice[T].Item
|
|
- text: Length|./ref/Topten.RichTextKit.Utils.Slice[T].Length
|
|
- text: Start|./ref/Topten.RichTextKit.Utils.Slice[T].Start
|
|
- text: Underlying|./ref/Topten.RichTextKit.Utils.Slice[T].Underlying
|
|
- text: Methods
|
|
subItems:
|
|
- text: AsSpan|./ref/Topten.RichTextKit.Utils.Slice[T].AsSpan
|
|
- text: Clear|./ref/Topten.RichTextKit.Utils.Slice[T].Clear
|
|
- text: Copy|./ref/Topten.RichTextKit.Utils.Slice[T].Copy
|
|
- text: Fill|./ref/Topten.RichTextKit.Utils.Slice[T].Fill
|
|
- text: IndexOf|./ref/Topten.RichTextKit.Utils.Slice[T].IndexOf
|
|
- text: IndexOfAny|./ref/Topten.RichTextKit.Utils.Slice[T].IndexOfAny
|
|
- text: Replace|./ref/Topten.RichTextKit.Utils.Slice[T].Replace
|
|
- text: Set|./ref/Topten.RichTextKit.Utils.Slice[T].Set
|
|
- text: Split|./ref/Topten.RichTextKit.Utils.Slice[T].Split
|
|
- text: SubSlice|./ref/Topten.RichTextKit.Utils.Slice[T].SubSlice
|
|
- text: ToArray|./ref/Topten.RichTextKit.Utils.Slice[T].ToArray
|
|
- text: SubRun
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.SubRun
|
|
- text: Constructors|./ref/Topten.RichTextKit.Utils.SubRun..ctor
|
|
- text: Fields
|
|
subItems:
|
|
- text: Index|./ref/Topten.RichTextKit.Utils.SubRun.Index
|
|
- text: Length|./ref/Topten.RichTextKit.Utils.SubRun.Length
|
|
- text: Offset|./ref/Topten.RichTextKit.Utils.SubRun.Offset
|
|
- text: Partial|./ref/Topten.RichTextKit.Utils.SubRun.Partial
|
|
- text: UndoGroup<T>
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.UndoGroup[T]
|
|
- text: Constructors|./ref/Topten.RichTextKit.Utils.UndoGroup[T]..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: LastUnit|./ref/Topten.RichTextKit.Utils.UndoGroup[T].LastUnit
|
|
- text: Units|./ref/Topten.RichTextKit.Utils.UndoGroup[T].Units
|
|
- text: Methods
|
|
subItems:
|
|
- text: Add|./ref/Topten.RichTextKit.Utils.UndoGroup[T].Add
|
|
- text: Insert|./ref/Topten.RichTextKit.Utils.UndoGroup[T].Insert
|
|
- text: OnClose|./ref/Topten.RichTextKit.Utils.UndoGroup[T].OnClose
|
|
- text: OnOpen|./ref/Topten.RichTextKit.Utils.UndoGroup[T].OnOpen
|
|
- text: UndoManager<T>
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.UndoManager[T]
|
|
- text: Constructors|./ref/Topten.RichTextKit.Utils.UndoManager[T]..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: CanRedo|./ref/Topten.RichTextKit.Utils.UndoManager[T].CanRedo
|
|
- text: CanUndo|./ref/Topten.RichTextKit.Utils.UndoManager[T].CanUndo
|
|
- text: IsModified|./ref/Topten.RichTextKit.Utils.UndoManager[T].IsModified
|
|
- text: RedoDescription|./ref/Topten.RichTextKit.Utils.UndoManager[T].RedoDescription
|
|
- text: UndoDescription|./ref/Topten.RichTextKit.Utils.UndoManager[T].UndoDescription
|
|
- text: Methods
|
|
subItems:
|
|
- text: Clear|./ref/Topten.RichTextKit.Utils.UndoManager[T].Clear
|
|
- text: CloseGroup|./ref/Topten.RichTextKit.Utils.UndoManager[T].CloseGroup
|
|
- text: Do|./ref/Topten.RichTextKit.Utils.UndoManager[T].Do
|
|
- text: GetRedoUnit|./ref/Topten.RichTextKit.Utils.UndoManager[T].GetRedoUnit
|
|
- text: GetUndoUnit|./ref/Topten.RichTextKit.Utils.UndoManager[T].GetUndoUnit
|
|
- text: GetUnsealedUnit|./ref/Topten.RichTextKit.Utils.UndoManager[T].GetUnsealedUnit
|
|
- text: MarkUnmodified|./ref/Topten.RichTextKit.Utils.UndoManager[T].MarkUnmodified
|
|
- text: OnEndOperation|./ref/Topten.RichTextKit.Utils.UndoManager[T].OnEndOperation
|
|
- text: OnModifiedChanged|./ref/Topten.RichTextKit.Utils.UndoManager[T].OnModifiedChanged
|
|
- text: OnStartOperation|./ref/Topten.RichTextKit.Utils.UndoManager[T].OnStartOperation
|
|
- text: OpenGroup|./ref/Topten.RichTextKit.Utils.UndoManager[T].OpenGroup
|
|
- text: Redo|./ref/Topten.RichTextKit.Utils.UndoManager[T].Redo
|
|
- text: Seal|./ref/Topten.RichTextKit.Utils.UndoManager[T].Seal
|
|
- text: Undo|./ref/Topten.RichTextKit.Utils.UndoManager[T].Undo
|
|
- text: Events
|
|
subItems:
|
|
- text: EndOperation|./ref/Topten.RichTextKit.Utils.UndoManager[T].EndOperation
|
|
- text: ModifiedChanged|./ref/Topten.RichTextKit.Utils.UndoManager[T].ModifiedChanged
|
|
- text: StartOperation|./ref/Topten.RichTextKit.Utils.UndoManager[T].StartOperation
|
|
- text: UndoUnit<T>
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.UndoUnit[T]
|
|
- text: Constructors|./ref/Topten.RichTextKit.Utils.UndoUnit[T]..ctor
|
|
- text: Properties
|
|
subItems:
|
|
- text: Description|./ref/Topten.RichTextKit.Utils.UndoUnit[T].Description
|
|
- text: Group|./ref/Topten.RichTextKit.Utils.UndoUnit[T].Group
|
|
- text: Sealed|./ref/Topten.RichTextKit.Utils.UndoUnit[T].Sealed
|
|
- text: Methods
|
|
subItems:
|
|
- text: Do|./ref/Topten.RichTextKit.Utils.UndoUnit[T].Do
|
|
- text: Redo|./ref/Topten.RichTextKit.Utils.UndoUnit[T].Redo
|
|
- text: Seal|./ref/Topten.RichTextKit.Utils.UndoUnit[T].Seal
|
|
- text: Undo|./ref/Topten.RichTextKit.Utils.UndoUnit[T].Undo
|
|
- text: Utf32Buffer
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.Utf32Buffer
|
|
- text: Constructors|./ref/Topten.RichTextKit.Utils.Utf32Buffer..ctor
|
|
- text: Methods
|
|
subItems:
|
|
- text: Add|./ref/Topten.RichTextKit.Utils.Utf32Buffer.Add
|
|
- text: Clear|./ref/Topten.RichTextKit.Utils.Utf32Buffer.Clear
|
|
- text: Delete|./ref/Topten.RichTextKit.Utils.Utf32Buffer.Delete
|
|
- text: GetString|./ref/Topten.RichTextKit.Utils.Utf32Buffer.GetString
|
|
- text: Insert|./ref/Topten.RichTextKit.Utils.Utf32Buffer.Insert
|
|
- text: Utf16OffsetToUtf32Offset|./ref/Topten.RichTextKit.Utils.Utf32Buffer.Utf16OffsetToUtf32Offset
|
|
- text: Utf32OffsetToUtf16Offset|./ref/Topten.RichTextKit.Utils.Utf32Buffer.Utf32OffsetToUtf16Offset
|
|
- text: Utf32Utils
|
|
subItems:
|
|
- text: Overview|./ref/Topten.RichTextKit.Utils.Utf32Utils
|
|
- text: Methods
|
|
subItems:
|
|
- text: FromUtf32|./ref/Topten.RichTextKit.Utils.Utf32Utils.FromUtf32
|
|
- text: ToUtf32|./ref/Topten.RichTextKit.Utils.Utf32Utils.ToUtf32
|
|
|
|
---
|