Przemysław Kłys

Results 223 issues of Przemysław Kłys

Closes: - https://github.com/EvotecIT/OfficeIMO/issues/64 Details: - Add DistributeColumnsEvenly method - Add SetWidthPercentage method - Add AllowRowToBreakAcrossPages property for table, and each row - Add RepeatAsHeaderRowAtTheTopOfEachPage property for table (applies to first...

This PR tries to embed objects such as PDF, HTML, Excel, and so on. - Current problem is - the object doesn't open on double click :-)

- https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.endnoteproperties?view=openxml-2.8.1 - https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.footnoteproperties?view=openxml-2.8.1

enhancement

Using: ```cs var pageNumber = document.Header.Default.AddPageNumber(WordPageNumberStyle.TwoBars); ``` triggers errors: ![image](https://user-images.githubusercontent.com/15063294/222891323-e1dca03b-062e-4209-8f62-34eb1bfa3ceb.png) ![image](https://user-images.githubusercontent.com/15063294/222891332-092b7c9d-eecf-47a5-90fb-accac08c6931.png) probably some others trigger errors too

bug

This element specifies that this paragraph shall be displayed from right to left. This property only affects the following set of paragraph-level properties: - https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.bidi?view=openxml-2.8.1

enhancement
good first issue
help wanted

- [gutterAtTop (Position Gutter At Top of Page)](https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.gutterattop?view=openxml-2.8.1) This element specifies that a given WordprocessingML document’s gutter shall be positioned at the top of the document’s pages when the document...

enhancement
good first issue
help wanted

![image](https://user-images.githubusercontent.com/15063294/204040209-fad118b4-fd68-4c83-ba58-869ac99b47d5.png) Basically all tables styles are reporting this error. This seems standard even for documents generated by Office 365. When you create a word document and add 1-3-50 tables to...

enhancement

![image](https://user-images.githubusercontent.com/15063294/204040279-64f89515-56d6-4040-b470-9bde2b84406c.png) When adding lists

enhancement

- Headers - Footers - Document All 3 keep images in different places

required tests

Hi, I saw your module and saw that it has potential, but I also notice that you mostly build it inside 2 files. While from performance perspective this is great,...