Added Shape boolean property "LayoutInCell"
This commit is contained in:
		| @@ -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 | ||||
| 	{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rich
					Rich