Inheritance
System.Object
Paragraph
Properties
Declaration
public float alphabeticBaseline { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public bool didExceedMaxLines { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public float height { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float ideographicBaseline { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float maxIntrinsicWidth { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float minIntrinsicWidth { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float width { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
getLine(TextPosition)
Declaration
public int getLine(TextPosition position)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Declaration
public int getLineCount()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public TextBox getNextLineStartRect()
Returns
Declaration
public List<TextBox> getRectsForRange(int start, int end)
Parameters
Type |
Name |
Description |
System.Int32 |
start |
|
System.Int32 |
end |
|
Returns
Type |
Description |
System.Collections.Generic.List<TextBox> |
|
Declaration
public void layout(ParagraphConstraints constraints)
Parameters
Declaration
public void paint(Canvas canvas, Offset offset)
Parameters
Declaration
public void setParagraphStyle(ParagraphStyle style)
Parameters