Skip to content

Commit cf04ba8

Browse files
Merge pull request #2043 from syncfusion-content/ES-998478_Sensitivity_label
ES-998478-Added Sensitivity labels
2 parents 9d1272e + 1166b37 commit cf04ba8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Document-Processing/Word/Word-Library/NET/faqs/word-document-faqs.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,3 +673,11 @@ No, it's not possible to get the exact position (like X, Y coordinates or page n
673673
This is because a Word document is a flow-based document, where contents are not preserved page by page. Instead, the contents are preserved sequentially, section by section. Each section may extend across multiple pages based on its contents, such as tables, text, images, and more. Position information of elements is not maintained at the file level in a Word document.
674674

675675
DocIO is a non-UI component that provides a full-fledged document object model to manipulate the Word document contents based on file-level information. Hence, it is not feasible to retrieve the position of an element within a Word document using DocIO.
676+
677+
#Sensitivity Labels in Word Documents
678+
679+
##Does DocIO support sensitivity labels?
680+
No, Sensitivity labels are organization-level settings and are not stored within the word document itself. Therefore, DocIO does not support applying or preserving sensitivity labels.
681+
682+
##Can DocIO Open a Document with Sensitivity Labels Applied?
683+
If a document is encrypted due to its sensitivity label configuration, DocIO cannot open it because the content is stored in an encrypted format and requires an authorized Microsoft account for access.

0 commit comments

Comments
 (0)