[]
Gets a value that determines whether a line break should be inserted before a given element.
protected override bool BreakBeforeRtl(Element e, int lineStart, int start)
Type | Name | Description |
---|---|---|
Element | e | Element to test for a line break. |
int | lineStart | Position of the line start if no breaks are added. |
int | start | Text start position. |
Type | Description |
---|---|
bool | True if a line break should be inserted before the given element. |