Class ImeSetCompositionCommandSettings
ImeSetComposition
public sealed class ImeSetCompositionCommandSettings : ICommand
- Inheritance
-
ImeSetCompositionCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ReplacementEnd
Gets or sets the replacementEnd
[JsonPropertyName("replacementEnd")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ReplacementEnd { get; set; }
Property Value
- long?
ReplacementStart
Gets or sets the replacementStart
[JsonPropertyName("replacementStart")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ReplacementStart { get; set; }
Property Value
- long?
SelectionEnd
Gets or sets the selectionEnd
[JsonPropertyName("selectionEnd")]
public long SelectionEnd { get; set; }
Property Value
SelectionStart
Gets or sets the selectionStart
[JsonPropertyName("selectionStart")]
public long SelectionStart { get; set; }
Property Value
Text
Gets or sets the text
[JsonPropertyName("text")]
public string Text { get; set; }