EditorViewSelBullet Property
|
This property controls whether the current selection is bulleted or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [DispIdAttribute(151)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool SelBullet { get; set; }
<DispIdAttribute(151)>
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property SelBullet As Boolean
Get
Set
public:
[DispIdAttribute(151)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool SelBullet {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
If there are both bulleted and non-bulleted paragraphs selected, False is returned. Setting this parameter to True will apply bulleting to all selected paragraphs.
See Also