EvotecIT / OfficeIMO

Fast and easy to use cross-platform .NET library that creates or modifies Microsoft Word (DocX) and later also Excel (XLSX) files without installing any software. Library is based on Open XML SDK
MIT License
287 stars 50 forks source link

Superscript / subscript support? #242

Closed ChrisBellBO closed 1 month ago

ChrisBellBO commented 2 months ago

I may be missing something but it doesn't seem like there is a way to find out if a paragraph has superscript or subscript applied? It looks like the run properties has a VerticalTextAlignment property that has a value of superscript

PrzemyslawKlys commented 2 months ago

Ye, this functionality seems to be missing and needs to be added/exposed:

image

PrzemyslawKlys commented 1 month ago

Solved by: https://github.com/EvotecIT/OfficeIMO/pull/240