Previous |
Now |
@ViewChild('documentEditorDefault', { static: true }) documentEditorDefault: ElementRef<DocumentEditorContainerComponent>;
public container: DocumentEditorContainerComponent; |
@ViewChild('documentEditorDefault', { static: true }) container: DocumentEditorContainerComponent; |
Heading1 is missing |
Heading 1 contains shading and font color with white.
Currently Document editor doesn’t provide support for paragraph borders and shading. Hence font with white color is not visible.
We have logged this feature in our database. You can track the status of the feature from below link.
|
body text defaults to Times New Roman. |
We couldn’t reproduce this issue. body has been rendered properly with Calibri font.
Please refer the attached video.
Please share the video to reproduce the issue. It will be easier and provide solution at the earliest. |
Hi Bob,
Okay. please get back to us if you need you any further assistance.
Regards,Harini C
Hi Bob,
Okay. please get back to us if you need you any further assistance.
Regards,Harini C
I have started to look at your component again and although I can see the advantages I find the formatting unpredictable to say the least.The attached two documents can be opened in Word and the table is formatted perfectly. When converted to .sfdt the table appears to use "autofit". If you open the document in Word and then select the table and choose "autofit" from the drop down menu you will see what I mean.Is there any way to reserve table formatting through code or at least to be able to select the table and then apply something like this?this.documentContainer.documentEditor.selection.tableFormat.preferredWidthType = 'Percent';this.documentContainer.documentEditor.selection.tableFormat.preferredWidth = 100;this.documentContainer.documentEditor.selection.cellFormat.preferredWidthType = 'Percent';this.documentContainer.documentEditor.selection.cellFormat.preferredWidth = 100;this.documentContainer.documentEditor.selection.rowFormat.allowBreakAcrossPages = false;
Attachment: Nuagecare_documentation_8919dd7e.zip
Automatically resize to fit contents |
We can reproduce the reported issue. Currently, we are validating the issue and get back to you with more detaisl by Jan 17,2020. |
If Word style has "Page break before" this doesn't work in the editor. |
DocumentEditor doesn’t have support to preserve page break before. We have already logged the feature request for this requirement.
Now, you can track the status of this feature through below feedback link:
https://www.syncfusion.com/feedback/10277/page-break-enhancements |
If Word heading has background bar this also doesn't display in the editor. |
DocumentEditor doesn’t have support to preserve border for paragraph. We have already logged the feature request for this requirement.
Now, you can track the status of this feature through below feedback link:
|