CODE
| {
mergeToBlock : boolean ;
name : string ;
toText : string ;
} |
FOOTNOTES
| {
mergeFollowingNonTypedItems : boolean ;
mergeToBlock : boolean ;
name : string ;
toText : string ;
} |
H1
| {
headline : boolean ;
headlineLevel : number ;
name : string ;
toText : string ;
} |
H2
| {
headline : boolean ;
headlineLevel : number ;
name : string ;
toText : string ;
} |
H3
| {
headline : boolean ;
headlineLevel : number ;
name : string ;
toText : string ;
} |
H4
| {
headline : boolean ;
headlineLevel : number ;
name : string ;
toText : string ;
} |
H5
| {
headline : boolean ;
headlineLevel : number ;
name : string ;
toText : string ;
} |
H6
| {
headline : boolean ;
headlineLevel : number ;
name : string ;
toText : string ;
} |
LIST
| {
mergeFollowingNonTypedItemsWithSmallDistance : boolean ;
mergeToBlock : boolean ;
name : string ;
toText : string ;
} |
PARAGRAPH
| {
name : string ;
toText : string ;
} |
TOC
| {
mergeToBlock : boolean ;
name : string ;
toText : string ;
} |