PasteFromOfficeMSWordNormalizer
 class
Normalizer for the content pasted from Microsoft Word.
Properties
- document : ViewDocumentreadonly- module:paste-from-office/normalizers/mswordnormalizer~PasteFromOfficeMSWordNormalizer#document
- hasMultiLevelListPlugin : booleanreadonly- module:paste-from-office/normalizers/mswordnormalizer~PasteFromOfficeMSWordNormalizer#hasMultiLevelListPlugin
Methods
- constructor( document, hasMultiLevelListPlugin )- module:paste-from-office/normalizers/mswordnormalizer~PasteFromOfficeMSWordNormalizer#constructor- Creates a new - PasteFromOfficeMSWordNormalizerinstance.- Parameters- document : ViewDocument
- View document. 
- hasMultiLevelListPlugin : boolean
- Defaults to - false
 
- execute( data ) → void- module:paste-from-office/normalizers/mswordnormalizer~PasteFromOfficeMSWordNormalizer#execute- Executes the normalization of a given data. - Parameters- Returns- void
 
- isActive( htmlString ) → boolean- module:paste-from-office/normalizers/mswordnormalizer~PasteFromOfficeMSWordNormalizer#isActive- Must return - trueif the- htmlStringcontains content which this normalizer can transform.- Parameters- htmlString : string
 - Returns- boolean