Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardizing Interfaces for Word Document Elements #2

Closed
sabir-aspose opened this issue Oct 28, 2023 · 2 comments
Closed

Standardizing Interfaces for Word Document Elements #2

sabir-aspose opened this issue Oct 28, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@sabir-aspose
Copy link
Collaborator

A Word document comprises various elements, such as Paragraphs, Tables, Images, and more, positioned arbitrarily. Users require the ability to Insert, Remove, or Update any element at any position. Utilizing a unified interface allows all elements, irrespective of type, to be stored in a single collection with designated positions.

@sabir-aspose sabir-aspose changed the title Implement a common interface for word document elements Standardizing Interfaces for Word Document Elements Oct 28, 2023
@sabir-aspose sabir-aspose self-assigned this Nov 13, 2023
@sabir-aspose sabir-aspose added the enhancement New feature or request label Nov 13, 2023
@sabir-aspose
Copy link
Collaborator Author

Resolved in 23.10.0. Now, all elements in a word document implement IElement interface defined in FileFormat.Words.IElements namespace. For more information, please check out classes and interfaces sections of FileFormat.Words.IElements namespace.

The issue will be closed after more detailed documentation and examples.

@openize-words
Copy link

already resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant