Click or drag to resize

EditorViewSelBullet Property

This property controls whether the current selection is bulleted or not.

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BrowsableAttribute(false)]
[DispIdAttribute(151)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool SelBullet { get; set; }

Property Value

Type: Boolean
Remarks
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