X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Uix.InputMethod%2FTizen.Uix.InputMethod%2FPreEditAttribute.cs;h=202517f9b9e9ffb4f085bf12f08b0370684e3253;hb=7f0618cd51ad766607e0e1dc28f98c23099a76c7;hp=c2d026f28f8987be23e7c39523184d54cc677f66;hpb=44ead7f29cd77ac9c9e5c0390b7c6e7ba8e32153;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod/PreEditAttribute.cs b/src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod/PreEditAttribute.cs index c2d026f..202517f 100755 --- a/src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod/PreEditAttribute.cs +++ b/src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod/PreEditAttribute.cs @@ -21,28 +21,28 @@ using System.Text; namespace Tizen.Uix.InputMethod { /// - /// Enumeration for Attribute Type + /// Enumeration for the attribute types. /// /// 4 public enum AttributeType { /// - /// No attribute + /// No attribute. /// None, /// - /// A font style attribute, e.g., underline, etc. + /// A font style attribute, for example, underline, etc. /// FontStyle }; /// - /// This class represents the attributes for preedit string. + /// This class represents the attributes for the pre-edit string. /// /// 4 public class PreEditAttribute { /// - /// The start position in the string of this attribute + /// The start position in the string of this attribute. /// /// 4 public uint Start @@ -52,7 +52,7 @@ namespace Tizen.Uix.InputMethod } /// - /// The character length of this attribute, the range is [Start, Start+Length] + /// The character length of this attribute, the range is [Start, Start+Length]. /// /// 4 public uint Length @@ -62,7 +62,7 @@ namespace Tizen.Uix.InputMethod } /// - /// The type of this attribute + /// The type of this attribute. /// /// 4 public AttributeType Type @@ -72,7 +72,7 @@ namespace Tizen.Uix.InputMethod } /// - /// The value of this attribute + /// The value of this attribute. /// /// 4 public uint Value