diff --git a/PROMS/LBWordLibrary/LBComObject.cs b/PROMS/LBWordLibrary/LBComObject.cs index 89f21eba..989e45d7 100644 --- a/PROMS/LBWordLibrary/LBComObject.cs +++ b/PROMS/LBWordLibrary/LBComObject.cs @@ -625,6 +625,11 @@ namespace LBWordLibrary get { return (GetProperty("LeftIndent") as float? ?? 0); } set { SetProperty("LeftIndent", value); } } + public float RightIndent + { + get { return (GetProperty("RightIndent") as float? ?? 0); } + set { SetProperty("RightIndent", value); } + } } public enum LBWdSelectionType {