InlineLayoutBox
Class
Definition
Namespace:Telerik.WinForms.Documents.Layout
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class InlineLayoutBox : LayoutBox, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectLayoutElementLayoutBoxInlineLayoutBox...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public InlineLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
C#
public InlineLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
C#
public InlineLayoutBox(DocumentElement associatedDocumentElement)
Properties
C#
public Inline AssociatedInline { get; }
C#
public abstract float BaselineOffset { get; }
C#
public abstract bool HasWidthAtTheEndOfLine { get; }
C#
public override bool IsContainerBox { get; }
Overrides:
C#
public abstract bool IsReadonly { get; }
C#
public abstract bool IsSplittable { get; }
C#
public bool IsStartOfLineSegment { get; }
C#
public ParagraphLineInfo LineInfo { get; }
C#
public ParagraphLineSegmentInfo LineSegmentInfo { get; }
C#
public abstract int PositionsCountInBox { get; }
Methods
C#
public override void MergeWithNext(LayoutBox nextSpanBox)
Overrides:
C#
public void Remove()