EditorViewSelSubscript Property
|
This property controls whether all the selected characters are subscripted or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [DispIdAttribute(145)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool SelSubscript { get; set; }
<DispIdAttribute(145)>
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property SelSubscript As Boolean
Get
Set
public:
[DispIdAttribute(145)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool SelSubscript {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
Setting this parameter will apply the formatting to the selection.
See Also