From e9600afe7fa31305952c55c08b557af8f945e1d9 Mon Sep 17 00:00:00 2001 From: Rich Date: Wed, 2 Sep 2020 13:13:06 +0000 Subject: [PATCH] =?UTF-8?q?Allow=20access=20to=20the=20Property=20?= =?UTF-8?q?=E2=80=9CRightIndent=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/LBWordLibrary/LBComObject.cs | 5 +++++ 1 file changed, 5 insertions(+) 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 {