Class InlineLayoutBox
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class InlineLayoutBox : LayoutBox
Constructors
InlineLayoutBox(DocumentElement)
Declaration
public InlineLayoutBox(DocumentElement associatedDocumentElement)
Parameters
DocumentElement
associatedDocumentElement
|
InlineLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public InlineLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
InlineLayoutBox(DocumentElement, DocumentStructureCollection, Boolean)
Declaration
public InlineLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
System.Boolean
isFragment
|
Properties
AssociatedInline
BaselineOffset
Declaration
public abstract float BaselineOffset { get; }
Property Value
System.Single
|
HasWidthAtTheEndOfLine
Declaration
public abstract bool HasWidthAtTheEndOfLine { get; }
Property Value
System.Boolean
|
IsContainerBox
Declaration
public override bool IsContainerBox { get; }
Property Value
System.Boolean
|
Overrides
IsReadonly
Declaration
public abstract bool IsReadonly { get; }
Property Value
System.Boolean
|
IsRtl
Declaration
public bool IsRtl { get; }
Property Value
System.Boolean
|
IsSplittable
Declaration
public abstract bool IsSplittable { get; }
Property Value
System.Boolean
|
IsStartOfLineSegment
Declaration
public bool IsStartOfLineSegment { get; }
Property Value
System.Boolean
|
LineInfo
LineSegmentInfo
Declaration
public ParagraphLineSegmentInfo LineSegmentInfo { get; }
Property Value
ParagraphLineSegmentInfo
|
PositionsCountInBox
Declaration
public abstract int PositionsCountInBox { get; }
Property Value
System.Int32
|
Text
Declaration
public abstract string Text { get; set; }
Property Value
System.String
|
Methods
CreateNewFragment(Single, Boolean)
Declaration
public virtual LayoutBox CreateNewFragment(float availableWidth, bool isFirstBoxInLine)
Parameters
System.Single
availableWidth
|
System.Boolean
isFirstBoxInLine
|
Returns
LayoutBox
|
GetPositionHandler()
MergeWithNext(LayoutBox)
Declaration
public override void MergeWithNext(LayoutBox nextSpanBox)
Parameters
LayoutBox
nextSpanBox
|
Overrides
Remove()
Declaration
public void Remove()