- Added code to handle missing A0 Section Transitions
- Added code to handle "AND Range" transitions - Fixed code to replace transition tokens. It was removing the last character. Added Background Saving
This commit is contained in:
@@ -140,6 +140,10 @@ namespace LBWordLibrary
|
||||
get { return (LBWdWindowState)GetProperty("WindowState"); }
|
||||
set { SetProperty("WindowState", value); }
|
||||
}
|
||||
public int BackgroundSavingStatus
|
||||
{
|
||||
get { return (GetProperty("BackgroundSavingStatus") as int? ?? 0); }
|
||||
}
|
||||
public void Quit()
|
||||
{
|
||||
InvokeMethod("Quit", Missing.Value, Missing.Value, Missing.Value);
|
||||
|
Reference in New Issue
Block a user