Review Uix.InputMethod/SttEngine/TtsEngine API cs files
[platform/core/csapi/tizenfx.git] / src / Tizen.Uix.InputMethod / Tizen.Uix.InputMethod / EditorWindow.cs
index 4dff275..279354b 100755 (executable)
@@ -22,7 +22,7 @@ using static Interop.InputMethod;
 namespace Tizen.Uix.InputMethod
 {
     /// <summary>
-    /// The Editor window class
+    /// The editor window class.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class EditorWindow : Window
@@ -36,7 +36,7 @@ namespace Tizen.Uix.InputMethod
         }
 
         /// <summary>
-        /// This API creates handle for editor window.
+        /// This API creates a handle for the editor window.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         protected override IntPtr CreateHandle(EvasObject parent)
@@ -45,7 +45,7 @@ namespace Tizen.Uix.InputMethod
         }
 
         /// <summary>
-        /// This API gets handle for editor window.
+        /// This API gets a handle for the editor window.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public IntPtr GetHandle()
@@ -59,14 +59,14 @@ namespace Tizen.Uix.InputMethod
         /// <privilege>
         /// http://tizen.org/privilege/ime
         /// </privilege>
-        /// <param name="portraitWidth">The width in portrait mode</param>
-        /// <param name="portraitHeight">The height in portrait mode</param>
-        /// <param name="landscapeWidth">The width in landscape mode</param>
-        /// <param name="landscapeHeight">The height in landscape mode</param>
+        /// <param name="portraitWidth">The width in the portrait mode.</param>
+        /// <param name="portraitHeight">The height in the portrait mode.</param>
+        /// <param name="landscapeWidth">The width in the landscape mode.</param>
+        /// <param name="landscapeHeight">The height in the landscape mode.</param>
         /// <exception cref="InvalidOperationException">
         /// This can occur due to the following reasons:
-        /// 1) The application does not have the privilege to call this function
-        /// 2) IME main loop isn't started yet
+        /// 1) The application does not have the privilege to call this function.
+        /// 2) The IME main loop isn't started yet.
         /// </exception>
         /// <since_tizen> 4 </since_tizen>
         public static void SetSize(int portraitWidth, int portraitHeight, int landscapeWidth, int landscapeHeight)