Added Shape boolean property "LayoutInCell"

This commit is contained in:
Rich 2017-01-25 18:41:22 +00:00
parent ee189b7212
commit cdb7521b01

View File

@ -1291,6 +1291,11 @@ namespace LBWordLibrary
get { return (GetProperty("LockAnchor") as int? ?? 0); }
set { SetProperty("LockAnchor", value); }
}
public Boolean LayoutInCell
{
get { return (GetProperty("LayoutInCell") as Boolean? ?? false); }
set { SetProperty("LayoutInCell", value); }
}
}
public enum LBWdOrientation
{