Options.AutoFormatApplyBulletedLists Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if characters (such as asterisks, hyphens, and greater-than signs) at the beginning of list paragraphs are replaced with bullets from the Bullets and Numbering dialog box (Format menu) when Microsoft Word formats a document or range automatically.
public:
property bool AutoFormatApplyBulletedLists { bool get(); void set(bool value); };
public bool AutoFormatApplyBulletedLists { get; set; }
member this.AutoFormatApplyBulletedLists : bool with get, set
Public Property AutoFormatApplyBulletedLists As Boolean