API Reference
Class
OfficeDocumentBlockNormalizationOptions
Options for deterministic block, heading, and list normalization.
Inheritance
- Object
- OfficeDocumentBlockNormalizationOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public OfficeDocumentBlockNormalizationOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean TrimText { get; set; } #Trim block text.
public Boolean NormalizeKinds { get; set; } #Trim and lowercase block kind identifiers.
public Boolean TrimMarkers { get; set; } #Trim list and leader markers.
public Boolean NormalizeLevels { get; set; } #Clamp heading levels to 1-6 and list levels to a minimum of 1.