Added an ‘InsertSymbol’ method for Word interface
Support for toggle of underlining for RO’s when used in Word documents Fixed access of column mode for subsections Improve table layout on screen (was overlaying table on text or another table) Fixed problem where RNO text was printing past right margin. Print was using incorrect columnmode for subsection
This commit is contained in:
@@ -2217,7 +2217,7 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
else if (value.MyItemInfo.IsTablePart)
|
||||
{
|
||||
ItemLocation = new Point(value.MyParentEditItem.ContentLeft, value.MyParentEditItem.Bottom);
|
||||
ItemLocation = new Point(value.MyParentEditItem.ContentLeft, value.Bottom);
|
||||
ItemWidth = value.MyParentEditItem.ContentWidth;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user