EditorViewSelRightIndent Property
|
This property sets or returns the right text indent for the current selection.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(154)]
public Object SelRightIndent { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(false)>
<DispIdAttribute(154)>
Public Property SelRightIndent As Object
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(154)]
property Object^ SelRightIndent {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
ObjectRemarks
If there are different indent values present in the selection, an empty variant is returned. Otherwise the return value is a Long containing the indent value in TWIPS.
See Also