@@ -117,7 +117,7 @@ func main() {
fmt.Println("Plain text:")
for _, it := range doc.Document.Body.Items {
switch it.(type) {
case *docx.Paragraph, *docx.WTable: // printable
case *docx.Paragraph, *docx.Table: // printable
fmt.Println(it)
}
The note is not visible to the blocked user.