CompatibilityOptionsUseNormalStyleForList Property |
Do Not Automatically Apply List Paragraph Style To Bulleted/Numbered Text.
Namespace:
Aspose.Words.Settings
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic bool UseNormalStyleForList { get; set; }
Public Property UseNormalStyleForList As Boolean
Get
Set
public:
property bool UseNormalStyleForList {
bool get ();
void set (bool value);
}
member UseNormalStyleForList : bool with get, set
Property Value
Type:
Boolean
See Also