mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
Make TextBlock.SetReadingOrder(int) public
This commit is contained in:
@@ -67,7 +67,11 @@
|
||||
TextDirection = lines[0].TextDirection;
|
||||
}
|
||||
|
||||
internal void SetReadingOrder(int readingOrder)
|
||||
/// <summary>
|
||||
/// Sets the <see cref="TextBlock"/>'s reading order.
|
||||
/// </summary>
|
||||
/// <param name="readingOrder"></param>
|
||||
public void SetReadingOrder(int readingOrder)
|
||||
{
|
||||
if (readingOrder < -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user