Added Shape boolean property "LayoutInCell"
This commit is contained in:
parent
ee189b7212
commit
cdb7521b01
@ -1291,6 +1291,11 @@ namespace LBWordLibrary
|
|||||||
get { return (GetProperty("LockAnchor") as int? ?? 0); }
|
get { return (GetProperty("LockAnchor") as int? ?? 0); }
|
||||||
set { SetProperty("LockAnchor", value); }
|
set { SetProperty("LockAnchor", value); }
|
||||||
}
|
}
|
||||||
|
public Boolean LayoutInCell
|
||||||
|
{
|
||||||
|
get { return (GetProperty("LayoutInCell") as Boolean? ?? false); }
|
||||||
|
set { SetProperty("LayoutInCell", value); }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
public enum LBWdOrientation
|
public enum LBWdOrientation
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user