ClassInlineLayoutBox
Class
Definition
Namespace:Telerik.WinForms.Documents.Layout
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public abstract class InlineLayoutBox : LayoutBox, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectLayoutElementLayoutBoxInlineLayoutBox
Derived Classes:
Implements:
Inherited Members
Constructors
InlineLayoutBox(DocumentElement)
Declaration
cs-api-definition
public InlineLayoutBox(DocumentElement associatedDocumentElement)
Parameters
associatedDocumentElement
InlineLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
cs-api-definition
public InlineLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
associatedDocumentElement
collection
InlineLayoutBox(DocumentElement, DocumentStructureCollection, bool)
Declaration
cs-api-definition
public InlineLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
Parameters
associatedDocumentElement
collection
isFragment
Properties
HasWidthAtTheEndOfLine
Declaration
cs-api-definition
public abstract bool HasWidthAtTheEndOfLine { get; }
Property Value
IsContainerBox
Declaration
cs-api-definition
public override bool IsContainerBox { get; }
Property Value
Overrides
LineInfo
Declaration
cs-api-definition
public ParagraphLineInfo LineInfo { get; }
Property Value
LineSegmentInfo
Declaration
cs-api-definition
public ParagraphLineSegmentInfo LineSegmentInfo { get; }
Property Value
Methods
GetPositionHandler()
Declaration
cs-api-definition
public override PositionHandler GetPositionHandler()
Returns
Overrides
MergeWithNext(LayoutBox)
Declaration
cs-api-definition
public override void MergeWithNext(LayoutBox nextSpanBox)
Parameters
nextSpanBox
Overrides
Remove()
Declaration
cs-api-definition
public void Remove()