EditorViewSelHangingIndent Property
|
This property sets or returns the hanging 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 [DispIdAttribute(155)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Object SelHangingIndent { get; set; }
<DispIdAttribute(155)>
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property SelHangingIndent As Object
Get
Set
public:
[DispIdAttribute(155)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property Object^ SelHangingIndent {
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