Class ParagraphLayoutBox
Inherited Members
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ParagraphLayoutBox : LayoutBox
Constructors
ParagraphLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public ParagraphLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
ParagraphLayoutBox(DocumentElement, DocumentStructureCollection, Boolean)
Declaration
public ParagraphLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
System.Boolean
isFragment
|
Properties
AssociatedParagraph
CanCreateLayoutBoxesFromContent
Declaration
protected override bool CanCreateLayoutBoxesFromContent { get; }
Property Value
System.Boolean
|
Overrides
HasVisualRepresentation
Declaration
public override bool HasVisualRepresentation { get; }
Property Value
System.Boolean
|
Overrides
LineCount
Declaration
public int LineCount { get; }
Property Value
System.Int32
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
SizeF
finalSize
|
Returns
SizeF
|
Overrides
CreateLayoutBoxesFromContent()
Declaration
protected void CreateLayoutBoxesFromContent()
CreateLayoutElement()
CreateNewFragment(LayoutBox)
Declaration
public override void CreateNewFragment(LayoutBox currentLineStartNode)
Parameters
LayoutBox
currentLineStartNode
|
Overrides
GetPositionHandler()
InvalidateLongWordsFragmentation()
Declaration
public void InvalidateLongWordsFragmentation()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
SizeF
availableSize
|
Returns
SizeF
|
Overrides
OnInvalidateMeasure()
Declaration
protected override void OnInvalidateMeasure()